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