枚举的使用
com.alibaba.druid.sql.ast.statement.SQLForeignKeyImpl.Match
使用SQLForeignKeyImpl.Match的程序包
-
com.alibaba.druid.sql.ast.statement中SQLForeignKeyImpl.Match的使用
修饰符和类型方法说明SQLColumnReference.getReferenceMatch()static SQLForeignKeyImpl.Match返回带有指定名称的该类型的枚举常量。static SQLForeignKeyImpl.Match[]SQLForeignKeyImpl.Match.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。 -
com.alibaba.druid.sql.dialect.mysql.ast中SQLForeignKeyImpl.Match的使用