public class SqlTable.Database extends Object
Modifier | Constructor and Description |
---|---|
protected |
Database()
Instantiates a new database.
|
Modifier and Type | Method and Description |
---|---|
int |
executeCOUNT()
Execute count.
|
boolean |
existsInDB()
Exists in db.
|
DatabaseGateway<?> |
getDatabaseGateway()
Gets the database gateway.
|
Object |
rebuildIndices()
Rebuild indices.
|
void |
setDatabaseGateway(DatabaseGateway<?> databaseGateway)
Sets the database gateway.
|
Object |
truncate()
Truncate.
|
Object |
updateSelectivity()
Update selectivity.
|
public boolean existsInDB()
public DatabaseGateway<?> getDatabaseGateway()
public Object truncate()
public Object updateSelectivity()
public Object rebuildIndices()
public void setDatabaseGateway(DatabaseGateway<?> databaseGateway)
databaseGateway
- the new database gatewaypublic int executeCOUNT() throws SQLEngineException
SQLEngineException
- the sQL engine exceptionCopyright © 2003–2021 XDEV Software. All rights reserved.