程序包 com.mysql.cj
类 DataStoreMetadataImpl
- java.lang.Object
-
- com.mysql.cj.DataStoreMetadataImpl
-
- 所有已实现的接口:
DataStoreMetadata
public class DataStoreMetadataImpl extends Object implements DataStoreMetadata
-
-
构造器概要
构造器 构造器 说明 DataStoreMetadataImpl(Session sess)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 longgetTableRowCount(String schemaName, String tableName)booleanschemaExists(String schemaName)booleantableExists(String schemaName, String tableName)
-
-
-
构造器详细资料
-
DataStoreMetadataImpl
public DataStoreMetadataImpl(Session sess)
-
-
方法详细资料
-
schemaExists
public boolean schemaExists(String schemaName)
- 指定者:
schemaExists在接口中DataStoreMetadata
-
tableExists
public boolean tableExists(String schemaName, String tableName)
- 指定者:
tableExists在接口中DataStoreMetadata
-
getTableRowCount
public long getTableRowCount(String schemaName, String tableName)
- 指定者:
getTableRowCount在接口中DataStoreMetadata
-
-