jet.server.api.db
Interface Database
- All Superinterfaces:
- DBObject
- public interface Database
- extends DBObject
A Database
getWorkspace
public Workspace getWorkspace()
isOpened
public boolean isOpened()
tables
public Tables tables()
tables
public Table tables(int index)
tables
public Table tables(java.lang.String tblName)
backup
public boolean backup(java.lang.String bkVolume)
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLException
java.io.IOException
restore
public boolean restore(java.lang.String bkVolume)
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLException
java.io.IOException
cutdownTable
public boolean cutdownTable(Table tbl,
java.lang.String bkVolume,
java.lang.String where)
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLException
java.io.IOException
importsTable
public boolean importsTable(Table tbl,
java.lang.String bkVolume)
throws java.sql.SQLException,
java.io.IOException
java.sql.SQLException
java.io.IOException
checkIntegrality
public void checkIntegrality(java.util.Map exPathMap)
throws java.sql.SQLException
java.sql.SQLException