|
|||||||||
| Home >> All >> com >> rohanclan >> ashpool >> [ core overview ] | PREV NEXT | ||||||||
Uses of Class
com.rohanclan.ashpool.core.AResultSet
| Uses of AResultSet in com.rohanclan.ashpool.core |
| Fields in com.rohanclan.ashpool.core declared as AResultSet | |
private AResultSet |
CreateFilter.rs
|
private AResultSet |
XMLtoResultSetFilter.ars
|
private AResultSet |
AResultSetMetaData.rs
|
private AResultSet |
ConnectionManager.ars
|
private AResultSet |
CommandManager.queryresults
|
| Methods in com.rohanclan.ashpool.core that return AResultSet | |
AResultSet |
XMLtoResultSetFilter.getResultSet()
get the results of the object parse |
AResultSet |
ConnectionManager.getTables()
gets a list of tables in the datastore |
AResultSet |
ConnectionManager.executeStatement(java.lang.String query)
executes a query string |
AResultSet |
ConnectionManager.executeStatement(java.lang.String query,
byte type)
executes a query string |
AResultSet |
CommandManager.executeXPathStatement(java.lang.String query)
|
AResultSet |
CommandManager.executeSQLStatement(java.lang.String query)
execute an sql style query. |
AResultSet |
CommandManager.executeStatement(java.lang.String query)
sql type query |
| Methods in com.rohanclan.ashpool.core with parameters of type AResultSet | |
void |
CreateFilter.executeQuery(java.lang.String sql,
AResultSet rs)
will look like create table mytable ( id int, firstname string, date datetime ) |
void |
CreateFilter.getSupportedDataTypes(AResultSet rs)
returns the currently supported data types |
void |
InsertFilter.executeQuery(java.lang.String sql,
AResultSet ars)
|
void |
SelectFilter.getTableColumns(java.lang.String tablename,
AResultSet ars)
get the names, and types of a tables columns |
void |
SelectFilter.executeQuery(java.lang.String sql,
AResultSet ars)
fills a result set with with the results of an sql->xslt query |
void |
TableManager.getTables(AResultSet rs)
returns the (possible) tables in this datastore |
| Constructors in com.rohanclan.ashpool.core with parameters of type AResultSet | |
XMLtoResultSetFilter(org.xml.sax.XMLReader reader,
AResultSet rs)
create the object with the desired reader and a pointer to a recordset |
|
AResultSetMetaData(AResultSet prs)
|
|
|
|||||||||
| Home >> All >> com >> rohanclan >> ashpool >> [ core overview ] | PREV NEXT | ||||||||