public interface UnderDatabase
Modifier and Type | Method and Description |
---|---|
DatabaseInfo |
getDatabaseInfo() |
String |
getName() |
UdbTable |
getTable(String tableName,
UdbBypassSpec bypassSpec) |
List<String> |
getTableNames() |
String |
getType() |
UdbContext |
getUdbContext() |
String getType()
String getName()
List<String> getTableNames() throws IOException
IOException
UdbTable getTable(String tableName, UdbBypassSpec bypassSpec) throws IOException
tableName
- the table namebypassSpec
- table and partition bypass specificationUdbTable
for the specified table nameIOException
UdbContext getUdbContext()
UdbContext
DatabaseInfo getDatabaseInfo() throws IOException
IOException
Copyright © 2023. All Rights Reserved.