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