Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.rohanclan.ashpool.core
Class ConnectionManager  view ConnectionManager download ConnectionManager.java

java.lang.Object
  extended bycom.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