Uses of Class
com.alibaba.druid.sql.repository.SchemaObject
-
Packages that use SchemaObject Package Description com.alibaba.druid.sql.ast.statement com.alibaba.druid.sql.repository -
-
Uses of SchemaObject in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SchemaObject Modifier and Type Field Description protected SchemaObjectSQLExprTableSource. schemaObjectMethods in com.alibaba.druid.sql.ast.statement that return SchemaObject Modifier and Type Method Description SchemaObjectSQLExprTableSource. getSchemaObject()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SchemaObject Modifier and Type Method Description voidSQLExprTableSource. setSchemaObject(SchemaObject schemaObject) -
Uses of SchemaObject in com.alibaba.druid.sql.repository
Fields in com.alibaba.druid.sql.repository with type parameters of type SchemaObject Modifier and Type Field Description protected Map<Long,SchemaObject>Schema. functionsprotected Map<Long,SchemaObject>Schema. objectsMethods in com.alibaba.druid.sql.repository that return SchemaObject Modifier and Type Method Description SchemaObjectSchemaRepository. acceptDDL(String ddl, DbType dbType)SchemaObjectSchemaObject. clone()SchemaObjectSchema. findFunction(String functionName)SchemaObjectSchemaRepository. findFunction(String functionName)SchemaObjectSchema. findTable(long nameHashCode64)SchemaObjectSchema. findTable(SQLTableSource tableSource, SQLExpr expr)SchemaObjectSchema. findTable(SQLTableSource tableSource, SQLSelectItem selectItem)SchemaObjectSchema. findTable(SQLTableSource tableSource, String alias)SchemaObjectSchema. findTable(String tableName)SchemaObjectSchemaRepository. findTable(long tableNameHash)SchemaObjectSchemaRepository. findTable(SQLName name)SchemaObjectSchemaRepository. findTable(SQLExprTableSource x)SchemaObjectSchemaRepository. findTable(SQLTableSource tableSource, SQLExpr expr)SchemaObjectSchemaRepository. findTable(SQLTableSource tableSource, SQLSelectItem selectItem)SchemaObjectSchemaRepository. findTable(SQLTableSource tableSource, String alias)SchemaObjectSchemaRepository. findTable(String tableName)SchemaObjectSchema. findTableOrView(long hashCode64)SchemaObjectSchema. findTableOrView(String tableName)SchemaObjectSchemaRepository. findTableOrView(String tableName)SchemaObjectSchemaRepository. findTableOrView(String tableName, boolean onlyCurrent)SchemaObjectSchema. findView(long nameHashCode64)SchemaObjectSchema. findView(String viewName)SchemaObjectSchemaRepository. findView(SQLName name)SchemaObjectSchemaRepository. findView(String viewName)Methods in com.alibaba.druid.sql.repository that return types with arguments of type SchemaObject Modifier and Type Method Description Collection<SchemaObject>Schema. getObjects()Collection<SchemaObject>SchemaRepository. getObjects()Map<String,SchemaObject>Schema. getTables(SQLTableSource x)Map<String,SchemaObject>SchemaRepository. getTables(SQLTableSource x)Method parameters in com.alibaba.druid.sql.repository with type arguments of type SchemaObject Modifier and Type Method Description protected voidSchema. computeTables(SQLTableSource x, Map<String,SchemaObject> tables)
-