Uses of Class
com.alibaba.druid.sql.repository.SchemaObject
Packages that use SchemaObject
-
Uses of SchemaObject in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SchemaObjectMethods in com.alibaba.druid.sql.ast.statement that return SchemaObjectMethods in com.alibaba.druid.sql.ast.statement with parameters of type SchemaObjectModifier and TypeMethodDescriptionvoidSQLExprTableSource.setSchemaObject(SchemaObject schemaObject) -
Uses of SchemaObject in com.alibaba.druid.sql.repository
Fields in com.alibaba.druid.sql.repository with type parameters of type SchemaObjectModifier and TypeFieldDescriptionprotected final Map<Long,SchemaObject> Schema.functionsprotected final Map<Long,SchemaObject> Schema.objectsMethods in com.alibaba.druid.sql.repository that return SchemaObjectModifier and TypeMethodDescriptionSchemaObject.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) Methods in com.alibaba.druid.sql.repository that return types with arguments of type SchemaObjectModifier and TypeMethodDescriptionSchema.getObjects()SchemaRepository.getObjects()Schema.getTables(SQLTableSource x) SchemaRepository.getTables(SQLTableSource x) Method parameters in com.alibaba.druid.sql.repository with type arguments of type SchemaObjectModifier and TypeMethodDescriptionprotected voidSchema.computeTables(SQLTableSource x, Map<String, SchemaObject> tables)