Uses of Class
com.alibaba.druid.sql.ast.statement.SQLForeignKeyImpl.Match
-
Packages that use SQLForeignKeyImpl.Match Package Description com.alibaba.druid.sql.ast.statement com.alibaba.druid.sql.dialect.mysql.ast -
-
Uses of SQLForeignKeyImpl.Match in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLForeignKeyImpl.Match Modifier and Type Method Description SQLForeignKeyImpl.MatchSQLColumnReference. getReferenceMatch()static SQLForeignKeyImpl.MatchSQLForeignKeyImpl.Match. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLForeignKeyImpl.Match[]SQLForeignKeyImpl.Match. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLForeignKeyImpl.Match Modifier and Type Method Description voidSQLColumnReference. setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch) -
Uses of SQLForeignKeyImpl.Match in com.alibaba.druid.sql.dialect.mysql.ast
Methods in com.alibaba.druid.sql.dialect.mysql.ast that return SQLForeignKeyImpl.Match Modifier and Type Method Description SQLForeignKeyImpl.MatchMysqlForeignKey. getReferenceMatch()Methods in com.alibaba.druid.sql.dialect.mysql.ast with parameters of type SQLForeignKeyImpl.Match Modifier and Type Method Description voidMysqlForeignKey. setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch)
-