public interface DataStoreMetadata
Modifier and Type | Method and Description |
---|---|
long |
getTableRowCount(java.lang.String schemaName,
java.lang.String tableName) |
boolean |
schemaExists(java.lang.String schemaName) |
boolean |
tableExists(java.lang.String schemaName,
java.lang.String tableName) |