Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLForeignKeyImpl.Match
Packages that use SQLForeignKeyImpl.Match
-
Uses of SQLForeignKeyImpl.Match in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLForeignKeyImpl.MatchModifier and TypeMethodDescriptionSQLColumnReference.getReferenceMatch()static SQLForeignKeyImpl.MatchReturns 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.MatchModifier and TypeMethodDescriptionvoidSQLColumnReference.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.MatchMethods in com.alibaba.druid.sql.dialect.mysql.ast with parameters of type SQLForeignKeyImpl.MatchModifier and TypeMethodDescriptionvoidMysqlForeignKey.setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch)