类的使用
com.alibaba.druid.sql.repository.SchemaObject
使用SchemaObject的程序包
-
com.alibaba.druid.sql.ast.statement中SchemaObject的使用
-
com.alibaba.druid.sql.repository中SchemaObject的使用
类型参数类型为SchemaObject的com.alibaba.druid.sql.repository中的字段修饰符和类型字段说明protected final Map<Long,SchemaObject> Schema.functionsprotected final Map<Long,SchemaObject> Schema.objects修饰符和类型方法说明SchemaObject.clone()Schema.findFunction(String functionName) SchemaRepository.findFunction(String functionName) Schema.findTable(long nameHashCode64) Schema.findTable(SQLTableSource tableSource, SQLExpr expr) Schema.findTable(SQLTableSource tableSource, SQLSelectItem selectItem) Schema.findTable(SQLTableSource tableSource, String alias) SchemaRepository.findTable(long tableNameHash) SchemaRepository.findTable(SQLExprTableSource x) SchemaRepository.findTable(SQLTableSource tableSource, SQLExpr expr) SchemaRepository.findTable(SQLTableSource tableSource, SQLSelectItem selectItem) SchemaRepository.findTable(SQLTableSource tableSource, String alias) Schema.findTableOrView(long hashCode64) Schema.findTableOrView(String tableName) SchemaRepository.findTableOrView(String tableName) SchemaRepository.findTableOrView(String tableName, boolean onlyCurrent) Schema.findView(long nameHashCode64) 返回变量类型为SchemaObject的类型的com.alibaba.druid.sql.repository中的方法修饰符和类型方法说明Schema.getObjects()SchemaRepository.getObjects()Schema.getTables(SQLTableSource x) SchemaRepository.getTables(SQLTableSource x) 类型变量类型为SchemaObject的com.alibaba.druid.sql.repository中的方法参数