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

Quick Search    Search Deep
A B C D E F G H I L M N O P Q R S T U W X _

A

AL_XSLT - Static variable in class com.rohanclan.ashpool.core.SelectFilter
 
AResultSet - class com.rohanclan.ashpool.core.AResultSet.
 
AResultSet() - Constructor for class com.rohanclan.ashpool.core.AResultSet
Creates a new instance of ResultSet
AResultSetMetaData - class com.rohanclan.ashpool.core.AResultSetMetaData.
Metadata object for a AResultSet
AResultSetMetaData() - Constructor for class com.rohanclan.ashpool.core.AResultSetMetaData
Creates a new instance of AResultSetMetaData
AResultSetMetaData(AResultSet) - Constructor for class com.rohanclan.ashpool.core.AResultSetMetaData
 
AS_XSLT - Static variable in class com.rohanclan.ashpool.core.SelectFilter
 
AW_XSLT - Static variable in class com.rohanclan.ashpool.core.SelectFilter
 
absolute(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the given row number in this ResultSet object.
addColumn(String, Vector, int) - Method in class com.rohanclan.ashpool.core.AResultSet
add a column (with a name and type) to the result set
addField(int, String) - Method in class com.rohanclan.ashpool.core.AResultSet
add a field to the end of a column
addResultColumn(ResultColumn) - Method in class com.rohanclan.ashpool.core.AResultSet
 
addRow(Vector) - Method in class com.rohanclan.ashpool.core.AResultSet
add a row to the result set
afterLast() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
ars - Variable in class com.rohanclan.ashpool.core.ConnectionManager
 
ars - Variable in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
 

B

BasicXSLEngine - class com.rohanclan.ashpool.core.BasicXSLEngine.
creates a new instance of treebeard
BasicXSLEngine() - Constructor for class com.rohanclan.ashpool.core.BasicXSLEngine
Creates a new instance of BasicXSLEngine
bXSL - Variable in class com.rohanclan.ashpool.core.CommandManager
 
bXSL - Variable in class com.rohanclan.ashpool.core.CreateFilter
 
bXSL - Variable in class com.rohanclan.ashpool.core.SelectFilter
 
beforeFirst() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.

C

COPYRIGHT - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
CommandManager - class com.rohanclan.ashpool.core.CommandManager.
Tries to figure out what the requested action really wants, and most often returns a AResultSet object.
CommandManager() - Constructor for class com.rohanclan.ashpool.core.CommandManager
Creates a new instance of CommandManager
ConnectionManager - class com.rohanclan.ashpool.core.ConnectionManager.
 
ConnectionManager(File) - Constructor for class com.rohanclan.ashpool.core.ConnectionManager
Creates a new instance of ConnectionManager
CreateFilter - class com.rohanclan.ashpool.core.CreateFilter.
 
CreateFilter(TableManager) - Constructor for class com.rohanclan.ashpool.core.CreateFilter
Creates a new instance of CreateFilter
cancelRowUpdates() - Method in class com.rohanclan.ashpool.core.AResultSet
Cancels the updates made to the current row in this ResultSet object.
cf - Variable in class com.rohanclan.ashpool.core.CommandManager
 
characters(char[], int, int) - Method in class com.rohanclan.ashpool.core.DataWriter
Write a sequence of characters.
characters(char[], int, int) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write character data.
characters(String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write a string of character data, with XML escaping.
characters(char[], int, int) - Method in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
handle element data
clearParams() - Method in class com.rohanclan.ashpool.core.BasicXSLEngine
set fresh params
clearWarnings() - Method in class com.rohanclan.ashpool.core.AResultSet
Clears all warnings reported on this ResultSet object.
close() - Method in class com.rohanclan.ashpool.core.AResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
columnData - Variable in class com.rohanclan.ashpool.core.ResultColumn
 
columnExists(String) - Method in class com.rohanclan.ashpool.core.AResultSet
check to see if the column is in the result set
columnName - Variable in class com.rohanclan.ashpool.core.ResultColumn
 
com.rohanclan.ashpool.core - package com.rohanclan.ashpool.core
 
comman - Variable in class com.rohanclan.ashpool.core.ConnectionManager
 
comman - Variable in class com.rohanclan.ashpool.core.InsertFilter
 
createTable(String, InputStream, byte) - Method in class com.rohanclan.ashpool.core.TableManager
create a table from a stream
createTable(String, String, byte) - Method in class com.rohanclan.ashpool.core.TableManager
create a new table from a string
createXPath(String) - Method in class com.rohanclan.ashpool.core.SelectFilter
try to convert an sql select statement into an xslt stylesheet
currentElement - Variable in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
 
currentrow - Variable in class com.rohanclan.ashpool.core.AResultSet
 
currentrow - Variable in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
 

D

D_sort - Static variable in class com.rohanclan.ashpool.core.SelectFilter
 
DataWriter - class com.rohanclan.ashpool.core.DataWriter.
Write data- or field-oriented XML.
DataWriter() - Constructor for class com.rohanclan.ashpool.core.DataWriter
Create a new data writer for standard output.
DataWriter(XMLReader) - Constructor for class com.rohanclan.ashpool.core.DataWriter
Create a new data writer for standard output.
DataWriter(Writer) - Constructor for class com.rohanclan.ashpool.core.DataWriter
Create a new data writer for the specified output.
DataWriter(XMLReader, Writer) - Constructor for class com.rohanclan.ashpool.core.DataWriter
Create a new data writer for the specified output.
dataElement(String, String, String, Attributes, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write an element with character data content.
dataElement(String, String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write an element with character data content but no attributes.
dataElement(String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write an element with character data content but no attributes or Namespace URI.
datastore - Variable in class com.rohanclan.ashpool.core.TableManager
 
deleteRow() - Method in class com.rohanclan.ashpool.core.AResultSet
Deletes the current row from this ResultSet object and from the underlying database.
depth - Variable in class com.rohanclan.ashpool.core.DataWriter
 
doCreatePhysicalTable(String) - Method in class com.rohanclan.ashpool.core.TableManager
 
doDropTable(String) - Method in class com.rohanclan.ashpool.core.TableManager
drop a table from the datastore, and try to drop the schema too
doFactoryReset() - Method in class com.rohanclan.ashpool.core.BasicXSLEngine
 
doIndent() - Method in class com.rohanclan.ashpool.core.DataWriter
Print indentation for the current level.
doPrefix(String, String, boolean) - Method in class com.rohanclan.ashpool.core.XMLWriter
Determine the prefix for an element or attribute name.
doneDeclTable - Variable in class com.rohanclan.ashpool.core.XMLWriter
 

E

EMPTY_ATTS - Variable in class com.rohanclan.ashpool.core.XMLWriter
 
E_ELE - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
E_XML - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
E_XSD - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
E_sort - Static variable in class com.rohanclan.ashpool.core.SelectFilter
 
elementLevel - Variable in class com.rohanclan.ashpool.core.XMLWriter
 
emptyElement(String, String, String, Attributes) - Method in class com.rohanclan.ashpool.core.DataWriter
Write a empty element tag.
emptyElement(String, String, String, Attributes) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write an empty element.
emptyElement(String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Add an empty element without a qname or attributes.
emptyElement(String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Add an empty element without a Namespace URI, qname or attributes.
endDocument() - Method in class com.rohanclan.ashpool.core.XMLWriter
Write a newline at the end of the document.
endElement(String, String, String) - Method in class com.rohanclan.ashpool.core.DataWriter
Write an end tag.
endElement(String, String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write an end tag.
endElement(String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
End an element without a qname.
endElement(String) - Method in class com.rohanclan.ashpool.core.XMLWriter
End an element without a Namespace URI or qname.
endElement(String, String, String) - Method in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
handle end of the element
escapeOperator(String) - Method in class com.rohanclan.ashpool.core.SelectFilter
convert normal sql operators to xml operators
executeQuery(String, AResultSet) - Method in class com.rohanclan.ashpool.core.CreateFilter
will look like create table mytable ( id int, firstname string, date datetime )
executeQuery(String, AResultSet) - Method in class com.rohanclan.ashpool.core.InsertFilter
 
executeQuery(String) - Method in class com.rohanclan.ashpool.core.SelectFilter
returns the XML document results in a bytearray from the generated xslt from the sql statement
executeQuery(String, AResultSet) - Method in class com.rohanclan.ashpool.core.SelectFilter
fills a result set with with the results of an sql->xslt query
executeSQLStatement(String) - Method in class com.rohanclan.ashpool.core.CommandManager
execute an sql style query.
executeStatement(String) - Method in class com.rohanclan.ashpool.core.CommandManager
sql type query
executeStatement(String) - Method in class com.rohanclan.ashpool.core.ConnectionManager
executes a query string
executeStatement(String, byte) - Method in class com.rohanclan.ashpool.core.ConnectionManager
executes a query string
executeXPathStatement(String) - Method in class com.rohanclan.ashpool.core.CommandManager
 
extFromByte(byte) - Method in class com.rohanclan.ashpool.core.TableManager
get the string ext from the defined byte

F

findColumn(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Maps the given ResultSet column name to its ResultSet column index.
first() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the first row in this ResultSet object.
flush() - Method in class com.rohanclan.ashpool.core.XMLWriter
Flush the output.
forceNSDecl(String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Force a Namespace to be declared on the root element.
forceNSDecl(String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Force a Namespace declaration with a preferred prefix.
forceNSDecls() - Method in class com.rohanclan.ashpool.core.XMLWriter
Force all Namespaces to be declared.
forcedDeclTable - Variable in class com.rohanclan.ashpool.core.XMLWriter
 

G

getArray(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getArray(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Array object in the Java programming language.
getAsciiStream(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getBigDecimal(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(int, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Deprecated.  
getBinaryStream(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBlob(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBlob(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Blob object in the Java programming language.
getBoolean(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getByte(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getBytes(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getBytes(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getCatalogName(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Gets the designated column's table's catalog name.
getCharacterStream(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getClob(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getClob(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getColumnClassName(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Returns the fully-qualified name of the Java class whose instances are manufactured if the method ResultSet.getObject is called to retrieve a value from the column.
getColumnCount() - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Returns the number of columns in this ResultSet object.
getColumnDisplaySize(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates the designated column's normal maximum width in characters.
getColumnLabel(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Gets the designated column's suggested title for use in printouts and displays.
getColumnName(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Get the designated column's name.
getColumnType(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Retrieves the designated column's SQL type.
getColumnTypeName(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Retrieves the designated column's database-specific type name.
getConcurrency() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the concurrency mode of this ResultSet object.
getCreateFilter() - Method in class com.rohanclan.ashpool.core.CommandManager
gets the create filter
getCursorName() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getDatastore() - Method in class com.rohanclan.ashpool.core.TableManager
get the datastore (the directory) as a file object
getDatastoreURI() - Method in class com.rohanclan.ashpool.core.TableManager
get the datastore (the directory) as a String
getDate(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(int, Calendar) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Date object in the Java programming language.
getDouble(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getFetchDirection() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchSize() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the fetch size for this ResultSet object.
getFileTables() - Method in class com.rohanclan.ashpool.core.TableManager
get a file array of tables
getFloat(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getIndentStep() - Method in class com.rohanclan.ashpool.core.DataWriter
Return the current indent step.
getInsertFilter() - Method in class com.rohanclan.ashpool.core.CommandManager
gets the Insert filter
getInt(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getLong(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMetaData() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getObject(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Gets the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(int, Map) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getObject(String, Map) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getPrecision(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Get the designated column's number of decimal digits.
getPrefix(String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Get the current or preferred prefix for a Namespace URI.
getRecordCount() - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
 
getRef(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRef(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getResultSet() - Method in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
get the results of the object parse
getResultTable() - Method in class com.rohanclan.ashpool.core.AResultSet
gets a handle to the result table
getRow() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the current row number.
getScale(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Gets the designated column's number of digits to right of the decimal point.
getSchemaInputStream(String) - Method in class com.rohanclan.ashpool.core.TableManager
get a schema as an input stream
getSchemaName(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Get the designated column's table's schema.
getSelectFilter() - Method in class com.rohanclan.ashpool.core.CommandManager
gets the select filter
getShort(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getStatement() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the Statement object that produced this ResultSet object.
getString(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getSupportedDataTypes(AResultSet) - Method in class com.rohanclan.ashpool.core.CreateFilter
returns the currently supported data types
getTableColumns(String, AResultSet) - Method in class com.rohanclan.ashpool.core.SelectFilter
get the names, and types of a tables columns
getTableFile(String, byte) - Method in class com.rohanclan.ashpool.core.TableManager
get a table (xml file) as a file object
getTableFullPath(String, byte) - Method in class com.rohanclan.ashpool.core.TableManager
get a table (xml file) as a string path
getTableInputStream(String) - Method in class com.rohanclan.ashpool.core.TableManager
get a table as an input stream
getTableInputStream(String, byte) - Method in class com.rohanclan.ashpool.core.TableManager
get a table (xml file) as an input stream
getTableManager() - Method in class com.rohanclan.ashpool.core.CommandManager
gets the table manager
getTableManager() - Method in class com.rohanclan.ashpool.core.ConnectionManager
gets a handle to the table manager
getTableName(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Gets the designated column's table name.
getTables() - Method in class com.rohanclan.ashpool.core.ConnectionManager
gets a list of tables in the datastore
getTables(AResultSet) - Method in class com.rohanclan.ashpool.core.TableManager
returns the (possible) tables in this datastore
getTime(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTime(int, Calendar) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Time object in the Java programming language.
getTimestamp(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
getTimestamp(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(String, Calendar) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getTimestamp(int, Calendar) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object in the Java programming language.
getType() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the type of this ResultSet object.
getURL(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getURL(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.net.URL object in the Java programming language.
getUnicodeStream(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Deprecated. use getCharacterStream instead
getUnicodeStream(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getWarnings() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves the first warning reported by calls on this ResultSet object.

H

hasSchema(String) - Method in class com.rohanclan.ashpool.core.TableManager
returns true if the passed table has a schema

I

InsertFilter - class com.rohanclan.ashpool.core.InsertFilter.
 
InsertFilter(TableManager, CommandManager) - Constructor for class com.rohanclan.ashpool.core.InsertFilter
Creates a new instance of InsertFilter
ignorableWhitespace(char[], int, int) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write ignorable whitespace.
indentStep - Variable in class com.rohanclan.ashpool.core.DataWriter
 
inf - Variable in class com.rohanclan.ashpool.core.CommandManager
 
init(Writer) - Method in class com.rohanclan.ashpool.core.XMLWriter
Internal initialization method.
insertRow() - Method in class com.rohanclan.ashpool.core.AResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
isAfterLast() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAutoIncrement(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether the designated column is automatically numbered, thus read-only.
isBeforeFirst() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether a column's case matters.
isCurrency(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether the designated column is a cash value.
isDefinitelyWritable(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether a write on the designated column will definitely succeed.
isFirst() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isLast() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isNullable(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates the nullability of values in the designated column.
isReadOnly(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether the designated column is definitely not writable.
isReadOnly() - Method in class com.rohanclan.ashpool.core.TableManager
read only datastore?
isSearchable(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether the designated column can be used in a where clause.
isSigned(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether values in the designated column are signed numbers.
isWritable(int) - Method in class com.rohanclan.ashpool.core.AResultSetMetaData
Indicates whether it is possible for a write on the designated column to succeed.

L

last() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the last row in this ResultSet object.

M

mainfile - Variable in class com.rohanclan.ashpool.core.InsertFilter
 
mainfile - Variable in class com.rohanclan.ashpool.core.SelectFilter
 
moveToCurrentRow() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the insert row.

N

next() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor down one row from its current position.
nsSupport - Variable in class com.rohanclan.ashpool.core.XMLWriter
 

O

O_sort - Static variable in class com.rohanclan.ashpool.core.SelectFilter
 
output - Variable in class com.rohanclan.ashpool.core.XMLWriter
 

P

params - Variable in class com.rohanclan.ashpool.core.BasicXSLEngine
the params to pass to the style sheet
prefixCounter - Variable in class com.rohanclan.ashpool.core.XMLWriter
 
prefixTable - Variable in class com.rohanclan.ashpool.core.XMLWriter
 
previous() - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor to the previous row in this ResultSet object.
processingInstruction(String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write a processing instruction.

Q

queryresults - Variable in class com.rohanclan.ashpool.core.CommandManager
 

R

ResValue - Variable in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
 
ResultColumn - class com.rohanclan.ashpool.core.ResultColumn.
This is a column object.
ResultColumn() - Constructor for class com.rohanclan.ashpool.core.ResultColumn
Creates a new instance of resultColumn
reader - Variable in class com.rohanclan.ashpool.core.SelectFilter
 
readonly - Variable in class com.rohanclan.ashpool.core.TableManager
 
refreshRow() - Method in class com.rohanclan.ashpool.core.AResultSet
Refreshes the current row with its most recent value in the database.
relative(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Moves the cursor a relative number of rows, either positive or negative.
reset() - Method in class com.rohanclan.ashpool.core.AResultSet
resets this result set object so it can be reused
reset() - Method in class com.rohanclan.ashpool.core.DataWriter
Reset the writer so that it can be reused.
reset() - Method in class com.rohanclan.ashpool.core.XMLWriter
Reset the writer.
resultTable - Variable in class com.rohanclan.ashpool.core.AResultSet
 
rowDeleted() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves whether a row has been deleted.
rowInserted() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in class com.rohanclan.ashpool.core.AResultSet
Retrieves whether the current row has been updated.
rowmarker - Variable in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
 
rs - Variable in class com.rohanclan.ashpool.core.AResultSetMetaData
 
rs - Variable in class com.rohanclan.ashpool.core.CreateFilter
 
rsmetadata - Variable in class com.rohanclan.ashpool.core.AResultSet
 

S

SAXFactory - Static variable in class com.rohanclan.ashpool.core.BasicXSLEngine
 
SEEN_DATA - Static variable in class com.rohanclan.ashpool.core.DataWriter
 
SEEN_ELEMENT - Static variable in class com.rohanclan.ashpool.core.DataWriter
 
SEEN_NOTHING - Static variable in class com.rohanclan.ashpool.core.DataWriter
 
SF_XSLT - Static variable in class com.rohanclan.ashpool.core.SelectFilter
 
SQL_TYPE - Static variable in class com.rohanclan.ashpool.core.CommandManager
 
S_ELE - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
S_NIL - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
S_REQ - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
S_TYP - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
S_XML - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
S_XSD - Static variable in class com.rohanclan.ashpool.core.CreateFilter
 
S_XSLT - Static variable in class com.rohanclan.ashpool.core.SelectFilter
the basics of the xslt stylesheet
S_sort - Static variable in class com.rohanclan.ashpool.core.SelectFilter
the basics of the a sort
SelectFilter - class com.rohanclan.ashpool.core.SelectFilter.
Tries to take an SQL statement, turn it into a style sheet and apply it to an xml file to get a ResultSet.
SelectFilter(TableManager) - Constructor for class com.rohanclan.ashpool.core.SelectFilter
Creates a new instance of SelectFilter
setFetchDirection(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchSize(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this ResultSet object.
setIndentStep(int) - Method in class com.rohanclan.ashpool.core.DataWriter
Set the current indent step.
setOutput(Writer) - Method in class com.rohanclan.ashpool.core.XMLWriter
Set a new output destination for the document.
setParam(String, String) - Method in class com.rohanclan.ashpool.core.BasicXSLEngine
set a single param
setParams(Vector) - Method in class com.rohanclan.ashpool.core.BasicXSLEngine
set a bunch of params
setPrefix(String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Specify a preferred prefix for a Namespace URI.
setQuickResultSet(String, String) - Method in class com.rohanclan.ashpool.core.AResultSet
make a quick result set.
setSAXFactory(String) - Method in class com.rohanclan.ashpool.core.BasicXSLEngine
change the sax factory (call doFactoryRest)
setTableManager(TableManager) - Method in class com.rohanclan.ashpool.core.CommandManager
get access to the table manager
setTableManager(TableManager) - Method in class com.rohanclan.ashpool.core.CreateFilter
sets the table manager
setTableManager(TableManager) - Method in class com.rohanclan.ashpool.core.SelectFilter
sets the table manager
setXSLEngine(BasicXSLEngine) - Method in class com.rohanclan.ashpool.core.CreateFilter
set the xslt engine
setXSLEngine(BasicXSLEngine) - Method in class com.rohanclan.ashpool.core.SelectFilter
sets the xslt engine
setXSLFactory(String) - Method in class com.rohanclan.ashpool.core.BasicXSLEngine
change the xslt factory (call doFactoryRest)
sf - Variable in class com.rohanclan.ashpool.core.CommandManager
 
startDocument() - Method in class com.rohanclan.ashpool.core.XMLWriter
Write the XML declaration at the beginning of the document.
startDocument() - Method in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
 
startElement(String, String, String, Attributes) - Method in class com.rohanclan.ashpool.core.DataWriter
Write a start tag.
startElement(String, String, String, Attributes) - Method in class com.rohanclan.ashpool.core.XMLWriter
Write a start tag.
startElement(String, String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Start a new element without a qname or attributes.
startElement(String) - Method in class com.rohanclan.ashpool.core.XMLWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String, String, String, Attributes) - Method in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
handle start elements
state - Variable in class com.rohanclan.ashpool.core.DataWriter
 
stateStack - Variable in class com.rohanclan.ashpool.core.DataWriter
 

T

TABLECOMPRESS - Static variable in class com.rohanclan.ashpool.core.TableManager
 
TABLEEXT - Static variable in class com.rohanclan.ashpool.core.TableManager
 
TABLESCHEMA - Static variable in class com.rohanclan.ashpool.core.TableManager
 
TYPE_SCHEMA - Static variable in class com.rohanclan.ashpool.core.TableManager
 
TYPE_TABLE - Static variable in class com.rohanclan.ashpool.core.TableManager
 
TableManager - class com.rohanclan.ashpool.core.TableManager.
 
TableManager(File) - Constructor for class com.rohanclan.ashpool.core.TableManager
Creates a new instance of TableManager
tableman - Variable in class com.rohanclan.ashpool.core.CommandManager
handle to the tablemanager (for physical file changes)
tableman - Variable in class com.rohanclan.ashpool.core.ConnectionManager
 
tableman - Variable in class com.rohanclan.ashpool.core.CreateFilter
 
tableman - Variable in class com.rohanclan.ashpool.core.InsertFilter
 
tableman - Variable in class com.rohanclan.ashpool.core.SelectFilter
 
tablemarker - Variable in class com.rohanclan.ashpool.core.XMLtoResultSetFilter
 
transform(InputStream, InputStream, OutputStream) - Method in class com.rohanclan.ashpool.core.BasicXSLEngine
Performs an xslt transformation
type - Variable in class com.rohanclan.ashpool.core.ResultColumn
 

U

UpdateFilter - class com.rohanclan.ashpool.core.UpdateFilter.
 
UpdateFilter() - Constructor for class com.rohanclan.ashpool.core.UpdateFilter
Creates a new instance of UpdateFilter
updateArray(String, Array) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Array value.
updateArray(int, Array) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Array value.
updateAsciiStream(String, InputStream, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an ascii stream value.
updateBigDecimal(String, BigDecimal) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Blob value.
updateBlob(String, Blob) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Blob value.
updateBoolean(int, boolean) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a character stream value.
updateClob(String, Clob) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Clob value.
updateClob(int, Clob) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Clob value.
updateDate(int, Date) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a double value.
updateFloat(String, float) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a float value.
updateFloat(int, float) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a float value.
updateInt(String, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an int value.
updateInt(int, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an int value.
updateLong(int, long) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a long value.
updateNull(String) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a null value.
updateNull(int) - Method in class com.rohanclan.ashpool.core.AResultSet
Gives a nullable column a null value.
updateObject(String, Object) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in class com.rohanclan.ashpool.core.AResultSet
Updates the designated column with a java.sql.Ref value.