|
|||||||||
| Home >> All >> com >> rohanclan >> ashpool >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.rohanclan.ashpool.core
Class ConnectionManager

java.lang.Objectcom.rohanclan.ashpool.core.ConnectionManager
- public class ConnectionManager
- extends java.lang.Object
| Field Summary | |
private AResultSet |
ars
|
private CommandManager |
comman
|
private TableManager |
tableman
|
| Constructor Summary | |
ConnectionManager(java.io.File datasource)
Creates a new instance of ConnectionManager |
|
| Method Summary | |
AResultSet |
executeStatement(java.lang.String query)
executes a query string |
AResultSet |
executeStatement(java.lang.String query,
byte type)
executes a query string |
TableManager |
getTableManager()
gets a handle to the table manager |
AResultSet |
getTables()
gets a list of tables in the datastore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
tableman
private TableManager tableman
comman
private CommandManager comman
ars
private AResultSet ars
| Constructor Detail |
ConnectionManager
public ConnectionManager(java.io.File datasource) throws java.lang.Exception
- Creates a new instance of ConnectionManager
| Method Detail |
getTableManager
public TableManager getTableManager()
- gets a handle to the table manager
getTables
public AResultSet getTables()
- gets a list of tables in the datastore
executeStatement
public AResultSet executeStatement(java.lang.String query) throws java.lang.Exception
- executes a query string
executeStatement
public AResultSet executeStatement(java.lang.String query, byte type) throws java.lang.Exception
- executes a query string
|
|||||||||
| Home >> All >> com >> rohanclan >> ashpool >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.rohanclan.ashpool.core.ConnectionManager