Package | Description |
---|---|
sf.database.dbinfo |
Modifier and Type | Method and Description |
---|---|
ObjectType |
Function.getObjectType()
返回对象类型
|
static ObjectType |
ObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType[] |
ObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DBMetaData.existsInSchema(Connection conn,
ObjectType type,
String schema,
String objectName)
判断对象是否存在于指定的schema下
|
List<TableInfo> |
DBMetaData.getDatabaseObject(Connection conn,
ObjectType type,
String catalog,
String schema,
String matchName,
Operator oper) |
String |
DBMetaData.getExists(Connection conn,
ObjectType type,
String objectName)
判断对象是否存在
|
List<String> |
DBMetaData.getTableNames(Connection conn,
String catalog,
String schema,
ObjectType... types)
返回当前schema下的所有数据库表名
|
Constructor and Description |
---|
Function(ObjectType objType) |
Copyright © 2020. All rights reserved.