public interface IDatabase
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
DatabaseConfig |
getConfig() |
ITable |
getTable(String name,
boolean create) |
ITable[] |
getTables() |
boolean |
isModified() |
void flush()
throws DatabaseException
DatabaseExceptionDatabaseConfig getConfig()
ITable[] getTables()
boolean isModified()
Copyright © 2019. All rights reserved.