public class DBC
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
DBC.Table |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
dropTable(java.lang.String tableName) |
DBC.Table |
getTable(java.lang.String tableName) |
DBC.Table[] |
getTables() |
boolean |
isClosed() |
static boolean |
isRunning() |
limax.xmlgen.Zdb |
meta() |
static DBC |
open(limax.xmlgen.Zdb meta) |
DBC.Table |
openTable(java.lang.String tableName) |
static boolean |
start() |
static void |
stop() |
public static boolean isRunning()
public static boolean start()
public static void stop()
public static DBC open(limax.xmlgen.Zdb meta)
public limax.xmlgen.Zdb meta()
public void close()
public boolean isClosed()
public DBC.Table[] getTables()
public DBC.Table getTable(java.lang.String tableName)
public DBC.Table openTable(java.lang.String tableName)
public void dropTable(java.lang.String tableName) throws java.lang.Exception
java.lang.Exception