A B C D E F G H I J L M N O P R S T U V W X

A

absolute(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the given row number in this ResultSet object.
absolute(int) - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the given row number in this ResultSet object.
acceptsURL(String) - Method in class org.relique.jdbc.csv.CsvDriver
Description of the Method
acceptsURL(String) - Method in class org.webdocwf.util.xml.XmlDriver
Description of the Method
addBatch(String) - Method in class org.relique.jdbc.csv.CsvStatement
Adds a feature to the Batch attribute of the CsvStatement object
addBatch(String) - Method in class org.webdocwf.util.xml.XmlStatement
Adds a feature to the Batch attribute of the XmlStatement object
addConfiguredAdditionalPath(AdditionalPath) - Method in class org.webdocwf.util.loader.task.AdditionalPaths
The setter for the "AdditionalPath" tag
addConfiguredAdditionalPaths(AdditionalPaths) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "AdditionalPaths" tag
addConfiguredVariable(Variable) - Method in class org.webdocwf.util.loader.task.Variables
The setter for the "Variable" tag
addConfiguredVariables(Variables) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "Variables" tag
additionalPath - Variable in class org.webdocwf.util.loader.task.AdditionalPath
 
AdditionalPath - class org.webdocwf.util.loader.task.AdditionalPath.
AdditionalPath element represents additional files for Loader classpath.
AdditionalPath() - Constructor for class org.webdocwf.util.loader.task.AdditionalPath
 
additionalPaths - Variable in class org.webdocwf.util.loader.task.AdditionalPaths
 
AdditionalPaths - class org.webdocwf.util.loader.task.AdditionalPaths.
AdditionalPaths represents subelement additionalPaths of LoaderTask element.
AdditionalPaths() - Constructor for class org.webdocwf.util.loader.task.AdditionalPaths
 
afterLast() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
afterLast() - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the end of this ResultSet object, just after the last row.
append(NodeListImpl) - Method in class org.enhydra.xml.NodeListImpl
Appends the given list to the end of the existing one.
appendChild(Node) - Method in class org.enhydra.xml.NodeImpl
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in class org.enhydra.xml.CharacterDataImpl
Appends data to the node's value.
ATTR_SEPARATOR - Static variable in class org.enhydra.xml.SearchElement
 
attributes - Variable in class org.enhydra.xml.ElementImpl
A HashMap of AttrImpl nodes representing attributes.
AttrImpl - class org.enhydra.xml.AttrImpl.
 
AttrImpl(Attr) - Constructor for class org.enhydra.xml.AttrImpl
Constructs a AttrImpl from the given node.
AttrImpl(Element, String, String) - Constructor for class org.enhydra.xml.AttrImpl
Constructs an empty AttrImpl.

B

beforeFirst() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
beforeFirst() - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the front of this ResultSet object, just before the first row.
beginToString(StringBuffer, Indent) - Method in class org.enhydra.xml.TextImpl
Method beginToString for this class writes the value of this node (text).
beginToString(StringBuffer, Indent) - Method in class org.enhydra.xml.NodeImpl
Method beginToString should be redefined in extended classes.
beginToString(StringBuffer, Indent) - Method in class org.enhydra.xml.ElementImpl
Method beginToString for this class writes the xml begining tag string and all attributes.
beginToString(StringBuffer, Indent) - Method in class org.enhydra.xml.CommentImpl
Method beginToString for this class writes the xml comment prefix string and the comment string.

C

Cache - class org.webdocwf.util.loader.Cache.
Cache - Load data from source tables (or select statements) and puts them into Hatshtable (cache).
Cache() - Constructor for class org.webdocwf.util.loader.Cache
Public constructor of cache class.
Cache(Hashtable) - Constructor for class org.webdocwf.util.loader.Cache
Public constructor of cache class.
cancel() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
cancel() - Method in class org.webdocwf.util.xml.XmlStatement
Description of the Method
cancelRowUpdates() - Method in class org.relique.jdbc.csv.CsvResultSet
Cancels the updates made to the current row in this ResultSet object.
cancelRowUpdates() - Method in class org.webdocwf.util.xml.XmlResultSet
Cancels the updates made to the current row in this ResultSet object.
CharacterDataImpl - class org.enhydra.xml.CharacterDataImpl.
 
CharacterDataImpl() - Constructor for class org.enhydra.xml.CharacterDataImpl
Constructs an empty CharacterDataImpl.
CharacterDataImpl(Node) - Constructor for class org.enhydra.xml.CharacterDataImpl
Constructs a CharacterDataImpl from the given node as Node.
characters(char[], int, int) - Method in class org.webdocwf.util.loader.LoadVariable
Characters.
characters(char[], int, int) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Characters.
CHARSET - Static variable in class org.relique.jdbc.csv.CsvDriver
 
children - Variable in class org.enhydra.xml.HashMapElement
All Element type children of this Element
clearBatch() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
clearBatch() - Method in class org.webdocwf.util.xml.XmlStatement
Description of the Method
clearWarnings() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
clearWarnings() - Method in class org.relique.jdbc.csv.CsvResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class org.relique.jdbc.csv.CsvConnection
Clears all warnings reported for this Connection object.
clearWarnings() - Method in class org.webdocwf.util.xml.XmlStatement
Description of the Method
clearWarnings() - Method in class org.webdocwf.util.xml.XmlResultSet
Clears all warnings reported on this ResultSet object.
clearWarnings() - Method in class org.webdocwf.util.xml.XmlConnection
Clears all warnings reported for this Connection object.
cloneNode(boolean) - Method in class org.enhydra.xml.NodeImpl
Returns a duplicate of this node.
cloneNode(boolean) - Method in class org.enhydra.xml.HashMapElement
Returns a duplicate of this node.
cloneNode(boolean) - Method in class org.enhydra.xml.ElementImpl
Returns a duplicate of this node.
close() - Method in class org.relique.jdbc.csv.CsvWriter
Description of the Method
close() - Method in class org.relique.jdbc.csv.CsvStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.relique.jdbc.csv.CsvResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.relique.jdbc.csv.CsvReader
Description of the Method
close() - Method in class org.relique.jdbc.csv.CsvConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class org.webdocwf.util.xml.XmlStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class org.webdocwf.util.xml.XmlResultSet
 
close() - Method in class org.webdocwf.util.xml.XmlConnection
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
closeConnection(Connection) - Method in class org.webdocwf.util.loader.test.LoaderTestCase
Close the specified connection.
columnNames - Variable in class org.relique.jdbc.csv.SqlParser
Description of the Field
columnNames - Variable in class org.relique.jdbc.csv.CsvResultSetMetaData
Names of columns
columnNames - Variable in class org.relique.jdbc.csv.CsvResultSet
Array of available columns for referenced table
columnNames - Variable in class org.webdocwf.util.xml.XmlResultSetMetaData
Names of columns
columnNames - Variable in class org.webdocwf.util.xml.XmlResultSet
Array of available columns for referenced table
columnNames - Variable in class org.webdocwf.util.xml.SqlParser
 
columnValues - Variable in class org.relique.jdbc.csv.SqlParser
 
columnValues - Variable in class org.webdocwf.util.xml.XmlResultSet
Array of column values for referenced table
columnValues - Variable in class org.webdocwf.util.xml.SqlParser
 
columnWhereNames - Variable in class org.relique.jdbc.csv.SqlParser
 
columnWhereNames - Variable in class org.webdocwf.util.xml.SqlParser
 
columnWhereValues - Variable in class org.relique.jdbc.csv.SqlParser
 
columnWhereValues - Variable in class org.webdocwf.util.xml.SqlParser
 
CommentImpl - class org.enhydra.xml.CommentImpl.
 
CommentImpl(CommentImpl) - Constructor for class org.enhydra.xml.CommentImpl
Constructs a CommentImpl from the given node.
CommentImpl(Node) - Constructor for class org.enhydra.xml.CommentImpl
Constructs a CommentImpl from a given node, as a Node
CommentImpl(String) - Constructor for class org.enhydra.xml.CommentImpl
Constructs a CommentImpl from the given node value.
commit() - Method in class org.relique.jdbc.csv.CsvConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
commit() - Method in class org.webdocwf.util.xml.XmlConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by this Connection object.
connect(String, Properties) - Method in class org.relique.jdbc.csv.CsvDriver
Description of the Method
connect(String, Properties) - Method in class org.webdocwf.util.xml.XmlDriver
Description of the Method
CounterColumns - class org.webdocwf.util.loader.CounterColumns.
CounterColumns - insert auto increment values in target counter columns.
CounterColumns() - Constructor for class org.webdocwf.util.loader.CounterColumns
 
counterColumnTypes(String, String, Connection, int) - Method in class org.webdocwf.util.loader.CounterColumns
Method counterColumnTypes is used to put types of constant columns into global vector sorted in target tables.If there is an error, Exception "SQLException" or "NullPointerException" is thrown.
CREATE - Static variable in class org.webdocwf.util.loader.test.DatabaseOperation
 
CREATE_TABLE - Static variable in class org.relique.jdbc.csv.SqlParser
Description of the Field
CREATE_TABLE - Static variable in class org.webdocwf.util.xml.SqlParser
Description of the Field
CreateDatabaseOperation - class org.webdocwf.util.loader.test.CreateDatabaseOperation.
Creates new database using sql command (CREATE DATABASE) or specified loader job.
CreateDatabaseOperation(String) - Constructor for class org.webdocwf.util.loader.test.CreateDatabaseOperation
 
createLog(String, String) - Method in class org.webdocwf.util.loader.EchoElement
Metod createLog is used to create log file.
createStatement() - Method in class org.relique.jdbc.csv.CsvConnection
Creates a Statement object for sending SQL statements to the database.
createStatement() - Method in class org.webdocwf.util.xml.XmlConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int) - Method in class org.webdocwf.util.xml.XmlConnection
Creates a Statement object that will generate ResultSet objects with the given type and concurrency.
createStatement(int, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
createStatement(int, int, int) - Method in class org.webdocwf.util.xml.XmlConnection
 
createTable(String[], String) - Method in class org.relique.jdbc.csv.CsvWriter
 
createTable(String, String) - Method in class org.webdocwf.util.xml.XmlWriter
Adds sql statement CREATE TABLE in XML file.
CsvConnection - class org.relique.jdbc.csv.CsvConnection.
This class implements the Connection interface for the CsvJdbc driver.
CsvConnection(String) - Constructor for class org.relique.jdbc.csv.CsvConnection
Creates a new CsvConnection that takes the supplied path
CsvConnection(String, Properties) - Constructor for class org.relique.jdbc.csv.CsvConnection
Creates a new CsvConnection that takes the supplied path and properties
CsvDatabaseMetaData - class org.relique.jdbc.csv.CsvDatabaseMetaData.
This class will implement the DatabaseMetaData interface for the CsvJdbc driver.
CsvDatabaseMetaData() - Constructor for class org.relique.jdbc.csv.CsvDatabaseMetaData
 
CsvDriver - class org.relique.jdbc.csv.CsvDriver.
This class implements the Driver interface for the CsvJdbc driver.
CsvDriver() - Constructor for class org.relique.jdbc.csv.CsvDriver
 
CsvReader - class org.relique.jdbc.csv.CsvReader.
This class is a helper class that handles the reading and parsing of data from a .csv file.
CsvReader(String) - Constructor for class org.relique.jdbc.csv.CsvReader
Constructor for the CsvReader object
CsvReader(String, char, boolean, String) - Constructor for class org.relique.jdbc.csv.CsvReader
Insert the method's description here.
CsvResultSet - class org.relique.jdbc.csv.CsvResultSet.
This class implements the ResultSet interface for the CsvJdbc driver.
CsvResultSet(CsvStatement, CsvReader, String, String[]) - Constructor for class org.relique.jdbc.csv.CsvResultSet
Constructor for the CsvResultSet object
CsvResultSet(CsvStatement, CsvReader, String, String[], String[], String[]) - Constructor for class org.relique.jdbc.csv.CsvResultSet
Constructor for the CsvResultSet object
CsvResultSetMetaData - class org.relique.jdbc.csv.CsvResultSetMetaData.
This class implements the ResultSetMetaData interface for the CsvJdbc driver.
CsvStatement - class org.relique.jdbc.csv.CsvStatement.
This class implements the Statement interface for the CsvJdbc driver.
CsvStatement(CsvConnection) - Constructor for class org.relique.jdbc.csv.CsvStatement
Constructor for the CsvStatement object
CsvWriter - class org.relique.jdbc.csv.CsvWriter.
This class is a helper class that handles the reading and parsing of data from a .csv file.
CsvWriter(String) - Constructor for class org.relique.jdbc.csv.CsvWriter
Constructor for the CsvReader object
CsvWriter(String, char) - Constructor for class org.relique.jdbc.csv.CsvWriter
Insert the method's description here.

D

DatabaseOperation - class org.webdocwf.util.loader.test.DatabaseOperation.
Defines the interface contract for operations performed on the database.
DatabaseOperation() - Constructor for class org.webdocwf.util.loader.test.DatabaseOperation
 
decrement() - Method in class org.enhydra.xml.Indent
Decrements the indentation size.
DEFAULT_EXTENSION - Static variable in class org.relique.jdbc.csv.CsvDriver
 
DEFAULT_EXTENSION - Static variable in class org.webdocwf.util.xml.XmlDriver
 
DEFAULT_SEPARATOR - Static variable in class org.relique.jdbc.csv.CsvDriver
 
DEFAULT_SUPPRESS - Static variable in class org.relique.jdbc.csv.CsvDriver
 
DEFAULT_TAB - Static variable in class org.enhydra.xml.Indent
Default tab value.
DELETE - Static variable in class org.webdocwf.util.xml.SqlParser
 
delete(String, String[], String[]) - Method in class org.webdocwf.util.xml.XmlWriter
Method will delete row(s) from XML file.
deleteData(int, int) - Method in class org.enhydra.xml.CharacterDataImpl
Deletes characters from the node's value string.
deleteRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Deletes the current row from this ResultSet object and from the underlying database.
deleteRow() - Method in class org.webdocwf.util.xml.XmlResultSet
Deletes the current row from this ResultSet object and from the underlying database.
DO_NOTHING - Static variable in class org.webdocwf.util.loader.test.DatabaseOperation
 
DROP - Static variable in class org.webdocwf.util.loader.test.DatabaseOperation
 
DROP_TABLE - Static variable in class org.webdocwf.util.xml.SqlParser
 
DropDatabaseOperation - class org.webdocwf.util.loader.test.DropDatabaseOperation.
Deletes entire database using sql command (DROP DATABASE) or specified loader job.
DropDatabaseOperation(String) - Constructor for class org.webdocwf.util.loader.test.DropDatabaseOperation
 
dropTable(String) - Method in class org.webdocwf.util.xml.XmlWriter
Method will delete row(s) from XML file.

E

EchoElement - class org.webdocwf.util.loader.EchoElement.
EchoElement - Element in parallel to importDefinitions and sql's.
EchoElement() - Constructor for class org.webdocwf.util.loader.EchoElement
Public constructor of EchoElement class.
EchoElement(File) - Constructor for class org.webdocwf.util.loader.EchoElement
Public constructor of EchoElement class.
EchoElement(String) - Constructor for class org.webdocwf.util.loader.EchoElement
Public constructor of EchoElement class.
EchoElement(String, File) - Constructor for class org.webdocwf.util.loader.EchoElement
Public constructor of EchoElement class.
ElementImpl - class org.enhydra.xml.ElementImpl.
 
ElementImpl() - Constructor for class org.enhydra.xml.ElementImpl
Constructs an empty ElementImpl.
ElementImpl(Document, String) - Constructor for class org.enhydra.xml.ElementImpl
Constructs an ElementImpl with the given document owner and node name.
ElementImpl(Document, String, short, String) - Constructor for class org.enhydra.xml.ElementImpl
Constructs an ElementImpl with the given document owner, node name, node type and node value.
ElementImpl(ElementImpl) - Constructor for class org.enhydra.xml.ElementImpl
Constructs a ElementImpl from the given node, without creating entire children subtree.
ElementImpl(Node) - Constructor for class org.enhydra.xml.ElementImpl
Constructs an ElementImpl from a given node (creates the children subtree too), as a Node
ElementImpl(Node, boolean) - Constructor for class org.enhydra.xml.ElementImpl
Constructs an ElementImpl from a given node, as a Node, and deep as boolean.
endDocument() - Method in class org.webdocwf.util.loader.LoadVariable
End document.
endDocument() - Method in class org.webdocwf.util.loader.LoaderXIncluder
End document.
endElement(String) - Method in class org.webdocwf.util.loader.LoadVariable
End element.
endElement(String) - Method in class org.webdocwf.util.loader.LoaderXIncluder
End element.
endToString(StringBuffer, Indent) - Method in class org.enhydra.xml.TextImpl
Method endToString does nothing.
endToString(StringBuffer, Indent) - Method in class org.enhydra.xml.NodeImpl
Method endToString should be redefined in extended classes.
endToString(StringBuffer, Indent) - Method in class org.enhydra.xml.ElementImpl
Method endToString for this class writes the xml ending tag string.
endToString(StringBuffer, Indent) - Method in class org.enhydra.xml.CommentImpl
Method endToString writes the xml comment postfix string.
EQUAL_SEPARATOR - Static variable in class org.enhydra.xml.SearchElement
 
error(SAXParseException) - Method in class org.webdocwf.util.loader.LoadVariable
Error.
error(SAXParseException) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Error.
ErrorReader - class org.webdocwf.util.loader.task.ErrorReader.
Support class for reading error messages from main process (Loader)
ErrorReader(BufferedReader) - Constructor for class org.webdocwf.util.loader.task.ErrorReader
 
execute() - Method in class org.webdocwf.util.loader.task.LoaderTask
The method executing the task
execute() - Method in class org.webdocwf.util.loader.test.LoaderOperation
Executes this operation on the specified database using the Loader.
execute(Connection) - Method in class org.webdocwf.util.loader.test.LoaderOperation
Executes this operation on the specified database using the specified connection to the database.
execute(Connection) - Method in class org.webdocwf.util.loader.test.DropDatabaseOperation
Executes this operation on the specified database using the specified connection to the database.
execute(Connection) - Method in class org.webdocwf.util.loader.test.DatabaseOperation
Executes this operation on the specified database using the specified connection to the database.
execute(Connection) - Method in class org.webdocwf.util.loader.test.CreateDatabaseOperation
Executes this operation on the specified database using the specified connection to the database.
execute(String) - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
execute(String) - Method in class org.webdocwf.util.xml.XmlStatement
Description of the Method
execute(String, int) - Method in class org.relique.jdbc.csv.CsvStatement
 
execute(String, int) - Method in class org.webdocwf.util.xml.XmlStatement
 
execute(String, int[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
execute(String, int[]) - Method in class org.webdocwf.util.xml.XmlStatement
 
execute(String, String[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
execute(String, String[]) - Method in class org.webdocwf.util.xml.XmlStatement
 
executeBatch() - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
executeBatch() - Method in class org.webdocwf.util.xml.XmlStatement
Description of the Method
executeQuery(String) - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
executeQuery(String) - Method in class org.webdocwf.util.xml.XmlStatement
Description of the Method
executeUpdate(String) - Method in class org.relique.jdbc.csv.CsvStatement
Description of the Method
executeUpdate(String) - Method in class org.webdocwf.util.xml.XmlStatement
Insert data into XML database
executeUpdate(String, int) - Method in class org.relique.jdbc.csv.CsvStatement
 
executeUpdate(String, int) - Method in class org.webdocwf.util.xml.XmlStatement
 
executeUpdate(String, int[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
executeUpdate(String, int[]) - Method in class org.webdocwf.util.xml.XmlStatement
 
executeUpdate(String, String[]) - Method in class org.relique.jdbc.csv.CsvStatement
 
executeUpdate(String, String[]) - Method in class org.webdocwf.util.xml.XmlStatement
 

F

fatalError(SAXParseException) - Method in class org.webdocwf.util.loader.LoadVariable
Fatal error.
fatalError(SAXParseException) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Fatal error.
FILE_EXTENSION - Static variable in class org.relique.jdbc.csv.CsvDriver
 
FILE_EXTENSION - Static variable in class org.webdocwf.util.xml.XmlDriver
 
findColumn(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Maps the given ResultSet column name to its ResultSet column index.
findColumn(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Maps the given ResultSet column name to its ResultSet column index.
first() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the first row in this ResultSet object.
first() - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the first row in this ResultSet object.
firstChild - Variable in class org.enhydra.xml.NodeImpl
The first (leftmost) child node of this node, or null if this node is a leaf node.

G

getAdditionalPaths() - Method in class org.webdocwf.util.loader.Loader
Read value of additionalPaths attribute.
getArray(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAsciiStream(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of ASCII characters.
getAttribute(String) - Method in class org.enhydra.xml.ElementImpl
Returns the value of the attribute with given name.
getAttributeNode(String) - Method in class org.enhydra.xml.ElementImpl
Returns attribute value with given name of this node.
getAttributeNodeNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to getAttributeNode(localName).
getAttributeNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to getAttribute(localName).
getAttributes() - Method in class org.enhydra.xml.NodeImpl
Returns all attribute nodes of this node.
getAttributes() - Method in class org.enhydra.xml.ElementImpl
Returns all attribute nodes of this node.
getAutoCommit() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the current auto-commit mode for this Connection object.
getAutoCommit() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves the current auto-commit mode for this Connection object.
getBigDecimal(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
Deprecated.  
getBigDecimal(int, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Deprecated.  
getBigDecimal(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.math.BigDecimal with full precision.
getBigDecimal(String, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Deprecated.  
getBinaryStream(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a binary stream of uninterpreted bytes.
getBinaryStream(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte in the Java programming language.
getByte(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a byte array in the Java programming language.
getCache() - Method in class org.webdocwf.util.loader.Cache
Read current cache table
getCacheRow(BigDecimal) - Method in class org.webdocwf.util.loader.Cache
Read row of source values.
getCacheRow(Hashtable, BigDecimal) - Method in class org.webdocwf.util.loader.Cache
Read row of source values.
getCatalog() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves this Connection object's current catalog name.
getCatalog() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves this Connection object's current catalog name.
getCatalogName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the name of the catalog for the specified column.
getCatalogName(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the name of the catalog for the specified column.
getCause() - Method in class org.webdocwf.util.loader.LoaderException
Gets the exception associated with this exception.
getCharacterStream(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharacterStream(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getCharset() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the charset property
getCharset() - Method in class org.webdocwf.util.xml.XmlConnection
Accessor method for the charset property
getChildNodes() - Method in class org.enhydra.xml.NodeImpl
Returns all child nodes of this node, or null if the node has no children.
getChildrenByTagName(String) - Method in class org.enhydra.xml.HashMapElement
Returns the list of all children nodes with the given tag name.
getClob(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object in the Java programming language.
getColumn(int) - Method in class org.relique.jdbc.csv.CsvWriter
Get the value of the column at the specified index.
getColumn(int) - Method in class org.relique.jdbc.csv.CsvReader
Get the value of the column at the specified index.
getColumn(String) - Method in class org.relique.jdbc.csv.CsvWriter
Get value from column at specified name.
getColumn(String) - Method in class org.relique.jdbc.csv.CsvReader
Get value from column at specified name.
getColumnClassName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the name of the class for the specified column.
getColumnClassName(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the name of the class for the specified column.
getColumnCount() - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the number of columns in the table.
getColumnCount() - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the number of columns in the table.
getColumnDisplaySize(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the display column size for the specified column.
getColumnDisplaySize(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the display column size for the specified column.
getColumnLabel(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the label for the specified column
getColumnLabel(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the label for the specified column
getColumnName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the name of the specified column
getColumnName(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the name of the specified column
getColumnNames() - Method in class org.relique.jdbc.csv.SqlParser
Gets the columnNames attribute of the SqlParser object
getColumnNames() - Method in class org.relique.jdbc.csv.CsvWriter
Gets the columnNames attribute of the CsvReader object
getColumnNames() - Method in class org.relique.jdbc.csv.CsvReader
Gets the columnNames attribute of the CsvReader object
getColumnNames() - Method in class org.webdocwf.util.xml.SqlParser
Gets the columnNames attribute of the SqlParser object
getColumnType(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getColumnType(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
getColumnTypeName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getColumnTypeName(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
getColumnValues() - Method in class org.webdocwf.util.xml.SqlParser
Gets array of column values.Used in INSERT , UPDATE statements
getCommitCount() - Method in class org.webdocwf.util.loader.Loader
Read value of commitCount attribute.
getConcurrency() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the concurrency mode of this ResultSet object.
getConcurrency() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the concurrency mode of this ResultSet object.
getConnection() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the connection attribute of the CsvStatement object
getConnection() - Method in class org.webdocwf.util.loader.test.LoaderTestCase
Returns the test database connection.
getConnection() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the connection attribute of the XmlStatement object
getCounterIncrement(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getCounterName(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getCounterNameColumn() - Method in class org.webdocwf.util.loader.CounterColumns
 
getCounterStartValue(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getCounterStartValueReset(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getCounterTableName() - Method in class org.webdocwf.util.loader.CounterColumns
 
getCounterValue(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getCounterValueColumn() - Method in class org.webdocwf.util.loader.CounterColumns
 
getCursorName() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getCursorName() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the name of the SQL cursor used by this ResultSet object.
getData() - Method in class org.enhydra.xml.CharacterDataImpl
Returns node value.
getDatabaseName() - Method in class org.webdocwf.util.loader.test.LoaderTestCase
Returns the name of test database.
getDatabaseOperationType() - Method in class org.webdocwf.util.loader.test.LoaderOperation
Returns type of database operation
getDatabaseOperationType() - Method in class org.webdocwf.util.loader.test.DropDatabaseOperation
Returns type of database operation
getDatabaseOperationType() - Method in class org.webdocwf.util.loader.test.DatabaseOperation
Returns type of database operation
getDatabaseOperationType() - Method in class org.webdocwf.util.loader.test.CreateDatabaseOperation
Returns type of database operation
getDate(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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.
getDefaultErrorReturnCode() - Static method in class org.webdocwf.util.loader.ReturnCode
Read default error return code
getDefaultReturnCode() - Method in class org.webdocwf.util.loader.Loader
Read value of default error return code attribute.
getDouble(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getDouble(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a double in the Java programming language.
getElementsByTagName(String) - Method in class org.enhydra.xml.HashMapElement
Returns all Element nodes with given name, searching by all sub nodes from this node.
getElementsByTagName(String) - Method in class org.enhydra.xml.ElementImpl
Returns all Element nodes with given name, searching by all sub nodes from this node.
getElementsByTagNameNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to getElementsByTagName(localName).
getErrorReturnCode() - Static method in class org.webdocwf.util.loader.ReturnCode
Read current error return code
getExtension() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the extension property
getExtension() - Method in class org.webdocwf.util.xml.XmlConnection
Accessor method for the extension property
getFetchDirection() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the fetchDirection attribute of the CsvStatement object
getFetchDirection() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchDirection() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the fetchDirection attribute of the XmlStatement object
getFetchDirection() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the fetch direction for this ResultSet object.
getFetchSize() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the fetchSize attribute of the CsvStatement object
getFetchSize() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the fetch size for this ResultSet object.
getFetchSize() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the fetchSize attribute of the XmlStatement object
getFetchSize() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the fetch size for this ResultSet object.
getFileName() - Method in class org.enhydra.xml.XMLDocumentFactory
Returns xml file name.
getFirstChild() - Method in class org.enhydra.xml.NodeImpl
Returns the first child of this node, or null if the node has no children.
getFirstChildByTagName(String) - Method in class org.enhydra.xml.HashMapElement
Returns the first child Element with the given tag name.
getFirstSubElementByTagName(String) - Method in class org.enhydra.xml.SearchElement
Returns the first Element in the subtree of this node, with the given tag name.
getFirstSubElementsByCondition(String) - Method in class org.enhydra.xml.SearchElement
Returns the first Element in the subtree of this node, that satisfy the given condition.
getFloat(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getFloat(int) - Method in class org.webdocwf.util.xml.XmlResultSet
Gets 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 org.relique.jdbc.csv.CsvResultSet
Gets 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 org.webdocwf.util.xml.XmlResultSet
Gets the value of the designated column in the current row of this ResultSet object as a float in the Java programming language.
getGeneratedKeys() - Method in class org.relique.jdbc.csv.CsvStatement
 
getGeneratedKeys() - Method in class org.webdocwf.util.xml.XmlStatement
 
getHoldability() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getInt(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets 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 org.webdocwf.util.xml.XmlResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getInt(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Gets the value of the designated column in the current row of this ResultSet object as an int in the Java programming language.
getJobTime() - Method in class org.webdocwf.util.loader.TimeWatch
Method getJobTime - return duration of loader job (importDefinition or sql) as a String (min:sec,milsec)
getLastChild() - Method in class org.enhydra.xml.NodeImpl
Returns the last child of this node, or null if the node has no children.
getLength() - Method in class org.enhydra.xml.NodeListImpl
Returns the count of nodes.
getLength() - Method in class org.enhydra.xml.NodeImpl
Returns number of child nodes.
getLoader() - Method in class org.webdocwf.util.loader.test.LoaderTestCase
Returns the test Loader class (loaderjob).
getLoadJobFileName() - Method in class org.webdocwf.util.loader.Loader
Read value of loadJobFileName attribute.
getLocalName() - Method in class org.enhydra.xml.NodeImpl
Equivalent to getNodeName.
getLogDirName() - Method in class org.webdocwf.util.loader.Loader
Read value of logDirName attribute
getLogFile() - Method in class org.webdocwf.util.loader.EchoElement
Read log file
getLogFileName() - Method in class org.webdocwf.util.loader.Loader
Read value of logFileName attribute.
getLogMode() - Method in class org.webdocwf.util.loader.EchoElement
Read logMode
getLong(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getLong(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a long in the Java programming language.
getMajorVersion() - Method in class org.relique.jdbc.csv.CsvDriver
Gets the majorVersion attribute of the CsvDriver object
getMajorVersion() - Method in class org.webdocwf.util.xml.XmlDriver
Gets the majorVersion attribute of the XmlDriver object
getMaxFieldSize() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the maxFieldSize attribute of the CsvStatement object
getMaxFieldSize() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the maxFieldSize attribute of the XmlStatement object
getMaxRows() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the maxRows attribute of the CsvStatement object
getMaxRows() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the maxRows attribute of the XmlStatement object
getMessage() - Method in class org.webdocwf.util.loader.LoaderException
 
getMessage(String) - Method in class org.webdocwf.util.loader.EchoElement
Metod getMessage is used to read echo message from Hashtable for key value
getMetaData() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMetaData() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the number, types and properties of this ResultSet object's columns.
getMetaData() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMinorVersion() - Method in class org.relique.jdbc.csv.CsvDriver
Gets the minorVersion attribute of the CsvDriver object
getMinorVersion() - Method in class org.webdocwf.util.xml.XmlDriver
Gets the minorVersion attribute of the XmlDriver object
getMode() - Method in class org.webdocwf.util.loader.Loader
Read value of Mode(LogMode) attribute.
getMoreResults() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the moreResults attribute of the CsvStatement object
getMoreResults() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the moreResults attribute of the XmlStatement object
getMoreResults(int) - Method in class org.relique.jdbc.csv.CsvStatement
 
getMoreResults(int) - Method in class org.webdocwf.util.xml.XmlStatement
 
getName() - Method in class org.enhydra.xml.AttrImpl
Returns the attribute name associated with this node.
getNamespaceURI() - Method in class org.enhydra.xml.NodeImpl
Returns null, since namespaces are not supported.
getNamespaceURI() - Method in class org.enhydra.xml.CharacterDataImpl
Returns the namespace of the node.
getNextSameNameNode() - Method in class org.enhydra.xml.HashMapElement
Returns the next Element node (if exists) with the same tag name.
getNextSibling() - Method in class org.enhydra.xml.NodeImpl
Returns the next sibling of this node, or null if the node has no next sibling.
getNodeName() - Method in class org.enhydra.xml.TextImpl
Returns the name ("#text") associated with this node.
getNodeName() - Method in class org.enhydra.xml.NodeImpl
Returns the name associated with this node.
getNodeName() - Method in class org.enhydra.xml.CommentImpl
Returns the name ("#comment") associated with this node.
getNodeName() - Method in class org.enhydra.xml.AttrImpl
Returns the name associated with this node.
getNodeType() - Method in class org.enhydra.xml.TextImpl
Returns the node type.
getNodeType() - Method in class org.enhydra.xml.NodeImpl
Returns the node type.
getNodeType() - Method in class org.enhydra.xml.CommentImpl
Returns the node type.
getNodeType() - Method in class org.enhydra.xml.AttrImpl
Returns the node type.
getNodeValue() - Method in class org.enhydra.xml.TextImpl
Returns the trimed node value associated with this node.
getNodeValue() - Method in class org.enhydra.xml.NodeImpl
Returns the value associated with this node.
getNodeValue() - Method in class org.enhydra.xml.AttrImpl
Returns the value associated with this node.
getNotnullColumns() - Method in class org.webdocwf.util.xml.SqlParser
Gets columns which can not be NULL
getObject(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
Retrieves 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 org.webdocwf.util.xml.XmlResultSet
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) - Method in class org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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, Map) - Method in class org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as an Object in the Java programming language.
getOKReturnCode() - Static method in class org.webdocwf.util.loader.ReturnCode
Read return code for normal end of java program
getOnErrorContinue() - Method in class org.webdocwf.util.loader.Loader
read value of onErrorContinue attribute.
getOwnerDocument() - Method in class org.enhydra.xml.NodeImpl
Returns null, since NodeImpls do not belong to any Document.
getOwnerElement() - Method in class org.enhydra.xml.AttrImpl
Returns the owner of this attribute.
getParentNode() - Method in class org.enhydra.xml.NodeImpl
Returns the parent of this node.
getPath() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the path property
getPath() - Method in class org.webdocwf.util.xml.XmlConnection
Accessor method for the path property
getPrecision(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getPrecision(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
getPrefix() - Method in class org.enhydra.xml.NodeImpl
Returns null, since namespaces are not supported.
getPreviousSibling() - Method in class org.enhydra.xml.NodeImpl
Returns the previous sibling of this node, or null if this node has no previous sibling.
getPrimaryKeys() - Method in class org.webdocwf.util.xml.SqlParser
Gets array of column which are primarykeys.Used in INSERT statements
getPropertyInfo(String, Properties) - Method in class org.relique.jdbc.csv.CsvDriver
Gets the propertyInfo attribute of the CsvDriver object
getPropertyInfo(String, Properties) - Method in class org.webdocwf.util.xml.XmlDriver
Gets the propertyInfo attribute of the XmlDriver object
getQueryTimeout() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the queryTimeout attribute of the CsvStatement object
getQueryTimeout() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the queryTimeout attribute of the XmlStatement object
getRef(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a Ref object in the Java programming language.
getRestartIndicator() - Method in class org.webdocwf.util.loader.Loader
Read value of restartIndicator attribute.
getResultSet() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the resultSet attribute of the CsvStatement object
getResultSet() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the resultSet attribute of the XmlStatement object
getResultSet() - Method in class org.webdocwf.util.xml.XmlReader
 
getResultSetConcurrency() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the resultSetConcurrency attribute of the CsvStatement object
getResultSetConcurrency() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the resultSetConcurrency attribute of the XmlStatement object
getResultSetHoldability() - Method in class org.relique.jdbc.csv.CsvStatement
 
getResultSetHoldability() - Method in class org.webdocwf.util.xml.XmlStatement
 
getResultSetType() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the resultSetType attribute of the CsvStatement object
getResultSetType() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the resultSetType attribute of the XmlStatement object
getRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the current row number.
getRow() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the current row number.
getScale(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getScale(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
getSchemaName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getSchemaName(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
getSection(String) - Method in class org.enhydra.xml.XMLConfig
Returns XMLConfig as a subconfiguration with the given condition.
getSeperator() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the separator property
getSetUpOperation() - Method in class org.webdocwf.util.loader.test.LoaderTestCase
Returns the database operations executed in test setup.
getShort(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getShort(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a short in the Java programming language.
getSpecified() - Method in class org.enhydra.xml.AttrImpl
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getSqlStatement() - Method in class org.webdocwf.util.xml.SqlParser
 
getSQLType() - Method in class org.webdocwf.util.xml.SqlParser
Gets the type of sql statement.INSERT , UPDATE , CREATE , SELECT
getStatement() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the Statement object that produced this ResultSet object.
getStatement() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the Statement object that produced this ResultSet object.
getString(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
 
getString(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getString(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getSubCounterIncrement(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubCounterKeyColumns(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubCounterKeyColumnsTyp(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubCounterKeyValues(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubCounterName(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubCounterStartValue(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubElementsByAttrValue(String, String) - Method in class org.enhydra.xml.SearchElement
Returns a list of Elements in the subtree of this node, which contain attribute with the given name and value.
getSubElementsByCondition(String) - Method in class org.enhydra.xml.SearchElement
Returns a list of Elements in the subtree of this node, that satisfy the given condition.
getSubElementsByTagName(String) - Method in class org.enhydra.xml.SearchElement
Returns a list of elements in the subtree of this node, with the given tag name.
getSubElementsByTagText(String, String) - Method in class org.enhydra.xml.SearchElement
Returns a list of Elements in the subtree of this node, with the given tag name and value.
getSubTargetColumnName(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubTargetColumnTyp(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getSubValueMode(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getTab() - Method in class org.enhydra.xml.Indent
Returns the tab string.
getTableName() - Method in class org.relique.jdbc.csv.SqlParser
Gets the tableName attribute of the SqlParser object
getTableName() - Method in class org.relique.jdbc.csv.CsvWriter
 
getTableName() - Method in class org.relique.jdbc.csv.CsvReader
 
getTableName() - Method in class org.webdocwf.util.xml.SqlParser
Gets the tableName attribute of the SqlParser object
getTableName(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
getTableName(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
getTableProperties(String) - Method in class org.webdocwf.util.xml.XmlWriter
Gets table properties in form ArrayList.
getTagName() - Method in class org.enhydra.xml.ElementImpl
Returns tag name of this node.
getTargetColumnName(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getTargetColumnTyp(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getTearDownOperation() - Method in class org.webdocwf.util.loader.test.LoaderTestCase
Returns the database operation executed in test cleanup.
getText() - Method in class org.enhydra.xml.HashMapElement
Returns the concatenation of values of all text type children.
getText(String) - Method in class org.enhydra.xml.SearchElement
Return the text of the Element found on the given path.
getTime(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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) - Method in class org.relique.jdbc.csv.CsvResultSet
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) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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) - Method in class org.webdocwf.util.xml.XmlResultSet
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 org.relique.jdbc.csv.CsvResultSet
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 org.webdocwf.util.xml.XmlResultSet
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) - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
getTimestamp(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class org.relique.jdbc.csv.CsvResultSet
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, Calendar) - Method in class org.webdocwf.util.xml.XmlResultSet
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.
getTotalTime() - Method in class org.webdocwf.util.loader.TimeWatch
Method getTotalTime - return all jobs duration as a String (min:sec,milsec)
getTransactionIsolation() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves this Connection object's current transaction isolation level.
getTransactionIsolation() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves this Connection object's current transaction isolation level.
getType() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the type of this ResultSet object.
getType() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the type of this ResultSet object.
getTypeMap() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the Map object associated with this Connection object.
getTypeMap() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves the Map object associated with this Connection object.
getUnicodeStream(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(int) - Method in class org.webdocwf.util.xml.XmlResultSet
Deprecated. use getCharacterStream in place of getUnicodeStream
getUnicodeStream(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Deprecated. use getCharacterStream instead
getUnicodeStream(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Deprecated. use getCharacterStream instead
getUpdateCount() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the updateCount attribute of the CsvStatement object
getUpdateCount() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the updateCount attribute of the XmlStatement object
getURL(int) - Method in class org.relique.jdbc.csv.CsvResultSet
 
getURL(int) - Method in class org.webdocwf.util.xml.XmlResultSet
 
getURL(String) - Method in class org.relique.jdbc.csv.CsvResultSet
 
getURL(String) - Method in class org.webdocwf.util.xml.XmlResultSet
 
getUserID() - Method in class org.webdocwf.util.loader.Loader
Read value of userID attribute.
getValue() - Method in class org.enhydra.xml.AttrImpl
Returns the value associated with this attributes.
getValueMode(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
getVariableValues() - Method in class org.webdocwf.util.loader.Loader
Read value of variableValues attribute.
getVendorFileName() - Method in class org.webdocwf.util.loader.Loader
Read value of vendorFileName.
getWarnings() - Method in class org.relique.jdbc.csv.CsvStatement
Gets the warnings attribute of the CsvStatement object
getWarnings() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in class org.webdocwf.util.xml.XmlStatement
Gets the warnings attribute of the XmlStatement object
getWarnings() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves the first warning reported by calls on this Connection object.
getWhereColumnNames() - Method in class org.relique.jdbc.csv.SqlParser
 
getWhereColumnNames() - Method in class org.webdocwf.util.xml.SqlParser
 
getWhereColumnValues() - Method in class org.relique.jdbc.csv.SqlParser
 
getWhereColumnValues() - Method in class org.webdocwf.util.xml.SqlParser
 

H

hasAttribute(String) - Method in class org.enhydra.xml.ElementImpl
Returns true, if this node has attribute with given name, otherwise false.
hasAttributeNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to hasAttribute(localName).
hasAttributes() - Method in class org.enhydra.xml.NodeImpl
Returns true, if this node has attributes, otherwise false.
hasAttributes() - Method in class org.enhydra.xml.ElementImpl
Returns true, if this node has attributes, otherwise false.
hasChildNodes() - Method in class org.enhydra.xml.NodeImpl
Returns true if this node has child nodes.
hasElementChildNodes() - Method in class org.enhydra.xml.HashMapElement
Returns true if this node has child nodes.
hasElementChildNodes() - Method in class org.enhydra.xml.ElementImpl
Returns true if this node has children nodes.
HashMapElement - class org.enhydra.xml.HashMapElement.
 
HashMapElement() - Constructor for class org.enhydra.xml.HashMapElement
Constructs an empty HashMapElement.
HashMapElement(Document, String) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement with the given document owner and node name.
HashMapElement(Document, String, short, String) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement with the given document owner, node name, node type and node value.
HashMapElement(HashMapElement) - Constructor for class org.enhydra.xml.HashMapElement
Constructs a HashMapElement from the given node, without creating entire children subtree.
HashMapElement(Node) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement from a given node (creates the children subtree too), as a Node
HashMapElement(Node, boolean) - Constructor for class org.enhydra.xml.HashMapElement
Constructs an HashMapElement from a given node, as a Node, and deep as boolean.

I

ignorableWhitespace(char[], int, int) - Method in class org.webdocwf.util.loader.LoadVariable
Ignorable whitespace.
ignorableWhitespace(char[], int, int) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Ignorable whitespace.
increment() - Method in class org.enhydra.xml.Indent
Increments the indentation size.
Indent - class org.enhydra.xml.Indent.
 
Indent(int, String) - Constructor for class org.enhydra.xml.Indent
Constructs new Indent with the given size of indentation and the tab string.
initNodeImplChildren(Node) - Method in class org.enhydra.xml.NodeImpl
Creates the children subtree and adds to this node.
INSERT - Static variable in class org.relique.jdbc.csv.SqlParser
 
INSERT - Static variable in class org.webdocwf.util.xml.SqlParser
 
insert(String, String[], String[]) - Method in class org.webdocwf.util.xml.XmlWriter
Method will insert row in XML file.
insertBefore(Node, Node) - Method in class org.enhydra.xml.NodeImpl
Inserts the node newChild before the existing child node refChild.
insertBefore(Node, Node) - Method in class org.enhydra.xml.HashMapElement
Inserts the node newChild before the existing child node refChild.
insertBefore(Node, Node) - Method in class org.enhydra.xml.ElementImpl
Inserts the node newChild before the existing child node refChild.
insertData(int, String) - Method in class org.enhydra.xml.CharacterDataImpl
Inserts substring into node's value string.
insertRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
insertRow() - Method in class org.webdocwf.util.xml.XmlResultSet
Inserts the contents of the insert row into this ResultSet object and into the database.
is - Variable in class org.relique.jdbc.csv.CsvResultSet
InputStream to keep track of
is - Variable in class org.webdocwf.util.xml.XmlResultSet
InputStream to keep track of
isAfterLast() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAfterLast() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves whether the cursor is after the last row in this ResultSet object.
isAutoIncrement(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Gets the auto increment falg for the specfied column.
isAutoIncrement(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Gets the auto increment falg for the specfied column.
isBeforeFirst() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isBeforeFirst() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the case sensitivity flag for the specfied column
isCaseSensitive(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the case sensitivity flag for the specfied column
isClosed() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves whether this Connection object has been closed.
isClosed() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves whether this Connection object has been closed.
isCurrency(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the currency flag for the specified column
isCurrency(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the currency flag for the specified column
isDefinitelyWritable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
isDefinitelyWritable(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
isFirst() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isFirst() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves whether the cursor is on the first row of this ResultSet object.
isLast() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isLast() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves whether the cursor is on the last row of this ResultSet object.
isNullable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the nullable flag for the specfied column
isNullable(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the nullable flag for the specfied column
isParameter - Static variable in class org.webdocwf.util.loader.ReturnCode
 
isReadOnly() - Method in class org.relique.jdbc.csv.CsvConnection
Retrieves whether this Connection object is in read-only mode.
isReadOnly() - Method in class org.webdocwf.util.xml.XmlConnection
Retrieves whether this Connection object is in read-only mode.
isReadOnly(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
isReadOnly(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
isSearchable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the searchable flag for the specified column
isSearchable(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the searchable flag for the specified column
isSigned(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Returns the signed flag for the specfied column
isSigned(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Returns the signed flag for the specfied column
isSupported(String, String) - Method in class org.enhydra.xml.NodeImpl
Returns false since DOM features are not supported.
isSuppressHeaders() - Method in class org.relique.jdbc.csv.CsvConnection
Accessor method for the suppressHeaders property
isWritable(int) - Method in class org.relique.jdbc.csv.CsvResultSetMetaData
Comments to be done
isWritable(int) - Method in class org.webdocwf.util.xml.XmlResultSetMetaData
Comments to be done
item(int) - Method in class org.enhydra.xml.NodeListImpl
Returns the Node with the given index.
item(int) - Method in class org.enhydra.xml.NodeImpl
Returns child node with the given index.

J

jdbcCompliant() - Method in class org.relique.jdbc.csv.CsvDriver
Description of the Method
jdbcCompliant() - Method in class org.webdocwf.util.xml.XmlDriver
Description of the Method

L

last() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the last row in this ResultSet object.
last() - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the last row in this ResultSet object.
lastChild - Variable in class org.enhydra.xml.NodeImpl
The last (rightmost) child node of this node, or null if this node is a leaf node.
lastIndexRead - Variable in class org.relique.jdbc.csv.CsvResultSet
Last column name index read
lastIndexRead - Variable in class org.webdocwf.util.xml.XmlResultSet
Last column name index read
load() - Method in class org.webdocwf.util.loader.Loader
Method load is main method in class Loader.
Loader - class org.webdocwf.util.loader.Loader.
Loader class loads data from source database into target database using criteria set in XML file which is used as parameter.
LOADER - Static variable in class org.webdocwf.util.loader.test.DatabaseOperation
 
Loader(String) - Constructor for class org.webdocwf.util.loader.Loader
Public constructor of Loader class.
Loader(String, String, String, String, String, boolean, Map, String, boolean, String, int, int) - Constructor for class org.webdocwf.util.loader.Loader
Construct object Loader with an associated parameters.
LoaderException - exception org.webdocwf.util.loader.LoaderException.
 
LoaderException(String) - Constructor for class org.webdocwf.util.loader.LoaderException
 
LoaderException(String, Throwable) - Constructor for class org.webdocwf.util.loader.LoaderException
 
LoaderOperation - class org.webdocwf.util.loader.test.LoaderOperation.
Inserts data in tables using Loader.
LoaderOperation() - Constructor for class org.webdocwf.util.loader.test.LoaderOperation
 
LoaderOperation(Loader) - Constructor for class org.webdocwf.util.loader.test.LoaderOperation
 
LoaderTask - class org.webdocwf.util.loader.task.LoaderTask.
Loader Task class extends jakarta-ant Task class and uses to start Loader application as a jakarta-ant task in build.xml file.
LoaderTask() - Constructor for class org.webdocwf.util.loader.task.LoaderTask
 
LoaderTestCase - class org.webdocwf.util.loader.test.LoaderTestCase.
Basic class for using Loader as a test case (extends Junit Test class)
LoaderTestCase(String) - Constructor for class org.webdocwf.util.loader.test.LoaderTestCase
 
LoaderXIncluder - class org.webdocwf.util.loader.LoaderXIncluder.
LoaderXIncluder.java This class parses a document (text or xml file) and writes the documents contents back to standard output.
LoaderXIncluder() - Constructor for class org.webdocwf.util.loader.LoaderXIncluder
Constructor of class without parameters.
LoaderXIncluder(OutputStream) - Constructor for class org.webdocwf.util.loader.LoaderXIncluder
Construct object LoaderXIncluder with associated outputStream.
LoaderXIncluder(OutputStream, String) - Constructor for class org.webdocwf.util.loader.LoaderXIncluder
Construct object LoaderXIncluder with associated outputStream and encoding.
LoadVariable - class org.webdocwf.util.loader.LoadVariable.
LoadVariable.java This class parses a document (OutputStream) and writes the documents contents back to standard output.
LoadVariable(OutputStream, Loader) - Constructor for class org.webdocwf.util.loader.LoadVariable
Construct object LoadVariable with associated outputStream and object class Loader.
LOGMODE_FULL - Static variable in class org.webdocwf.util.loader.Loader
 
LOGMODE_FULL - Static variable in class org.webdocwf.util.loader.EchoElement
 
LOGMODE_NONE - Static variable in class org.webdocwf.util.loader.Loader
 
LOGMODE_NONE - Static variable in class org.webdocwf.util.loader.EchoElement
 
LOGMODE_NORMAL - Static variable in class org.webdocwf.util.loader.Loader
 
LOGMODE_NORMAL - Static variable in class org.webdocwf.util.loader.EchoElement
 

M

main(String[]) - Static method in class org.enhydra.xml.XMLConfig
 
main(String[]) - Static method in class org.webdocwf.util.loader.LoadVariable
Main program entry point.
main(String[]) - Static method in class org.webdocwf.util.loader.LoaderXIncluder
Main program entry point.
main(String[]) - Static method in class org.webdocwf.util.loader.Loader
Main method Loader with an associated XML, restart mode (optional) i user (optional).
moveToCurrentRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToCurrentRow() - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the insert row.
moveToInsertRow() - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the insert row.

N

name - Variable in class org.webdocwf.util.loader.task.Variable
 
nativeSQL(String) - Method in class org.relique.jdbc.csv.CsvConnection
Converts the given SQL statement into the system's native SQL grammar.
nativeSQL(String) - Method in class org.webdocwf.util.xml.XmlConnection
Converts the given SQL statement into the system's native SQL grammar.
newCommentInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the CommentImpl class.
newDefaultInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the NodeImpl class.
newElementInstance(Node) - Method in class org.enhydra.xml.XMLConfig
Creates new instance of the XMLConfig class from the given Node.
newElementInstance(Node) - Method in class org.enhydra.xml.SearchElement
Returns new SearchElement instance from a given Node.
newElementInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the ElementImpl class.
newElementInstance(Node) - Method in class org.enhydra.xml.HashMapElement
Creates new instance of the HashMapElement class from the given Node.
newInstance(Document) - Static method in class org.enhydra.xml.SearchElement
Creates new instance of SearchElement from a given document as a Document.
newInstance(Document) - Static method in class org.enhydra.xml.HashMapElement
Creates new instance of HashMapElement from a given document as a Document.
newInstance(Document) - Static method in class org.enhydra.xml.ElementImpl
Creates new instance of ElementImpl from a given document as a Document.
newLine(String[], String[]) - Method in class org.relique.jdbc.csv.CsvWriter
 
newTextInstance(Node) - Method in class org.enhydra.xml.NodeImpl
Creates new instance of the TextImpl class.
newXMLConfigInstance(Document) - Static method in class org.enhydra.xml.XMLConfig
Creates new instance of XMLConfig from a given document as a Document
next() - Method in class org.relique.jdbc.csv.CsvWriter
Description of the Method
next() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor down one row from its current position.
next() - Method in class org.relique.jdbc.csv.CsvReader
Description of the Method
next() - Method in class org.webdocwf.util.xml.XmlResultSet
Description of the Method
nextSibling - Variable in class org.enhydra.xml.NodeImpl
The next (right) sibling node of this node, or null if this node is its parent's last child node.
NodeDOMException - exception org.enhydra.xml.NodeDOMException.
A class representing a node in a meta-data tree, which extends DOMException class
NodeDOMException(short, String) - Constructor for class org.enhydra.xml.NodeDOMException
 
NodeImpl - class org.enhydra.xml.NodeImpl.
 
NodeImpl() - Constructor for class org.enhydra.xml.NodeImpl
Constructs an empty NodeImpl.
NodeImpl(Document, String) - Constructor for class org.enhydra.xml.NodeImpl
Constructs a NodeImpl from the given document owner and node name.
NodeImpl(Document, String, short) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given document owner, node name and node type.
NodeImpl(Document, String, short, String) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given document owner, node name, node type and node value.
NodeImpl(Node) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given node (creates the children subtree too), as a Node
NodeImpl(Node, boolean) - Constructor for class org.enhydra.xml.NodeImpl
Constructs an NodeImpl from a given node, as a Node, and deep as boolean.
NodeImpl(NodeImpl) - Constructor for class org.enhydra.xml.NodeImpl
Constructs a NodeImpl from the given node, without creating entire children subtree.
NodeListImpl - class org.enhydra.xml.NodeListImpl.
 
NodeListImpl() - Constructor for class org.enhydra.xml.NodeListImpl
Constructs an empty NodeListImpl.
NodeListImpl(List) - Constructor for class org.enhydra.xml.NodeListImpl
Constructs NodeListImpl with the given list of nodes.
nodeName - Variable in class org.enhydra.xml.NodeImpl
The name (tag) of the node as a String.
nodeValue - Variable in class org.enhydra.xml.NodeImpl
The value of the node as a String.
NONE - Static variable in class org.webdocwf.util.loader.test.DatabaseOperation
 
normalize() - Method in class org.enhydra.xml.NodeImpl
Does nothing, since NodeImpls do not contain Text children.
notnullColumns - Variable in class org.webdocwf.util.xml.SqlParser
 
numChildren - Variable in class org.enhydra.xml.NodeImpl
The number of child nodes.

O

org.enhydra.xml - package org.enhydra.xml
 
org.relique.jdbc.csv - package org.relique.jdbc.csv
 
org.webdocwf.util.loader - package org.webdocwf.util.loader
 
org.webdocwf.util.loader.task - package org.webdocwf.util.loader.task
 
org.webdocwf.util.loader.test - package org.webdocwf.util.loader.test
 
org.webdocwf.util.xml - package org.webdocwf.util.xml
 
ownerDocument - Variable in class org.enhydra.xml.NodeImpl
Owner document.

P

parent - Variable in class org.enhydra.xml.NodeImpl
The parent node of this node, or null if this node forms the root of its own tree.
parse() - Method in class org.enhydra.xml.XMLDocumentFactory
Parses xml file and creates creates Document.
parse(String) - Static method in class org.enhydra.xml.XMLDocumentFactory
Parses xml file with the given name and creates Document.
parse(String) - Method in class org.relique.jdbc.csv.SqlParser
Description of the Method
parse(String) - Method in class org.webdocwf.util.xml.SqlParser
Description of the Method
parseCsvLine(String) - Method in class org.relique.jdbc.csv.CsvWriter
 
parseCsvLine(String) - Method in class org.relique.jdbc.csv.CsvReader
 
parseURI() - Method in class org.webdocwf.util.loader.LoadVariable
Method parseUri parses a file "uri" and writes the file contents back to standard output including contents of 'include' files .
parseURI(String) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Method parseUri parses a file "uri" and writes the file contents back to standard output including contents of 'include' files .
prepareCall(String) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String) - Method in class org.webdocwf.util.xml.XmlConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int) - Method in class org.webdocwf.util.xml.XmlConnection
Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
prepareCall(String, int, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareCall(String, int, int, int) - Method in class org.webdocwf.util.xml.XmlConnection
 
prepareStatement(String) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String) - Method in class org.webdocwf.util.xml.XmlConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String, int) - Method in class org.webdocwf.util.xml.XmlConnection
 
prepareStatement(String, int[]) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String, int[]) - Method in class org.webdocwf.util.xml.XmlConnection
 
prepareStatement(String, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int) - Method in class org.webdocwf.util.xml.XmlConnection
Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
prepareStatement(String, int, int, int) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String, int, int, int) - Method in class org.webdocwf.util.xml.XmlConnection
 
prepareStatement(String, String[]) - Method in class org.relique.jdbc.csv.CsvConnection
 
prepareStatement(String, String[]) - Method in class org.webdocwf.util.xml.XmlConnection
 
previous() - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor to the previous row in this ResultSet object.
previous() - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor to the previous row in this ResultSet object.
previousSibling - Variable in class org.enhydra.xml.NodeImpl
The previous (left) sibling node of this node, or null if this node is its parent's first child node.
primaryKeyColumns - Variable in class org.webdocwf.util.xml.SqlParser
 
printStackTrace() - Method in class org.webdocwf.util.loader.LoaderException
Prints this ChainedException and its backtrace, and the causes and their stack traces to the standard error stream.
printStackTrace(PrintStream) - Method in class org.webdocwf.util.loader.LoaderException
Prints this LoaderException and its backtrace, and the causes and their stack traces to the e specified print stream.
printStackTrace(PrintWriter) - Method in class org.webdocwf.util.loader.LoaderException
Prints this LoaderException and its backtrace, and the causes and their stack traces to the specified print writer.
processingInstruction(String, String) - Method in class org.webdocwf.util.loader.LoadVariable
Processing instruction.
processingInstruction(String, String) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Processing instruction.

R

readConstantColumnAttributes(Document, int) - Method in class org.webdocwf.util.loader.CounterColumns
 
readConstantColumnsParameters(Document, int) - Method in class org.webdocwf.util.loader.CounterColumns
 
reader - Variable in class org.relique.jdbc.csv.CsvResultSet
Helper class that performs the actual file reads
reader - Variable in class org.webdocwf.util.xml.XmlResultSet
Helper class that performs the actual file reads
readSubCounterValue(String, String, Connection, int) - Method in class org.webdocwf.util.loader.CounterColumns
 
refreshRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Refreshes the current row with its most recent value in the database.
refreshRow() - Method in class org.webdocwf.util.xml.XmlResultSet
Refreshes the current row with its most recent value in the database.
relative(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Moves the cursor a relative number of rows, either positive or negative.
relative(int) - Method in class org.webdocwf.util.xml.XmlResultSet
Moves the cursor a relative number of rows, either positive or negative.
releaseSavepoint(Savepoint) - Method in class org.relique.jdbc.csv.CsvConnection
 
releaseSavepoint(Savepoint) - Method in class org.webdocwf.util.xml.XmlConnection
 
removeAttribute(String) - Method in class org.enhydra.xml.ElementImpl
Removes attribute with the given name.
removeAttributeNode(Attr) - Method in class org.enhydra.xml.ElementImpl
Remove attribute from this node.
removeAttributeNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to removeAttribute(localName).
removeChild(Node) - Method in class org.enhydra.xml.NodeImpl
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in class org.enhydra.xml.HashMapElement
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in class org.enhydra.xml.ElementImpl
Removes the child node indicated by oldChild from the list of children, and returns it.
replaceChild(Node, Node) - Method in class org.enhydra.xml.NodeImpl
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class org.enhydra.xml.HashMapElement
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class org.enhydra.xml.ElementImpl
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceData(int, int, String) - Method in class org.enhydra.xml.CharacterDataImpl
Replaces characters in the node's value string.
reset() - Method in class org.webdocwf.util.loader.TimeWatch
set jop time to 0.
reset() - Method in class org.webdocwf.util.loader.CounterColumns
 
resetCache() - Method in class org.webdocwf.util.loader.Cache
Reset cache.
resultSetMetaData - Variable in class org.relique.jdbc.csv.CsvResultSet
Metadata for this ResultSet
resultSetMetaData - Variable in class org.webdocwf.util.xml.XmlResultSet
Metadata for this ResultSet
ReturnCode - class org.webdocwf.util.loader.ReturnCode.
ReturnCode - If some element of loadjobs fails, the java.exe has to return a ReturnCode to the environment.
ReturnCode() - Constructor for class org.webdocwf.util.loader.ReturnCode
 
rollback() - Method in class org.relique.jdbc.csv.CsvConnection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback() - Method in class org.webdocwf.util.xml.XmlConnection
Undoes all changes made in the current transaction and releases any database locks currently held by this Connection object.
rollback(Savepoint) - Method in class org.relique.jdbc.csv.CsvConnection
 
rollback(Savepoint) - Method in class org.webdocwf.util.xml.XmlConnection
 
rowDeleted() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether a row has been deleted.
rowDeleted() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves whether a row has been deleted.
rowInserted() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the current row has had an insertion.
rowInserted() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves whether the current row has had an insertion.
rowUpdated() - Method in class org.relique.jdbc.csv.CsvResultSet
Retrieves whether the current row has been updated.
rowUpdated() - Method in class org.webdocwf.util.xml.XmlResultSet
Retrieves whether the current row has been updated.
run() - Method in class org.webdocwf.util.loader.task.ErrorReader
 

S

saveDOM(Node) - Method in class org.webdocwf.util.xml.XmlWriter
Save DOM as XML file.
SearchElement - class org.enhydra.xml.SearchElement.
 
SearchElement() - Constructor for class org.enhydra.xml.SearchElement
Constructs an empty SearchElement.
SearchElement(Document, String) - Constructor for class org.enhydra.xml.SearchElement
Constructs an SearchElement with a given document owner and node name.
SearchElement(Node) - Constructor for class org.enhydra.xml.SearchElement
Constructs an SearchElement with a given Node.
SearchElement(SearchElement) - Constructor for class org.enhydra.xml.SearchElement
Constructs an SearchElement with a given SearchElement.
SELECT - Static variable in class org.relique.jdbc.csv.SqlParser
 
SELECT - Static variable in class org.webdocwf.util.xml.SqlParser
 
select() - Method in class org.webdocwf.util.xml.XmlResultSet
 
select(String, String[], String[], String[]) - Method in class org.webdocwf.util.xml.XmlReader
Gets data from database.Method will fill array list which will be result set.
SEPARATOR - Static variable in class org.relique.jdbc.csv.CsvDriver
 
serialize(Node) - Method in class org.enhydra.xml.XMLDocumentFactory
Serializes node with all subnodes to the xml file with the default Properties of the xml declaration.
serialize(Node, String, Properties) - Static method in class org.enhydra.xml.XMLDocumentFactory
Serializes node with all subnodes to the xml file with the given name, and with the Properties of the xml declaration.
setAdditionalPaths(String) - Method in class org.webdocwf.util.loader.Loader
This method sets value of additionalPaths attribute.
setAttr(String, String) - Method in class org.enhydra.xml.SearchElement
Sets the value of an attribute found on the given path.
setAttribute(String, String) - Method in class org.enhydra.xml.ElementImpl
To the name attribute set value to value.
setAttributeNode(Attr) - Method in class org.enhydra.xml.ElementImpl
Add new attribute to this node.
setAttributeNodeNS(Attr) - Method in class org.enhydra.xml.ElementImpl
Equivalent to setAttributeNode(newAttr).
setAttributeNS(String, String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to setAttribute(qualifiedName, value).
setAutoCommit(boolean) - Method in class org.relique.jdbc.csv.CsvConnection
Sets this connection's auto-commit mode to the given state.
setAutoCommit(boolean) - Method in class org.webdocwf.util.xml.XmlConnection
Sets this connection's auto-commit mode to the given state.
setCache(Hashtable) - Method in class org.webdocwf.util.loader.Cache
Set cache table.
setCacheRow(BigDecimal, Vector) - Method in class org.webdocwf.util.loader.Cache
Put row of source values into cache.
setCacheRow(Hashtable, BigDecimal, Vector) - Method in class org.webdocwf.util.loader.Cache
Put row of source values into cache.
setCatalog(String) - Method in class org.relique.jdbc.csv.CsvConnection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCatalog(String) - Method in class org.webdocwf.util.xml.XmlConnection
Sets the given catalog name in order to select a subspace of this Connection object's database in which to work.
setCommitCount(int) - Method in class org.webdocwf.util.loader.Loader
This method sets value of commitCount attribute.
setCommitCount(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "commitCount" attribute
setConstantColumnsParameters(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
setCounterNameColumn(String) - Method in class org.webdocwf.util.loader.CounterColumns
 
setCounterTableName(String) - Method in class org.webdocwf.util.loader.CounterColumns
 
setCounterValue(String, String) - Method in class org.webdocwf.util.loader.CounterColumns
 
setCounterValueColumn(String) - Method in class org.webdocwf.util.loader.CounterColumns
 
setCursorName(String) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the cursorName attribute of the CsvStatement object
setCursorName(String) - Method in class org.webdocwf.util.xml.XmlStatement
Sets the cursorName attribute of the XmlStatement object
setData(String) - Method in class org.enhydra.xml.CharacterDataImpl
Sets the new value of this node.
setDefaultErrorReturnCode(int) - Static method in class org.webdocwf.util.loader.ReturnCode
Set default error return code.
setDefaultReturnCode(int) - Method in class org.webdocwf.util.loader.Loader
This method sets value of default error return code attribute.
setErrorReturnCode(int) - Static method in class org.webdocwf.util.loader.ReturnCode
Set current error return code.
setEscapeProcessing(boolean) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the escapeProcessing attribute of the CsvStatement object
setEscapeProcessing(boolean) - Method in class org.webdocwf.util.xml.XmlStatement
Sets the escapeProcessing attribute of the XmlStatement object
setFetchDirection(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the fetchDirection attribute of the CsvStatement object
setFetchDirection(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchDirection(int) - Method in class org.webdocwf.util.xml.XmlStatement
Sets the fetchDirection attribute of the XmlStatement object
setFetchDirection(int) - Method in class org.webdocwf.util.xml.XmlResultSet
Gives a hint as to the direction in which the rows in this ResultSet object will be processed.
setFetchSize(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the fetchSize attribute of the CsvStatement object
setFetchSize(int) - Method in class org.relique.jdbc.csv.CsvResultSet
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.
setFetchSize(int) - Method in class org.webdocwf.util.xml.XmlStatement
Sets the fetchSize attribute of the XmlStatement object
setFetchSize(int) - Method in class org.webdocwf.util.xml.XmlResultSet
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.
setHoldability(int) - Method in class org.relique.jdbc.csv.CsvConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setHoldability(int) - Method in class org.webdocwf.util.xml.XmlConnection
Changes the holdability of ResultSet objects created using this Connection object to the given holdability.
setLoader(Loader) - Method in class org.webdocwf.util.loader.test.LoaderOperation
 
setLoadJob(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "loadJob" attribute
setLoadJobFileName(String) - Method in class org.webdocwf.util.loader.Loader
This method sets value of loadJobFileName attribute.
setLogDir(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "logDir" attribute
setLogDirName(String) - Method in class org.webdocwf.util.loader.Loader
This method sets value of logDirName attribute.
setLogFile(File) - Method in class org.webdocwf.util.loader.EchoElement
Set Log file.
setLogFile(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "logFile" attribute
setLogFileName(String) - Method in class org.webdocwf.util.loader.Loader
This method sets value of logFileName attribute.
setLogMode(String) - Method in class org.webdocwf.util.loader.EchoElement
Set log mode.
setMaxFieldSize(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the maxFieldSize attribute of the CsvStatement object
setMaxFieldSize(int) - Method in class org.webdocwf.util.xml.XmlStatement
Sets the maxFieldSize attribute of the SmlStatement object
setMaxRows(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the maxRows attribute of the CsvStatement object
setMaxRows(int) - Method in class org.webdocwf.util.xml.XmlStatement
Sets the maxRows attribute of the XmlStatement object
setMessage(String, String) - Method in class org.webdocwf.util.loader.EchoElement
Metod setMessage is used to put echo message into Hashtable
setMode(String) - Method in class org.webdocwf.util.loader.Loader
This method sets value of Mode attribute.
setMode(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "mode" attribute
setName(String) - Method in class org.webdocwf.util.loader.task.Variable
The setter for the "name" attribute
setNodeValue(String) - Method in class org.enhydra.xml.NodeImpl
Sets the node value of this node.
setNodeValue(String) - Method in class org.enhydra.xml.AttrImpl
Sets the value of this node to the given one.
setOKReturnCode(int) - Static method in class org.webdocwf.util.loader.ReturnCode
Set return code for normal end of program.
setOnErrorContinue(boolean) - Method in class org.webdocwf.util.loader.Loader
This method sets value of onErrorContinue attribute.
setOnErrorContinue(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "onErrorContinue" attribute
setPath(String) - Method in class org.webdocwf.util.loader.task.AdditionalPath
The setter for the "path" attribute
setPrefix(String) - Method in class org.enhydra.xml.NodeImpl
Does nothing, since namespaces are not supported.
setQueryTimeout(int) - Method in class org.relique.jdbc.csv.CsvStatement
Sets the queryTimeout attribute of the CsvStatement object
setQueryTimeout(int) - Method in class org.webdocwf.util.xml.XmlStatement
Sets the queryTimeout attribute of the XmlStatement object
setReadOnly(boolean) - Method in class org.relique.jdbc.csv.CsvConnection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setReadOnly(boolean) - Method in class org.webdocwf.util.xml.XmlConnection
Puts this connection in read-only mode as a hint to the driver to enable database optimizations.
setRestartIndicator(boolean) - Method in class org.webdocwf.util.loader.Loader
This method sets value of restartIndicator attribute.
setRestartIndicator(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "restartIndicator" attribute
setReturnCode(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "returnCode" attribute
setSavepoint() - Method in class org.relique.jdbc.csv.CsvConnection
 
setSavepoint() - Method in class org.webdocwf.util.xml.XmlConnection
 
setSavepoint(String) - Method in class org.relique.jdbc.csv.CsvConnection
 
setSavepoint(String) - Method in class org.webdocwf.util.xml.XmlConnection
 
setStartJobTime() - Method in class org.webdocwf.util.loader.TimeWatch
Method setStartJobTime - set time counter for new loader job
setStartTime() - Method in class org.webdocwf.util.loader.TimeWatch
Method setStartTime - set time counter for all loader jobs
setSubCounterKeyValues(String, String, Hashtable) - Method in class org.webdocwf.util.loader.CounterColumns
 
setTab(String) - Method in class org.enhydra.xml.Indent
Sets the tab string.
setTargetColumnStartValues(String, String, Connection, int) - Method in class org.webdocwf.util.loader.CounterColumns
 
setText(String) - Method in class org.enhydra.xml.HashMapElement
Set the value of the first text child node to the given text, and remove all other text child nodes.
setText(String, String) - Method in class org.enhydra.xml.SearchElement
Sets the given text to the Element found on the given path.
setTransactionIsolation(int) - Method in class org.relique.jdbc.csv.CsvConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(int) - Method in class org.webdocwf.util.xml.XmlConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTypeMap(Map) - Method in class org.relique.jdbc.csv.CsvConnection
Installs the given TypeMap object as the type map for this Connection object.
setTypeMap(Map) - Method in class org.webdocwf.util.xml.XmlConnection
Installs the given TypeMap object as the type map for this Connection object.
setUp() - Method in class org.webdocwf.util.loader.test.LoaderTestCase
 
setUserID(String) - Method in class org.webdocwf.util.loader.Loader
This method sets value of userID attribute.
setUserID(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "userID" attribute
setValue(String) - Method in class org.enhydra.xml.AttrImpl
Sets the value of this attribute to the given one.
setValue(String) - Method in class org.webdocwf.util.loader.task.Variable
The setter for the "value" attribute
setVariableValues(Map) - Method in class org.webdocwf.util.loader.Loader
This method sets value of variableValues attribute.
setVendorFile(String) - Method in class org.webdocwf.util.loader.task.LoaderTask
The setter for the "vendorFile" attribute
setVendorFileName(String) - Method in class org.webdocwf.util.loader.Loader
This method sets value of vendorFileName attribute.
splitText(int) - Method in class org.enhydra.xml.TextImpl
 
SqlParser - class org.relique.jdbc.csv.SqlParser.
This is a very crude and SQL simple parser used by the Csv JDBC driver.
SqlParser - class org.webdocwf.util.xml.SqlParser.
This is a very crude and SQL simple parser used by the Xml JDBC driver.
SqlParser() - Constructor for class org.relique.jdbc.csv.SqlParser
 
SqlParser(String) - Constructor for class org.webdocwf.util.xml.SqlParser
 
sqlType - Variable in class org.relique.jdbc.csv.SqlParser
 
sqlType - Variable in class org.webdocwf.util.xml.SqlParser
 
startDocument() - Method in class org.webdocwf.util.loader.LoadVariable
Start document.
startDocument() - Method in class org.webdocwf.util.loader.LoaderXIncluder
Start document.
startElement(String, AttributeList) - Method in class org.webdocwf.util.loader.LoadVariable
Start element.
startElement(String, AttributeList) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Start element.
statement - Variable in class org.relique.jdbc.csv.CsvResultSet
Statement that produced this ResultSet
statement - Variable in class org.webdocwf.util.xml.XmlResultSet
Statement that produced this ResultSet
substringData(int, int) - Method in class org.enhydra.xml.CharacterDataImpl
Returns the substring from the node's value.
SUPPRESS_HEADERS - Static variable in class org.relique.jdbc.csv.CsvDriver
 

T

tableName - Variable in class org.relique.jdbc.csv.SqlParser
 
tableName - Variable in class org.relique.jdbc.csv.CsvResultSetMetaData
Name of table
tableName - Variable in class org.relique.jdbc.csv.CsvResultSet
Table referenced by the Statement
tableName - Variable in class org.webdocwf.util.xml.XmlResultSetMetaData
Name of table
tableName - Variable in class org.webdocwf.util.xml.XmlResultSet
Table referenced by the Statement
tableName - Variable in class org.webdocwf.util.xml.SqlParser
 
TAG_SEPARATOR - Static variable in class org.enhydra.xml.SearchElement
 
tearDown() - Method in class org.webdocwf.util.loader.test.LoaderTestCase
 
TextImpl - class org.enhydra.xml.TextImpl.
 
TextImpl(Node) - Constructor for class org.enhydra.xml.TextImpl
Constructs a TextImpl from a given node, as a Node
TextImpl(String) - Constructor for class org.enhydra.xml.TextImpl
Constructs a TextImpl from the given node value.
TextImpl(TextImpl) - Constructor for class org.enhydra.xml.TextImpl
Constructs a TextImpl from the given node.
TimeWatch - class org.webdocwf.util.loader.TimeWatch.
 
TimeWatch() - Constructor for class org.webdocwf.util.loader.TimeWatch
Constructor
toString() - Method in class org.enhydra.xml.NodeImpl
Returns String representation of this node.
toString() - Method in class org.enhydra.xml.Indent
toString method
toString(String) - Method in class org.enhydra.xml.NodeImpl
Returns String representation of this node.
type - Variable in class org.enhydra.xml.NodeImpl
The type of the node as a short.

U

UPDATE - Static variable in class org.relique.jdbc.csv.SqlParser
 
UPDATE - Static variable in class org.webdocwf.util.xml.SqlParser
 
update(String, String[], String[], String[], String[]) - Method in class org.webdocwf.util.xml.XmlWriter
Method will update row in in XML file.
updateArray(int, Array) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateArray(int, Array) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateArray(String, Array) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateArray(String, Array) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.math.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.sql.BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a binary stream value.
updateBlob(int, Blob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateBlob(int, Blob) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateBlob(String, Blob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateBlob(String, Blob) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateBoolean(int, boolean) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a boolean value.
updateBoolean(int, boolean) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte value.
updateByte(int, byte) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte array value.
updateBytes(int, byte[]) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a character stream value.
updateClob(int, Clob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateClob(int, Clob) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateClob(String, Clob) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateClob(String, Clob) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateCounter(String, String, Connection) - Method in class org.webdocwf.util.loader.CounterColumns
 
updateDate(int, Date) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Date value.
updateDate(int, Date) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Date value.
updateDate(String, Date) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.sql.Date value.
updateDouble(int, double) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a double value.
updateDouble(int, double) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a double value.
updateDouble(String, double) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a double value.
updateField(String[], String[], String[], String[]) - Method in class org.relique.jdbc.csv.CsvWriter
 
updateFloat(int, float) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a float value.
updateFloat(int, float) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a float value.
updateFloat(String, float) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a float value.
updateInt(int, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an int value.
updateInt(int, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an int value.
updateInt(String, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an int value.
updateLong(int, long) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a long value.
updateLong(int, long) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a long value.
updateLong(String, long) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a long value.
updateNull(int) - Method in class org.relique.jdbc.csv.CsvResultSet
Gives a nullable column a null value.
updateNull(int) - Method in class org.webdocwf.util.xml.XmlResultSet
Gives a nullable column a null value.
updateNull(String) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a null value.
updateNull(String) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a null value.
updateObject(int, Object) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateObject(int, Object, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateObject(String, Object) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with an Object value.
updateObject(String, Object, int) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with an Object value.
updateRef(int, Ref) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateRef(int, Ref) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateRef(String, Ref) - Method in class org.relique.jdbc.csv.CsvResultSet
 
updateRef(String, Ref) - Method in class org.webdocwf.util.xml.XmlResultSet
 
updateRow() - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateRow() - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the underlying database with the new contents of the current row of this ResultSet object.
updateShort(int, short) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a short value.
updateShort(int, short) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a short value.
updateShort(String, short) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a short value.
updateString(int, String) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a String value.
updateString(int, String) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a String value.
updateString(String, String) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a String value.
updateTime(int, Time) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Time value.
updateTime(int, Time) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Time value.
updateTime(String, Time) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.sql.Time value.
updateTimestamp(int, Timestamp) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(int, Timestamp) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class org.relique.jdbc.csv.CsvResultSet
Updates the designated column with a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class org.webdocwf.util.xml.XmlResultSet
Updates the designated column with a java.sql.Timestamp value.

V

value - Variable in class org.webdocwf.util.loader.task.Variable
 
Variable - class org.webdocwf.util.loader.task.Variable.
Variable element represents variables used in variable columns in Loader input XML file (loaderJob).
Variable() - Constructor for class org.webdocwf.util.loader.task.Variable
 
variables - Variable in class org.webdocwf.util.loader.task.Variables
 
Variables - class org.webdocwf.util.loader.task.Variables.
Variables represents subelement variable of LoaderTask element.
Variables() - Constructor for class org.webdocwf.util.loader.task.Variables
 

W

warning(SAXParseException) - Method in class org.webdocwf.util.loader.LoadVariable
Warning.
warning(SAXParseException) - Method in class org.webdocwf.util.loader.LoaderXIncluder
Warning.
wasNull() - Method in class org.relique.jdbc.csv.CsvResultSet
Reports whether the last column read had a value of SQL NULL.
wasNull() - Method in class org.webdocwf.util.xml.XmlResultSet
Reports whether the last column read had a value of SQL NULL.
whereColumnNames - Variable in class org.relique.jdbc.csv.CsvResultSet
 
whereColumnNames - Variable in class org.webdocwf.util.xml.XmlResultSet
 
whereColumnValues - Variable in class org.relique.jdbc.csv.CsvResultSet
 
whereColumnValues - Variable in class org.webdocwf.util.xml.XmlResultSet
 
whereStatement - Variable in class org.relique.jdbc.csv.SqlParser
 
whereStatement - Variable in class org.webdocwf.util.xml.SqlParser
 
writeEcho(String) - Method in class org.webdocwf.util.loader.EchoElement
Metod writeEcho is used to put strLogTxt into log file and on screen depending on the logMode.
writeToLog(String, String) - Method in class org.webdocwf.util.loader.EchoElement
Metod writeToLog is used to put strLogTxt into log file and on screen depending on the logMode.

X

XMLConfig - class org.enhydra.xml.XMLConfig.
 
XMLConfig() - Constructor for class org.enhydra.xml.XMLConfig
Constructs an empty SearchElement.
XMLConfig(Document, String) - Constructor for class org.enhydra.xml.XMLConfig
Constructs an XMLConfig with the given document owner and node name.
XMLConfig(Node) - Constructor for class org.enhydra.xml.XMLConfig
Constructs an XMLConfig from a given node (creates the children subtree too), as a Node
XMLConfig(XMLConfig) - Constructor for class org.enhydra.xml.XMLConfig
Constructs a XMLConfig from the given node, without creating entire children subtree.
XmlConnection - class org.webdocwf.util.xml.XmlConnection.
 
XmlConnection(String) - Constructor for class org.webdocwf.util.xml.XmlConnection
Creates a new XmlConnection that takes the supplied path
XmlConnection(String, Properties) - Constructor for class org.webdocwf.util.xml.XmlConnection
Creates a new XmlConnection that takes the supplied path and properties
XmlDatabaseMetaData - class org.webdocwf.util.xml.XmlDatabaseMetaData.
 
XmlDatabaseMetaData() - Constructor for class org.webdocwf.util.xml.XmlDatabaseMetaData
 
XMLDocumentFactory - class org.enhydra.xml.XMLDocumentFactory.
 
XMLDocumentFactory() - Constructor for class org.enhydra.xml.XMLDocumentFactory
Constructs an empty XMLDocumentFactory
XMLDocumentFactory(String) - Constructor for class org.enhydra.xml.XMLDocumentFactory
Constructs a XMLDocumentFactory with the given xml file name as String
XmlDriver - class org.webdocwf.util.xml.XmlDriver.
This class implements the Driver interface for the XmlJdbc driver.
XmlDriver() - Constructor for class org.webdocwf.util.xml.XmlDriver
 
XmlReader - class org.webdocwf.util.xml.XmlReader.
Class load existing XML file , creating DOM from file or creating new DOM.Methods will change DOM and save new DOM in XML file.
XmlReader(String) - Constructor for class org.webdocwf.util.xml.XmlReader
Constructor will build Document from the specified file if file exist, or will create new Document if file not exist.
XmlResultSet - class org.webdocwf.util.xml.XmlResultSet.
 
XmlResultSet(XmlStatement, XmlReader, String, String[], String[], String[]) - Constructor for class org.webdocwf.util.xml.XmlResultSet
Constructor for the XmlResultSet object
XmlResultSetMetaData - class org.webdocwf.util.xml.XmlResultSetMetaData.
This class implements the ResultSetMetaData interface for the CsvJdbc driver.
XmlStatement - class org.webdocwf.util.xml.XmlStatement.
This class implements the Statement interface for the XmlJdbc driver.
XmlStatement(XmlConnection) - Constructor for class org.webdocwf.util.xml.XmlStatement
Constructor for the XmlStatement object
XmlWriter - class org.webdocwf.util.xml.XmlWriter.
Load existing XML file , creating DOM from file or creating new DOM.Methods will change DOM and save new DOM in XML file.
XmlWriter(String) - Constructor for class org.webdocwf.util.xml.XmlWriter
Constructor will build Document from the specified file if file exist, or will create new Document if file not exist.

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2002-2003 Together - the Workgroup. All Rights Reserved.