类 Schema
java.lang.Object
com.alibaba.druid.sql.repository.Schema
Created by wenshao on 21/07/2017.
-
字段概要
字段 -
构造器概要
构造器限定符构造器说明protectedSchema(SchemaRepository repository) protectedSchema(SchemaRepository repository, String name) protectedSchema(SchemaRepository repository, String catalog, String name) -
方法概要
修饰符和类型方法说明protected voidcomputeTables(SQLTableSource x, Map<String, SchemaObject> tables) findColumn(SQLTableSource tableSource, SQLExpr expr) findColumn(SQLTableSource tableSource, SQLSelectItem selectItem) findFunction(String functionName) findTable(long nameHashCode64) findTable(SQLTableSource tableSource, SQLExpr expr) findTable(SQLTableSource tableSource, SQLSelectItem selectItem) findTable(SQLTableSource tableSource, String alias) findTableOrView(long hashCode64) findTableOrView(String tableName) findView(long nameHashCode64) getName()intintbooleanisSequence(String name) booleanremoveObject(Long nameHashCode64) void
-
字段详细资料
-
objects
-
functions
-
-
构造器详细资料
-
Schema
-
Schema
-
Schema
-
-
方法详细资料
-
getRepository
-
getName
-
getSimpleName
-
setName
-
findTable
-
findTable
-
findView
-
findView
-
findTableOrView
-
findTableOrView
-
findFunction
-
isSequence
-
findTable
-
findColumn
-
findColumn
-
findTable
-
findTable
-
getTables
-
computeTables
-
getTableCount
public int getTableCount() -
getObjects
-
removeObject
-
getViewCount
public int getViewCount() -
showTables
-
getCatalog
-