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

A

AbstractMockDatabase - Class in net.sourceforge.sqlunit.test.mock
Abstract base class from which all IMockDatabase objects must extend.
AbstractMockDatabase() - Constructor for class net.sourceforge.sqlunit.test.mock.AbstractMockDatabase
 
acceptsURL(String) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDriver
Specifies a database URL pattern that this Driver will accept.
acquireConnection(String) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Acquires a Connection object with the specified connectionId.
acquireStatementObject(Connection, String) - Method in class net.sourceforge.sqlunit.handlers.CallHandler
Overrides the parent method to build a CallableStatement object from the Connection and SQL string.
acquireStatementObject(Connection, String) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Builds the Statement object from the Connection and the SQL string.
add(IReporter) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Adds a new reporter to the reporter list.
add_escapes(String) - Method in exception net.sourceforge.sqlunit.parsers.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addBatch() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Parses and replaces positional parameters in the SQL string and adds it to the batch for executeBatch() to pick up.
addConfiguredSysproperty(SyspropertyElement) - Method in class net.sourceforge.sqlunit.ant.XSqlunitTask
Adds a preconfigured sysproperty nested element.
addErrorCount() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Adds to the number of accumulated test errors.
addEscapes(String) - Static method in error net.sourceforge.sqlunit.parsers.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFailure(Throwable, boolean) - Method in interface net.sourceforge.sqlunit.IReporter
Called when an exception occured during processing.
addFailure(Throwable, boolean) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called when an exception occured during processing.
addFailure(Throwable, boolean) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
addFailure(Throwable, boolean) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called when an exception is raised during test execution.
addFailure(Throwable, boolean) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called when an exception occured during processing.
addFailureCount() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Adds to the number of accumulated test failures.
addField(FieldBean) - Method in class net.sourceforge.sqlunit.beans.StructBean
Adds FieldBean to end of contained list
addField(int, FieldBean) - Method in class net.sourceforge.sqlunit.beans.StructBean
Adds FieldBean to end of contained list at given index
addFileSet(FileSet) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of a list of SQLUnit XML test files specified by a nested fileSet element.
addParam(Param) - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Convenience method to add a single param to the subroutine.
addReporter(ReporterElement) - Method in class net.sourceforge.sqlunit.ant.XSqlunitTask
Adds a nested reporter element.
addRunCount() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Adds to the number of accumulated tests performed.
addUpdateCount(int) - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Allows setting of the update count from a specified integer value.
addUpdateCount(String) - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Allows setting of the update count from a specified numeric value or one of the two acceptable symbolic values.
adjustBeginLineColumn(int, int) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ALL_INT - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
AllOrNothingMatcher - Class in net.sourceforge.sqlunit.matchers
The AllOrNothingMatcher is an implementation of the IMatcher interface used to define rulesets for matching columns in SQLUnit.
AllOrNothingMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.AllOrNothingMatcher
Default constructor as per contract with IMatcher.
anotherInResultSet(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
A method that returns the string "another" as a single column in a single row in a single resultset.
anotherMultipleResultsDifferentTypes(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Another method returning multiple result sets.
anotherSimpleResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
A simple method returning a single resultset with a single int column.
applyMatcher(String, String) - Method in class net.sourceforge.sqlunit.MatchPattern
Returns true or false as a result of applying the matching algorithm specified by the IMatcher object.
Arg - Class in net.sourceforge.sqlunit.beans
The Arg bean models an Object whose member variables are the attributes of the arg element.
Arg() - Constructor for class net.sourceforge.sqlunit.beans.Arg
Default constructor.
ArgHandler - Class in net.sourceforge.sqlunit.handlers
The ArgHandler takes the JDOM Element representing the arg tag and converts it to a Arg object.
ArgHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ArgHandler
 
ArrayType - Class in net.sourceforge.sqlunit.types
Models an Array type.
ArrayType() - Constructor for class net.sourceforge.sqlunit.types.ArrayType
 
aSimpleMultiColResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a single resultset with multiple columns in each row.
aSimpleNullResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
A simple method returning a single resultset with a single int column which contains a NULL.
aSimpleResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
A simple method returning a single resultset with a single int column.
aSimpleStringResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a MockResult with a single row and a single column named 'foo' containing the String value 'foo'.
ASSERT_FAILED - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
ASSERT_FAILED.
ASSERT_UNACCEPTABLE_ELAPSED_TIME - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
ASSERT_UNACCEPTABLE_ELAPSED_TIME.
Assertions - Class in net.sourceforge.sqlunit
Provides methods to assert various conditions for doing SQLUnit tests.
assertIsTrue(String, DatabaseResult, DatabaseResult, List, String) - Static method in class net.sourceforge.sqlunit.Assertions
Invokes a named assertion (or a comma-separated list of assertions) and applies it to the supplied DatabaseResult objects.
assertIsTrue(String, BatchDatabaseResult, BatchDatabaseResult, String) - Static method in class net.sourceforge.sqlunit.Assertions
Invokes a named assertion (or a comma-separated list of assertions) and applies it to the supplied BatchDatabaseResult objects.

B

backup(int) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
BatchCallHandler - Class in net.sourceforge.sqlunit.handlers
The BatchCallHandler class processes the contents of a batchcall tag in the input XML file.
BatchCallHandler() - Constructor for class net.sourceforge.sqlunit.handlers.BatchCallHandler
 
BatchDatabaseResult - Class in net.sourceforge.sqlunit.beans
The BatchDatabaseResult represents the output from a batch update operation.
BatchDatabaseResult() - Constructor for class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Instantiates a BatchDatabaseResult object.
BatchResultHandler - Class in net.sourceforge.sqlunit.handlers
The BatchResultHandler class processes the contents of a batchresult tag in the input XML file.
BatchResultHandler() - Constructor for class net.sourceforge.sqlunit.handlers.BatchResultHandler
 
BatchSqlHandler - Class in net.sourceforge.sqlunit.handlers
The BatchSqlHandler class processes the contents of a batchsql tag in the input XML file.
BatchSqlHandler() - Constructor for class net.sourceforge.sqlunit.handlers.BatchSqlHandler
 
BatchTestHandler - Class in net.sourceforge.sqlunit.handlers
The BatchTestHandler allows the grouping of a number of Stored Procedure calls and/or SQL statements and a number of expected results from these.
BatchTestHandler() - Constructor for class net.sourceforge.sqlunit.handlers.BatchTestHandler
 
beginColumn - Variable in class net.sourceforge.sqlunit.parsers.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class net.sourceforge.sqlunit.parsers.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
BigDecimalType - Class in net.sourceforge.sqlunit.types
Models a BigDecimal data type.
BigDecimalType() - Constructor for class net.sourceforge.sqlunit.types.BigDecimalType
 
BinaryType - Class in net.sourceforge.sqlunit.types
Models long binary text.
BinaryType() - Constructor for class net.sourceforge.sqlunit.types.BinaryType
 
bind(String, Object) - Method in class net.sourceforge.sqlunit.test.mock.MockInitialContext
Binds an Object into the Context by name.
blobResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a BLOB datatype which is the contents of SQLUnit.class.
BlobType - Class in net.sourceforge.sqlunit.types
Models a BLOB type.
BlobType() - Constructor for class net.sourceforge.sqlunit.types.BlobType
 
BooleanType - Class in net.sourceforge.sqlunit.types
Models a Boolean type.
BooleanType() - Constructor for class net.sourceforge.sqlunit.types.BooleanType
 
bufcolumn - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
buffer - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
bufline - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
bufpos - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
buildMetaData(ColumnMetaData[]) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method to build a ResultSetMetaData object using data passed in through the array of ColumnMetaData objects.
buildScalarOutParam(String) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method to build a scalar out parameter as a resultset.
buildSQLExceptionResultSet(int, String) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method for creating a ResultSet object with an embedded SQLException.
buildZerothResultSet(int) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method to return the zero-th result set.
buildZerothResultSetWithUpdateCount(int) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Sets the update count as the second column in the mock resultset for returning number of results (position 0).
ByteArrayType - Class in net.sourceforge.sqlunit.types
Models a Binary type.
ByteArrayType() - Constructor for class net.sourceforge.sqlunit.types.ByteArrayType
 
bytesInResultSet(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a Java object in a single result set.
ByteType - Class in net.sourceforge.sqlunit.types
Models a Byte type.
ByteType() - Constructor for class net.sourceforge.sqlunit.types.ByteType
 

C

CallableSQLStatement() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
CallHandler - Class in net.sourceforge.sqlunit.handlers
The CallHandler class processes the contents of a call tag in the input XML file.
CallHandler() - Constructor for class net.sourceforge.sqlunit.handlers.CallHandler
 
canApply(int, int, int) - Method in class net.sourceforge.sqlunit.MatchPattern
Returns true if this MatchPattern object can be applied to the DatabaseResult element specified by the [resultSetId, rowId, colId] tuple.
CANOO_REPORTER_CLASSNAME - Static variable in class net.sourceforge.sqlunit.ant.ReporterElement
The class name of the CanooWebTest reporter.
CanooWebTestReporter - Class in net.sourceforge.sqlunit.reporters
SQLUnit Reporter that works with the Canoo Web Test framework.
CanooWebTestReporter(String) - Constructor for class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Constructs a new CanooWebTestReporter
CANT_BUILD_CONNECTION - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
CANT_BUILD_CONNECTION.
CategoryHandler - Class in net.sourceforge.sqlunit.handlers
The CategoryHandler processes the contents of a Category tag in the input SQLUnit XML file.
CategoryHandler() - Constructor for class net.sourceforge.sqlunit.handlers.CategoryHandler
 
checkIfNull(IType, IType) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Returns true if either of the IType arguments contain null values.
ClassifiersHandler - Class in net.sourceforge.sqlunit.handlers
The ClassifiersHandler processes a JDOM Element representing the classifiers element.
ClassifiersHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ClassifiersHandler
 
ClassLoaderTest - Class in net.sourceforge.sqlunit.test
Testing loading with custom classloader and custom DriverManager.
ClassLoaderTest(String) - Constructor for class net.sourceforge.sqlunit.test.ClassLoaderTest
Boilerplate constructor.
clobResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a CLOB datatype from the same canned XML file as the method above, but specifies this as a CLOB data type.
ClobType - Class in net.sourceforge.sqlunit.types
Models a CLOB type.
ClobType() - Constructor for class net.sourceforge.sqlunit.types.ClobType
 
CLOSE_PAREN - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
clrOutputParameters(Statement, Param[]) - Method in class net.sourceforge.sqlunit.handlers.CallHandler
Overrides the parent method to clear parameters in the DatabaseResult object.
clrOutputParameters(Statement, Param[]) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Clears output parameter symbol table variables.
CODE_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
Col - Class in net.sourceforge.sqlunit.beans
Models a col element, representing a column in a database row.
Col() - Constructor for class net.sourceforge.sqlunit.beans.Col
 
ColHandler - Class in net.sourceforge.sqlunit.handlers
The ColHandler processes a JDOM Col element and returns a Col bean.
ColHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ColHandler
 
column - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
ColumnMetaData - Class in net.sourceforge.sqlunit.test.mock
Container for Column Metadata information.
ColumnMetaData() - Constructor for class net.sourceforge.sqlunit.test.mock.ColumnMetaData
Constructs an empty ColumnMetaData object.
ColumnMetaData(String, int) - Constructor for class net.sourceforge.sqlunit.test.mock.ColumnMetaData
Constructs a ColumnMetaData object with its member variables.
CommentStatement() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
compareNulls(IType, IType) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Compares two IType object values, one or both of which is NULL.
compareTo(Object) - Method in class net.sourceforge.sqlunit.beans.Col
Returns a negative, zero or positive value depending on whether the contents of this column is less than, equal to or greater than the contents of the passed in Col object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.beans.Row
Returns a negative, zero or positive value depending on whether the contents of this column is less than, equal to or greater than the contents of the passed in Col object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.BigDecimalType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.BooleanType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.ByteType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.DateType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.DoubleType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.FloatType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.IntegerType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.LongType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.ShortType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.StringType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.TimestampType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.TimeType
Returns a negative, zero or positive number according to whether this object is smaller, equal or larger than the passed in object.
compareTo(Object) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Specifies the comparison order for this datatype.
computeScale(String) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Computes the scale value of a value that maps to a BigDecimalType class by counting the number of digits after the decimal point.
connect(String, Properties) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDriver
Called from the DriverManager.getConnection() method.
CONNECTION_IS_NULL - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
CONNECTION_IS_NULL.
ConnectionFactory - Class in net.sourceforge.sqlunit
A factory to generate Connection objects given the Connection properties.
ConnectionHandler - Class in net.sourceforge.sqlunit.handlers
The ConnectionHandler class creates a JDBC connection object given its parameters in the form of a JDOM Element.
ConnectionHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ConnectionHandler
 
ConnectionRegistry - Class in net.sourceforge.sqlunit
A Singelton object which stores database Connection objects in a HashMap and returns them to the application on demand.
ConstructorArgsHandler - Class in net.sourceforge.sqlunit.handlers
The ConstructorArgsHandler parses the JDOM Element constructorArgs and processes it to return an array of Arg objects.
ConstructorArgsHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ConstructorArgsHandler
 
ContextTest - Class in net.sourceforge.sqlunit.test
Test to check generation of MockInitialContext by MockInitialContextFactory which gets a MockDataSource hard-bound into it, and which is then looked up using context.lookup().
ContextTest(String) - Constructor for class net.sourceforge.sqlunit.test.ContextTest
Boilerplate constructor.
convertStringToInt(String, int) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Convenience method to convert a String to an int, and replace with a default value if the conversion fails.
convertToObject(String, String) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Converts a String representation of a specific xmlType to the corresponding Java object for use by PreparedStatement and its children.
convertToString(Object, int) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Converts an Object with the specified type to the corresponding String representation.
create(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingResultSetFactory
Build a mockresultset object using the method id.
create(String, int) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingResultSetFactory
Returns the resultset for the sql at the specified index.
createReporter() - Method in class net.sourceforge.sqlunit.ant.ReporterElement
Creates a new IReporter that corresponds to the current ReporterElement.
createReporter() - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
 
createReporter() - Method in class net.sourceforge.sqlunit.ant.XSqlunitTask
Creates a new IReporter from the given nested reporter elements.
createStatement() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockStatement object.
createStatement(int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockStatement with the specified resultSetType and resultSetConcurrency.
createStatement(int, int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockStatement with the specified resultSetType, resultSetConcurrency and resultSetHoldability.
createTestInfoListing() - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Create a listing of all tests within each test case
curChar - Variable in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
curChar - Variable in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
CURRENT_COL_KEY - Static variable in class net.sourceforge.sqlunit.SymbolTable
Keeps track of current column in row
CURRENT_RESULTSET_KEY - Static variable in class net.sourceforge.sqlunit.SymbolTable
Keeps track of current resultset
CURRENT_ROW_KEY - Static variable in class net.sourceforge.sqlunit.SymbolTable
Keeps track of current row in resultset
currentToken - Variable in exception net.sourceforge.sqlunit.parsers.ParseException
This is the last token that has been consumed successfully.

D

DatabaseResult - Class in net.sourceforge.sqlunit.beans
The DatabaseResult models a Database Result.
DatabaseResult() - Constructor for class net.sourceforge.sqlunit.beans.DatabaseResult
Default constructor.
DateType - Class in net.sourceforge.sqlunit.types
Models a DATE type.
DateType() - Constructor for class net.sourceforge.sqlunit.types.DateType
 
DEBUG - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
DEBUG_INT - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
DEBUG_LOGGER - Static variable in class net.sourceforge.sqlunit.SymbolTable
Contains the debugging logger if set
DEBUG_STR - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
debugStream - Variable in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
debugStream - Variable in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
DEFAULT - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
DEFAULT - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
DEFAULT_REPORTER_CLASSNAME - Static variable in class net.sourceforge.sqlunit.ant.ReporterElement
The class name of the default reporter.
DEFAULT_WHITESPACE - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
deleteRows(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Method to test the foreach tag.
Dictionary - Class in net.sourceforge.sqlunit.test
This class implements a simple dictionary of name value pairs which can be populated and serialized to the database as a BLOB value.
Dictionary() - Constructor for class net.sourceforge.sqlunit.test.Dictionary
Default Constructor.
DiffHandler - Class in net.sourceforge.sqlunit.handlers
The DiffHandler compares result sets from two different SQL statements or stored procedure calls.
DiffHandler() - Constructor for class net.sourceforge.sqlunit.handlers.DiffHandler
 
DigestUtils - Class in net.sourceforge.sqlunit.utils
Provides utility methods needed for MD5 Digestion.
disable_tracing() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
disable_tracing() - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
Done() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
DoubleType - Class in net.sourceforge.sqlunit.types
Models a Double type.
DoubleType() - Constructor for class net.sourceforge.sqlunit.types.DoubleType
 
dump() - Static method in class net.sourceforge.sqlunit.SymbolTable
Dumps the contents of the symbol table for inspection.
DUPLICATE_TESTFILE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
DUPLICATE_TESTFILE.
DynamicSqlHandler - Class in net.sourceforge.sqlunit.handlers
The DynamicSqlHandler class processes the contents of an dynamicSql tag in the input XML file.
DynamicSqlHandler() - Constructor for class net.sourceforge.sqlunit.handlers.DynamicSqlHandler
 

E

echo(String) - Method in interface net.sourceforge.sqlunit.IReporter
Makes the reporter emit a predefined value.
echo(String) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called from within the test from the SQLUnit Echo tag to print out values from within the test.
echo(String) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
echo(String) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Prints the given the message to the reporter's output destination.
echo(String) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Emits a message to the reporter's outputstream.
EchoHandler - Class in net.sourceforge.sqlunit.handlers
Writes an INFO trace to the log file.
EchoHandler() - Constructor for class net.sourceforge.sqlunit.handlers.EchoHandler
 
ELEMENT_IS_NULL - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
ELEMENT_IS_NULL.
EmbeddedCallTest - Class in net.sourceforge.sqlunit.test
Simulates calling SQLUnit embedded in Java code.
EmbeddedCallTest(String) - Constructor for class net.sourceforge.sqlunit.test.EmbeddedCallTest
Boilerplate constructor.
EmptyReporter - Class in net.sourceforge.sqlunit.reporters
An empty reporter implementation.
EmptyReporter(String) - Constructor for class net.sourceforge.sqlunit.reporters.EmptyReporter
 
enable_tracing() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
enable_tracing() - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
END_MULTILINE_COMMENT - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
END_SINGLELINE_COMMENT - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
END_VAR - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
endColumn - Variable in class net.sourceforge.sqlunit.parsers.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class net.sourceforge.sqlunit.parsers.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
EOF - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
eol - Variable in exception net.sourceforge.sqlunit.parsers.ParseException
The end of line string for this machine.
equals(Object) - Method in class net.sourceforge.sqlunit.beans.Col
Returns a true or false based on whether the objects are equal.
equals(Object) - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns true if the outparams are equal.
equals(Object) - Method in class net.sourceforge.sqlunit.beans.Severity
Returns true if the object passed in is equal to this object.
equals(Object) - Method in class net.sourceforge.sqlunit.types.DateType
Returns true if Object obj is the same as this object, else false.
equals(Object) - Method in class net.sourceforge.sqlunit.types.TimestampType
Returns true if this TimestampType is equal to the one passed in.
equals(Object) - Method in class net.sourceforge.sqlunit.types.TimeType
Returns true if the two objects are equal, false otherwise.
equals(Object) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Returns true if the value of the two types are equal.
ERROR - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
ERROR_DIGESTING_DATA - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
ERROR_DIGESTING_DATA.
ERROR_IN_INCLUDE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
ERROR_IN_INCLUDE.
ERROR_INT - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
ERROR_STR - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
errorCount() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Returns the number of tests errored so far.
ExceptionBean - Class in net.sourceforge.sqlunit.beans
The ExceptionBean bean models an exception specified in a result.
ExceptionBean() - Constructor for class net.sourceforge.sqlunit.beans.ExceptionBean
Default constructor.
ExceptionHandler - Class in net.sourceforge.sqlunit.handlers
The Exception Handler parses a JDOM Element representing an exception tag and returns an ExceptionBean object.
ExceptionHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ExceptionHandler
 
exceptionResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
A method that is designed to throw an SQLException.
EXEC_PROC_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
EXEC_PROC_CLOSE_PAREN - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
EXEC_PROC_CONT_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
EXEC_PROC_DELIMITER - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
EXEC_PROC_OPEN_PAREN - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
execute() - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Executes the task.
execute() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Invokes the named method on the MockDatabase using introspection.
execute() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Invokes the named method on the MockDatabase using introspection.
execute(String) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockStatement
Overrides the execute(String) method in MockStatement.
executeBatch() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Runs the batch list against the IntrospectingResultSetFactory to return an array of update counts.
executeQuery(Statement, DatabaseResult) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Executes the SQL query with a prefilled Statement object, and populates the DatabaseResult object in place.
executeSQL(String, String, Param[]) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Executes JDBC calls to build the DatabaseResult object and returns it.
ExpandBuff(boolean) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
expectedTokenSequences - Variable in exception net.sourceforge.sqlunit.parsers.ParseException
Each entry in this array is an array of integers.
ExpressionMatcher - Class in net.sourceforge.sqlunit.matchers
Allows the caller to specify an expression in Apache JEXL (Java Extended Expression Language).
ExpressionMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.ExpressionMatcher
Instantiate a ExpressionMatcher object

F

FAILURE_MESSAGE_OBJ - Static variable in class net.sourceforge.sqlunit.SymbolTable
Contains the failure message if available
failureCount() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Returns the number of tests failed so far.
FATAL - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
FATAL_INT - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
FATAL_STR - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
FieldBean - Class in net.sourceforge.sqlunit.beans
Models a field element.
FieldBean(String, Object) - Constructor for class net.sourceforge.sqlunit.beans.FieldBean
Constructs bean with given name and value.
FieldHandler - Class in net.sourceforge.sqlunit.handlers
Handles a field element, child of a struct element.
FieldHandler() - Constructor for class net.sourceforge.sqlunit.handlers.FieldHandler
 
FILE_HEADER - Static variable in class net.sourceforge.sqlunit.SymbolTable
Indicates that the value is a LOB file name
FillBuff() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
findAllTypeNames(boolean) - Static method in class net.sourceforge.sqlunit.TypeMapper
Convenience method currently used for JUnit testing.
findClassById(int) - Static method in class net.sourceforge.sqlunit.TypeMapper
Returns the class name for the specified type code.
findClassByName(String) - Static method in class net.sourceforge.sqlunit.TypeMapper
Returns the class name for the specified type name.
findIdByName(String) - Static method in class net.sourceforge.sqlunit.TypeMapper
Returns the type code for the specified type name.
findNameById(int) - Static method in class net.sourceforge.sqlunit.TypeMapper
Returns the type name for the specified type code.
finishedTest(long, boolean) - Method in interface net.sourceforge.sqlunit.IReporter
Called when a test is completed
finishedTest(long, boolean) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called when a test is completed
finishedTest(long, boolean) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
finishedTest(long, boolean) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called when a test is finished.
finishedTest(long, boolean) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called when a test is completed
FloatType - Class in net.sourceforge.sqlunit.types
Models a Float type.
FloatType() - Constructor for class net.sourceforge.sqlunit.types.FloatType
 
ForeachHandler - Class in net.sourceforge.sqlunit.handlers
This class implements the handling of the foreach element.
ForeachHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ForeachHandler
 
ForgivingNullMatcher - Class in net.sourceforge.sqlunit.matchers
The ForgivingNullMatcher is an implementation of the IMatcher interface used to compare values you know are either supposed to be NULL (but might be textually represented differently) or are actually equal.
ForgivingNullMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.ForgivingNullMatcher
Default constructor as per contract with IMatcher
format(Object) - Method in class net.sourceforge.sqlunit.types.ArrayType
Formats an Array object into a String representation of the Array.
format(Object) - Method in class net.sourceforge.sqlunit.types.BigDecimalType
Formats a BigDecimal type.
format(Object) - Method in class net.sourceforge.sqlunit.types.BinaryType
Converts the Binary data to its String representation.
format(Object) - Method in class net.sourceforge.sqlunit.types.BlobType
Formats a BLOB into a String representation of the BLOB.
format(Object) - Method in class net.sourceforge.sqlunit.types.BooleanType
Formats a Boolean type.
format(Object) - Method in class net.sourceforge.sqlunit.types.ByteArrayType
Formats a ByteArray into its string representation.
format(Object) - Method in class net.sourceforge.sqlunit.types.ByteType
Formats a Byte type.
format(Object) - Method in class net.sourceforge.sqlunit.types.ClobType
Formats a CLOB into a String representation of the BLOB.
format(Object) - Method in class net.sourceforge.sqlunit.types.DateType
Formats a DATE into its String representation.
format(Object) - Method in class net.sourceforge.sqlunit.types.DoubleType
Formats a Double type.
format(Object) - Method in class net.sourceforge.sqlunit.types.FloatType
Formats a Float type.
format(Object) - Method in class net.sourceforge.sqlunit.types.IntegerType
Formats a Integer type.
format(Object) - Method in class net.sourceforge.sqlunit.types.JavaObjectType
Formats a JAVA_OBJECT into a String representation of the BLOB.
format(Object) - Method in class net.sourceforge.sqlunit.types.LongType
Formats a Long type.
format(Object) - Method in class net.sourceforge.sqlunit.types.OracleCursorType
Formats a Short type.
format(Object) - Method in class net.sourceforge.sqlunit.types.OtherType
Provides a toString wrapper for the Generic type.
format(Object) - Method in class net.sourceforge.sqlunit.types.ShortType
Formats a Short type.
format(Object) - Method in class net.sourceforge.sqlunit.types.StringType
Formats a String type.
format(Object) - Method in class net.sourceforge.sqlunit.types.TextType
Format the Text to an MD5 Digest String.
format(Object) - Method in class net.sourceforge.sqlunit.types.TimestampType
Formats a TIMESTAMP into its String representation.
format(Object) - Method in class net.sourceforge.sqlunit.types.TimeType
Formats a TIME into its String representation.
format(Object) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
The formatting hook with default behavior which is meant to be overriden by the subclass.
FORMAT_NAME - Static variable in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
the format name to be used in the ant task
formatString(String) - Method in class net.sourceforge.sqlunit.types.BinaryType
Defines behavior that is activated when the passed in Object is a String.
formatString(String) - Method in class net.sourceforge.sqlunit.types.BlobType
Defines behavior that is activated when the passed in Object is a String.
formatString(String) - Method in class net.sourceforge.sqlunit.types.ByteArrayType
Defines behavior that is activated when the passed in Object is a String.
formatString(String) - Method in class net.sourceforge.sqlunit.types.ClobType
Defines behavior that is activated when the passed in Object is a String.
formatString(String) - Method in class net.sourceforge.sqlunit.types.TextType
Defines behavior that is activated when the passed in Object is a String.
formatString(String) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
The formatting hook which gets activated if the passed in Object is a String.
FuncDefHandler - Class in net.sourceforge.sqlunit.handlers
The FuncDefHandler processes a Function Definition JDOM Element.
FuncDefHandler() - Constructor for class net.sourceforge.sqlunit.handlers.FuncDefHandler
 
FuncHandler - Class in net.sourceforge.sqlunit.handlers
The FuncHandler looks up the named definition from the symbol table and runs it after resolving the query, then returns a result.
FuncHandler() - Constructor for class net.sourceforge.sqlunit.handlers.FuncHandler
 

G

generateParseException() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
generateParseException() - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
GENERIC_ERROR - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
GENERIC_ERROR.
get(String) - Method in class net.sourceforge.sqlunit.utils.TypeMap
Overrides the superclass method to add server-specific logic.
getActualCount() - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Returns the size of the underlying List of updateCounts.
getArguments(List) - Method in class net.sourceforge.sqlunit.handlers.ConstructorArgsHandler
Returns an array of Arg objects.
getArguments(Arg[]) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Convenience method to extract the argument values into an array of Objects to pass to Method.invoke().
getArgumentTypes(Arg[]) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Convenience method to extract the argument types into a Class array to pass to Method.invoke().
getAttributeValue(Element, String) - Static method in class net.sourceforge.sqlunit.utils.XMLUtils
Wrapper over Element.getAttributeValue(attributeName) which tests to see if the attributeName is a variable, if so, does another lookup of the symbol table to return the value of the variable.
getBeginColumn() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
getBeginLine() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
getByteCodeForObject(Object) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Converts an object into an array of bytes.
getCallableStatementResultSetHandler() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Override the superclass method to return an Introspecting handler.
getClassName() - Method in class net.sourceforge.sqlunit.ant.ReporterElement
Returns the class name of the reporter.
getClassName() - Method in class net.sourceforge.sqlunit.beans.Col
Returns the class name (for IJavaObject objects) for this column,
getClassName() - Method in class net.sourceforge.sqlunit.beans.TypeDef
Returns the Java class name.
getColById(String) - Method in class net.sourceforge.sqlunit.beans.Row
Convenience method to return a Col object by its id.
getCols() - Method in class net.sourceforge.sqlunit.beans.Row
Return an array of Col objects for this row.
getColumn() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
Deprecated.  
getColumnName() - Method in class net.sourceforge.sqlunit.test.mock.ColumnMetaData
Gets the column name for this object.
getColumnType() - Method in class net.sourceforge.sqlunit.test.mock.ColumnMetaData
Gets the column type for this object.
getConfiguration(String) - Static method in class net.sourceforge.sqlunit.tools.ToolUtils
Parses the configuration property map to get configuration name value pairs and returns it as a Properties object.
getConnection(String) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Returns the Connection object associated with a given connection-id.
getConnection(String, String, String) - Static method in class net.sourceforge.sqlunit.SQLUnitDriverManager
Gets a Connection given the JDBC URL, the class name of the driver and the URL location where the JAR file for the driver can be found.
getConnection(String, String, String, String, String) - Static method in class net.sourceforge.sqlunit.SQLUnitDriverManager
Gets a Connection given the JDBC URL, the user/password for the database user, the class name of the driver, and the URL location for the JAR file containing the JDBC driver.
getConnection(String, Properties, String, String) - Static method in class net.sourceforge.sqlunit.SQLUnitDriverManager
Gets the Connection given the JDBC URL, a Properties object containing connection information such as user/password, the class name of the JDBC driver, and the URL location for the JAR file containing the JDBC driver.
getConnection(Properties) - Static method in class net.sourceforge.sqlunit.tools.ToolUtils
Returns a reference to a database Connection using values in the properties object.
getConstructor(String, Class[]) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Returns the constructor method for the specified class and the parameters.
getCurrentResultKey() - Static method in class net.sourceforge.sqlunit.SymbolTable
Returns the current result key as a String.
getDefaultInstance(String) - Static method in class net.sourceforge.sqlunit.ReporterFactory
Returns the default IReporter (TextReporter) object for SQLUnit.
getDescription() - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Returns the description for the subroutine.
getDirectoryContents(File) - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Obtain a collection of all the files within a specified directory and all sub-directories
getEchoOnly() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns the echoOnly property of the DatabaseResult object.
getEndColumn() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
getEndLine() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
getEntry(String) - Method in class net.sourceforge.sqlunit.test.Dictionary
Returns the value associated with the given key.
getErrorCode() - Method in class net.sourceforge.sqlunit.beans.ExceptionBean
Returns the error code.
getErrorMessage() - Method in class net.sourceforge.sqlunit.beans.ExceptionBean
Returns the error message.
getException() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns the exception from the DatabaseResult object.
getExpectedCount() - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Returns the expectedCount attribute from the BatchDatabaseResult object.
getFailedAtIndex() - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Returns the zero-based index into the BatchDatabaseResult object where the fist failure is expected to occur.
getFile() - Method in class net.sourceforge.sqlunit.ant.ReporterElement
Returns the name of the file that will store the output.
getId() - Method in class net.sourceforge.sqlunit.beans.Col
Returns the Id for this column.
getId() - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns the outparam id.
getId() - Method in class net.sourceforge.sqlunit.beans.Param
Returns the param id.
getId() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Returns the Id for this row.
getId() - Method in class net.sourceforge.sqlunit.beans.Row
Returns the Id for this row.
getId() - Method in interface net.sourceforge.sqlunit.IType
Returns the SQL Type Code for this type.
getId() - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Returns the SQL Type Code for this type.
getIdentifier() - Static method in class net.sourceforge.sqlunit.ThreadIdentifier
Returns the identifier for this thread.
GetImage() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
getInitialContext(Hashtable) - Method in class net.sourceforge.sqlunit.test.mock.MockInitialContextFactory
Builds and returns a MockInitialContext object pre-filled with a named DataSource object.
getInOut() - Method in class net.sourceforge.sqlunit.beans.Param
Returns the param in-out value.
getInstance(Map) - Static method in class net.sourceforge.sqlunit.ConnectionFactory
Builds a Connection object out of a Map of Connection properties.
getInstance(String) - Static method in class net.sourceforge.sqlunit.HandlerFactory
Returns an IHandler object given its name.
getInstance(String, String) - Static method in class net.sourceforge.sqlunit.ReporterFactory
Returns a IReporter object given its name.
getInstance(String) - Static method in class net.sourceforge.sqlunit.TypeFactory
Given an XML type name, instantiates and returns a partially populated IType object of the specified type.
getInstance(int) - Static method in class net.sourceforge.sqlunit.TypeFactory
Given an SQL Type Id, instantiates and returns a partially populated IType object of the specified type.
getInstance(String, Object[], Class[]) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Get an instance of the object whose classname and initialization parameters are supplied.
getInstance(String) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Convenience method to instantiate a class without constructor args.
getIsNull() - Method in class net.sourceforge.sqlunit.beans.Param
Returns true if the param contains null values.
getKey() - Method in class net.sourceforge.sqlunit.ant.SyspropertyElement
Returns the key of the property.
getKeys() - Method in class net.sourceforge.sqlunit.test.Dictionary
Returns an Iterator on a sorted list of keys in this Dictionary.
getLastConnectionProperties() - Method in class net.sourceforge.sqlunit.handlers.ConnectionHandler
Returns the last connection's properties.
getLastException() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Returns the last exception encountered in the test.
getLine() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
Deprecated.  
getMatcherClass() - Method in class net.sourceforge.sqlunit.MatchPattern
Returns the full name of the Matcher class invoked by this MatchPattern.
getMD5CheckSum(InputStream) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Returns the MD5 Checksum for a file or memory buffer represented by the specified InputStream object.
getMD5CheckSum(String) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Takes a String and does the right thing to convert it to MD5 according to the following rules.
getMessage() - Method in exception net.sourceforge.sqlunit.parsers.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error net.sourceforge.sqlunit.parsers.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMoreResults() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Returns true if there are more result sets available for this SQL.
getMoreResults() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Returns true if there are more result sets available for this SQL.
getMoreResults(String) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockStatement
Returns true if there are more result sets available for this SQL.
getName() - Method in class net.sourceforge.sqlunit.beans.Arg
Returns the arg name.
getName() - Method in class net.sourceforge.sqlunit.beans.Col
Return the name for this column.
getName() - Method in class net.sourceforge.sqlunit.beans.FieldBean
Returns name of field.
getName() - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns the outparam name.
getName() - Method in class net.sourceforge.sqlunit.beans.Param
Returns the param name.
getName() - Method in class net.sourceforge.sqlunit.beans.SubParam
Returns the subparam name.
getName() - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Returns the name of the subroutine.
getName() - Method in interface net.sourceforge.sqlunit.IReporter
Returns a hardcoded name identifying the reporter implementation.
getName() - Method in interface net.sourceforge.sqlunit.IType
Returns the XML name for this type.
getName() - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Returns the format name.
getName() - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
getName() - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Returns the name of the reporter that will be used in Ant task.
getName() - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Returns the name of this reporter.
getName() - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Returns the XML name for this type.
getNextToken() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
getNextToken() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
getNextToken() - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
getNextToken() - Method in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
getNumberOfResultSets(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingResultSetFactory
Convenience method to return the number of result sets for a particular SQL query.
getNumberOfResultSets(MockResultSet) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method to return the number of resultsets available for this query by parsing the MockResultSet returned at index 0.
getNumCols(int) - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns the number of columns in resultset identified by resultset index.
getNumResults() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns the number of result sets in the DatabaseResult.
getNumRows(int) - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns the number of rows in resultset identified by resultset index.
getNumTestCases() - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Obtain the number of test cases
getObject(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Returns an object keyed by the param string from the symbol table.
getObject(int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Returns the object at the specified position.
getOutParam(String, int, int) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingCallableStatementResultSetHandler
Returns the result set at the specified index.
getOutParam(MockResultSet, int) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method to extract a scalar out parameter from a resultset.
getOutParams() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns an array of OutParam objects for this DatabaseResult object.
getOutParamValueAt(String, int, int) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingResultSetFactory
Returns the outparam value at the specified position and converts to an object of the specified type.
getOutputDirectory() - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Obtain the output directory as a String.
getParamMap() - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Returns the parameter map for the subroutine.
getPreparedStatementResultSetHandler() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Override the superclass method to return an Introspecting handler.
getProcessingResult() - Method in class net.sourceforge.sqlunit.ThreadHandlerAdapter
Accessor for the results of running the process(Element) method.
getQuery() - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Returns the query for the subroutine.
getResultSet(String, int) - Method in class net.sourceforge.sqlunit.test.mock.AbstractMockDatabase
Delegates to the named queryMethodName and returns the MockResultSet object generated from it.
getResultSet(String) - Method in class net.sourceforge.sqlunit.test.mock.AbstractMockDatabase
Returns the default (1st) resultset from the list of resultsets.
getResultSet(String, int) - Method in interface net.sourceforge.sqlunit.test.mock.IMockDatabase
Returns a MockResultSet given the method name to query and the resultset id desired.
getResultSet(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingCallableStatementResultSetHandler
Returns the current result set for the SQL call.
getResultSet(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingPreparedStatementResultSetHandler
Returns a MockResultSet for the specified SQL string.
getResultSet(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingStatementResultSetHandler
Returns the current result set corresponding to this SQL call.
getResultSet() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Returns the current result set from the SQL statement.
getResultSet() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Returns the current result set from the SQL statement.
getResultSet() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockStatement
Returns the current result set from the SQL statement.
getResultSets() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns an array of ResultSetBean objects for this DatabaseResult object.
getRootCauseMessage(Throwable) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Climbs the exception tree to find the application specific message that was thrown by the method.
getRowCount() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Returns the rowCount override (if specified) for the resultset.
getRows() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Returns the rows in the resultset.
getScale() - Method in class net.sourceforge.sqlunit.beans.Param
Returns the scale of the parameter value.
getServerName() - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Returns the server name (supplied explicitly as an attribute to the Connection element or implicitly derived from the DatabaseMetaData) for the current thread.
getSortBy() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Returns the array of column ids on which the rows of this ResultSetBean was sorted.
getSQLExceptionFromResultSet(MockResultSet) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method to parse out and return the embedded SQLException object from the specified ResultSet object.
getSQLType() - Method in class net.sourceforge.sqlunit.beans.OutParam
Convenience method to return the SQL (numeric) type from the supplied (String XML) type.
getSQLType() - Method in class net.sourceforge.sqlunit.beans.Param
Convenience method to return the SQL (numeric) type from the supplied (String XML) type.
getSqlTypeFromXmlType(String) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Returns the SQL Type given the XML Type name.
getStatementResultSetHandler() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Override the superclass method to return an Introspecting handler.
getStringifiedObject(InputStream) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Returns the String representation of an Object from an InputStream.
getStringifiedObject(byte[]) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Returns the String representation of an Object which is supplied to the method as a byte array.
GetSuffix(int) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
getSwappableTags(String) - Static method in class net.sourceforge.sqlunit.HandlerFactory
Returns a list of swappable tags that should be considered.
getSymbols() - Static method in class net.sourceforge.sqlunit.SymbolTable
Returns an Iterator containing all the symbols in the Symbol table.
getTempFileMappings() - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Gets the temporary file mappings from the Symbol Table.
getTestDirectory() - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Obtain the test directory as a java.io.File
getTestFile() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Returns the test file name for the error report.
getText(Element) - Static method in class net.sourceforge.sqlunit.utils.XMLUtils
Wrapper over Element.getText() which tests to see if the body text returned is a variable, if so, does another lookup of the symbol table to return the value of the variable.
getToken(int) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
getToken(int) - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
getType() - Method in class net.sourceforge.sqlunit.beans.Arg
Returns the arg type.
getType() - Method in class net.sourceforge.sqlunit.beans.Col
Return the XML type for this column.
getType() - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns the outparam type.
getType() - Method in class net.sourceforge.sqlunit.beans.Param
Returns the param type.
getType() - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Returns the type of the subroutine.
getTypeMapper() - Static method in class net.sourceforge.sqlunit.TypeMapper
Returns the current instance of the TypeMapper object.
getTypeName() - Method in class net.sourceforge.sqlunit.beans.Param
Return the type name of a user-defined type.
getTypeName() - Method in class net.sourceforge.sqlunit.beans.TypeDef
Returns the database UDT type.
getUpdateCount() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns the update count associated with this DatabaseResult.
getUpdateCount(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingCallableStatementResultSetHandler
Returns the update count for the specified SQL string.
getUpdateCount(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingPreparedStatementResultSetHandler
Returns the update count for the specified SQL string.
getUpdateCount(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingResultSetFactory
Convenience method to return the update count for an SQL which updates the database, such as INSERT, UPDATE or DELETE.
getUpdateCount(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingStatementResultSetHandler
Returns the update count for the specified SQL string.
getUpdateCount(MockResultSet) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Parses the update count from the MockResultSet passed in.
getUpdateCount() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Returns the update count.
getUpdateCount() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Returns the update count.
getUpdateCount() - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockStatement
Returns the update count.
getUpdateCountAt(int) - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Returns the update count at the index into the BatchDatabaseResult object.
getUsage() - Method in interface net.sourceforge.sqlunit.IErrorCodes
A pseudo-method inserted here to keep Bloch happy.
getValue() - Method in class net.sourceforge.sqlunit.ant.SyspropertyElement
Returns the value of the property.
getValue() - Method in class net.sourceforge.sqlunit.beans.Arg
Returns the arg value.
getValue() - Method in class net.sourceforge.sqlunit.beans.Col
Returns the value of this column as a String.
getValue() - Method in class net.sourceforge.sqlunit.beans.FieldBean
Returns value of field.
getValue() - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns the outparam value as a String.
getValue() - Method in class net.sourceforge.sqlunit.beans.Param
Returns the param value.
getValue() - Method in class net.sourceforge.sqlunit.beans.SubParam
Returns the subparam value.
getValue() - Method in interface net.sourceforge.sqlunit.IType
Returns the stored value for this type as an Object.
getValue(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Returns the value of the named variable.
getValue() - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Returns the stored value for this type as an Object.
getValues() - Method in class net.sourceforge.sqlunit.ant.ReporterElement.LogFormatAttribute
Returns the an array of the supported reporters' names.
getXmlTypeFromSqlType(int) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Returns the XML Type given the SQL Type Id.
GUITool - Class in net.sourceforge.sqlunit.tools
The GUITool provides a GUI interface for generating SQLUnit tests.
GUITool() - Constructor for class net.sourceforge.sqlunit.tools.GUITool
Creates new form.

H

HandlerFactory - Class in net.sourceforge.sqlunit
The HandlerFactory object returns references to Handlers.
hasContainer() - Method in interface net.sourceforge.sqlunit.IReporter
Returns true if the reporter has its own container.
hasContainer() - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Returns true since this reporter runs in the context of a Canoo Web Test.
hasContainer() - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
hasContainer() - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Returns true if the reporter is run in another context (container).
hasContainer() - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Returns false since this reporter runs in SQLUnit's context.
hashCode() - Method in class net.sourceforge.sqlunit.beans.Col
Returns a hashcode for the Col object.
hashCode() - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns a hashcode for the OutParam object.
hashCode() - Method in class net.sourceforge.sqlunit.types.DateType
The hashcode for this object, returns the hashcode for the wrapped java.sql.Date object.
hashCode() - Method in class net.sourceforge.sqlunit.types.TimestampType
Returns the hashcode for the underlying wrapped datatype.
hashCode() - Method in class net.sourceforge.sqlunit.types.TimeType
Returns the hashcode for the underlying wrapped datatype.
hashCode() - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Returns the hashcode for the underlying value.
hasJavaObjectSupport() - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Returns true if Java Support has been turned on.
hasMoreResults(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingCallableStatementResultSetHandler
Returns true of there are more result sets available for this SQL call.
hasMoreResults(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingPreparedStatementResultSetHandler
Returns true of there are more result sets available for this SQL call.
hasMoreResults(String) - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingStatementResultSetHandler
Returns true if there are more result sets available for this SQL query.
hasTransactionSupport(String) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Checks to see if the transaction-support feature is enabled for the specified connection id parameter.

I

IErrorCodes - Interface in net.sourceforge.sqlunit
This interface lists the generic error codes that are raised by SQLUnit.
IHandler - Interface in net.sourceforge.sqlunit
The IHandler interface represents a SQLUnit tag handler.
image - Variable in class net.sourceforge.sqlunit.parsers.Token
The string image of the token.
IMatcher - Interface in net.sourceforge.sqlunit
The IMatcher interface specifies the contract that all Matcher objects must fulfil.
IMockDatabase - Interface in net.sourceforge.sqlunit.test.mock
Provides a convenient abstraction of what a mock database should look like for SQLUnit mock testing.
IMPOSSIBLE_PARTIAL_MATCH - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
IMPOSSIBLE_PARTIAL_MATCH
IN_EXEC_PROC - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
IN_MULTILINE_CALL - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
IN_MULTILINE_COMMENT - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
IN_OTHER_SQL - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
IN_SHELL_CALL - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
IN_SINGLELINE_COMMENT - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
IN_VAR - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
inBuf - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
IncludeFileParser - Class in net.sourceforge.sqlunit.parsers
The IncludeFileParser uses the embedded JavaCC grammar to parse the named file in the include.file attribute.
IncludeFileParser(InputStream) - Constructor for class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
IncludeFileParser(Reader) - Constructor for class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
IncludeFileParser(IncludeFileParserTokenManager) - Constructor for class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
IncludeFileParserConstants - Interface in net.sourceforge.sqlunit.parsers
 
IncludeFileParserTest - Class in net.sourceforge.sqlunit.test
Runs some tests of the Include File Parser.
IncludeFileParserTest(String) - Constructor for class net.sourceforge.sqlunit.test.IncludeFileParserTest
Boilerplate constructor.
IncludeFileParserTokenManager - Class in net.sourceforge.sqlunit.parsers
 
IncludeFileParserTokenManager(SimpleCharStream) - Constructor for class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
IncludeFileParserTokenManager(SimpleCharStream, int) - Constructor for class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
IncludeHandler - Class in net.sourceforge.sqlunit.handlers
The IncludeHandler reads and executes SQL statements specified in a included file.
IncludeHandler() - Constructor for class net.sourceforge.sqlunit.handlers.IncludeHandler
 
incrementDecimalAndReturn(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Same as incrementNumericAndReturn1 since the underlying datatype is BigDecimal in both cases, and the scalar is built based on actual datatype.
incrementIndex() - Method in class net.sourceforge.sqlunit.test.mock.IntrospectingResultSetFactory
Moves the resultset index up by 1.
incrementNumericAndReturn(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a canned NUMERIC value in an INOUT Param.
INFO - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
INFO_INT - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
INFO_STR - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
initDatabaseResult() - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Initializes a DatabaseResult object for use by the Statement after it finishes executing.
input_stream - Variable in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
input_stream - Variable in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
inputStream - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
insert1Row(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Method to test the foreach tag.
insert2Row(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Method to test the foreach tag.
IntegerType - Class in net.sourceforge.sqlunit.types
Models a Integer type.
IntegerType() - Constructor for class net.sourceforge.sqlunit.types.IntegerType
 
IntrospectingCallableStatementResultSetHandler - Class in net.sourceforge.sqlunit.test.mock
Extends the CallableStatementResultSetHandler to use introspection.
IntrospectingCallableStatementResultSetHandler(String) - Constructor for class net.sourceforge.sqlunit.test.mock.IntrospectingCallableStatementResultSetHandler
Instantiate a CallableStatementResultSetHandler that depends on Introspection.
IntrospectingPreparedStatementResultSetHandler - Class in net.sourceforge.sqlunit.test.mock
Extends the PreparedStatementResultSetHandler to use introspection.
IntrospectingPreparedStatementResultSetHandler(String) - Constructor for class net.sourceforge.sqlunit.test.mock.IntrospectingPreparedStatementResultSetHandler
Instantiate a PreparedStatementResultSetHandler that depends on Introspection.
IntrospectingResultSetFactory - Class in net.sourceforge.sqlunit.test.mock
Introspects a given IMockDataStore object and invokes the named method to return ResultSet objects.
IntrospectingResultSetFactory(String) - Constructor for class net.sourceforge.sqlunit.test.mock.IntrospectingResultSetFactory
Instantiate a Introspecting Result Set Factory using the classname of the IMockDataStore object.
IntrospectingStatementResultSetHandler - Class in net.sourceforge.sqlunit.test.mock
Extends the StatementResultSetHandler to use introspection.
IntrospectingStatementResultSetHandler(String) - Constructor for class net.sourceforge.sqlunit.test.mock.IntrospectingStatementResultSetHandler
Instantiate a StatementResultSetHandler that depends on Introspection.
INVALID_VARIABLE_NAME_FORMAT - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
INVALID_VARIABLE_NAME_FORMAT.
invalidate(String) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Invalidates the Connection at connection-id attribute in the Connection registry in case of an exception.
invoke(Object, String, Object[], Class[]) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Invokes the specified method on the specified object and returns the result.
invoke(Object, String) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Convenience method to invoke a method without arguments.
invoke(String, String, Object[], Class[]) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Invokes a named method on a named class with the specified arguments.
invoke(String, String) - Static method in class net.sourceforge.sqlunit.utils.MethodInvocationUtils
Convenience method to invoke a named method on a named class with no arguments.
IReporter - Interface in net.sourceforge.sqlunit
The reporter interface that all reporters must implement.
IS_A_CURSOR - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
IS_A_CURSOR.
IS_A_STRUCT - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
IS_A_STRUCT.
isEqual(String, String, Map) - Method in interface net.sourceforge.sqlunit.IMatcher
The isEqual method returns a true or false depending on whether the Matcher object determines that the source String matches the target String.
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.AllOrNothingMatcher
Returns true if the key "match" in the args Map contains the String "true", else always returns false.
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.ExpressionMatcher
Returns the result of the specified expression.
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.ForgivingNullMatcher
Returns true if the value of the target and the source are equivalent to NULL (either by being empty or by containing the word NULL) or are actually equal to each other
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.PercentageRangeMatcher
Returns true if the value of the target is withing (+/-) a specified tolerance value of the source.
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.RangeMatcher
Returns true if the value of the target is withing (+/-) a specified tolerance value of the source.
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.SignificantDigitsMatcher
Returns true if the value of the target is equal to the source up to a certain number of significant digits.
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.TypelessMatcher
Returns true if the String values of the source and target are equal.
isEqual(String, String, Map) - Method in class net.sourceforge.sqlunit.matchers.TypelessPercentageMatcher
Returns true if the value of the target is withing (+/-) a specified percentage tolerance value of the source if the source and target can both be converted to doubles.
isException() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns true if the DatabaseResult represents an Exception.
isGreaterOrEquals(Severity) - Method in class net.sourceforge.sqlunit.beans.Severity
Returns true if the specified severity is greater than or equal to this severity value.
isInParameter() - Method in class net.sourceforge.sqlunit.beans.Param
Returns true if the parameter is an IN or INOUT parameter.
isMoreResultsAvailable(boolean, int) - Method in class net.sourceforge.sqlunit.handlers.CallHandler
Overrides the parent method to return true if more results are available.
isMoreResultsAvailable(boolean, int) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Returns whether there are more resultsets to loop through in the returned result from the SQL call.
isNull() - Method in class net.sourceforge.sqlunit.beans.Param
Convenience method to return if the parameter is set to NULL.
isOutParameter() - Method in class net.sourceforge.sqlunit.beans.Param
Returns true if the parameter is an OUT or INOUT parameter.
isPartial() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Return true if the resultset specifies rows partially, else false.
isPartial() - Method in class net.sourceforge.sqlunit.beans.Row
Returns true if the row is partially specified.
isRowCountOverriden() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Returns true if rowcount has been overriden by the caller.
isSerializedJavaObject(byte[]) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Checks the byte header for the presence of the magic number "aced" and returns true if it finds it.
isSQLException(MockResultSet) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Convenience method to determine if the ResultSet is an Exception resultset.
isTransactionSupportImplicit(String) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Checks to see if the transaction support feature is set to implicit.
isValueOfBigDecimalEqual(String, String) - Static method in class net.sourceforge.sqlunit.utils.TypeUtils
Returns true if both String values resolve to BigDecimal objects with identical values and scale.
isVariableName(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
By definition, a string which matches the pattern ${var} is considered to be a variable name in SQLUnit.
iterator() - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Returns an iterator over all reporters.
IType - Interface in net.sourceforge.sqlunit
Interface to be implemented by all SQLUnit datatypes.

J

JAVA_OBJECT_SUPPORT - Static variable in class net.sourceforge.sqlunit.SymbolTable
Indicates if Java Object Support is enabled
javaObjectResult(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a JAVA_OBJECT which is the same as that serialized in Dictionary.
JavaObjectType - Class in net.sourceforge.sqlunit.types
Models a JAVA_OBJECT type.
JavaObjectType() - Constructor for class net.sourceforge.sqlunit.types.JavaObjectType
 
jj_nt - Variable in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
jj_nt - Variable in class net.sourceforge.sqlunit.parsers.SymbolParser
 
jjFillToken() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
jjFillToken() - Method in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
jjnewLexState - Static variable in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
jjnewLexState - Static variable in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
jjstrLiteralImages - Static variable in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
jjstrLiteralImages - Static variable in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
JndiHandler - Class in net.sourceforge.sqlunit.handlers
The JndiHandler parses the JDOM Element methodArgs and processes it to return an array of Arg objects.
JndiHandler() - Constructor for class net.sourceforge.sqlunit.handlers.JndiHandler
 

K

kind - Variable in class net.sourceforge.sqlunit.parsers.Token
An integer that describes the kind of this token.

L

LEADING_DELIMITER - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
level - Variable in class net.sourceforge.sqlunit.beans.Severity
 
levelName - Variable in class net.sourceforge.sqlunit.beans.Severity
 
LexicalError(boolean, int, int, int, String, char) - Static method in error net.sourceforge.sqlunit.parsers.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
lexStateNames - Static variable in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
LF - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
Returns the line feed character for the current system.
line - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
lobInResultSet(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns an inputstream in a single result set.
LOBLoader - Class in net.sourceforge.sqlunit.test
This class populates the Dictionary object for each user with a tool permission bitmap and loads these into the database.
LOBLoader(String) - Constructor for class net.sourceforge.sqlunit.test.LOBLoader
Boilerplate constructor.
LongType - Class in net.sourceforge.sqlunit.types
Models a Long type.
LongType() - Constructor for class net.sourceforge.sqlunit.types.LongType
 
lookup(String) - Method in class net.sourceforge.sqlunit.test.mock.MockInitialContext
Retrieves an Object from the Context by name.

M

main(String[]) - Static method in class net.sourceforge.sqlunit.test.ClassLoaderTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.ContextTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.EmbeddedCallTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.LOBLoader
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.MD5DigestionTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.ReconnectOnFailureTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.SortingTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.SQLUnitTestSuite
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.SymbolParserTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.TypesTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.test.VendorNameTest
Boilerplate main method.
main(String[]) - Static method in class net.sourceforge.sqlunit.tools.GUITool
This is called from the user terminal.
main(String[]) - Static method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Main entry point into application
main(String[]) - Static method in class net.sourceforge.sqlunit.tools.TransformTool
This is how we are called.
main(String[]) - Static method in class net.sourceforge.sqlunit.tools.TUITool
Runner for the tool.
makeOutputDirectory(String) - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Makes the output directory if it does not already exist.
makeTest(String, Param[], String, Properties) - Static method in class net.sourceforge.sqlunit.tools.ToolUtils
Runs a database query with the specified Connection object and the Properties file passed in.
MATCH_PATTERN_EXCEPTION - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
MATCH_PATTERN_EXCEPTION.
MATCHER_EXCEPTION - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
MATCHER_EXCEPTION.
MATCHER_NOT_FOUND - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
MATCHER_NOT_FOUND.
MatchHandler - Class in net.sourceforge.sqlunit.handlers
The ResultHandler class parses the XML representing the result object.
MatchHandler() - Constructor for class net.sourceforge.sqlunit.handlers.MatchHandler
 
MatchPattern - Class in net.sourceforge.sqlunit
MatchPattern fills a role in SQLUnit similar to Regular Expressions in text pattern matching.
MatchPattern(String, String, String, String, Map) - Constructor for class net.sourceforge.sqlunit.MatchPattern
Builds a MatchPattern object with the supplied input parameters.
matchPattern(String, int) - Static method in class net.sourceforge.sqlunit.MatchPattern
Matches a pattern filter against the supplied String s.
maxNextCharInd - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
MD5DigestionTest - Class in net.sourceforge.sqlunit.test
Tests MD5 digesting for various types of data.
MD5DigestionTest(String) - Constructor for class net.sourceforge.sqlunit.test.MD5DigestionTest
Boilerplate constructor.
METHOD_INVOCATION_ERROR - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
METHOD_INVOCATION_ERROR.
MethodArgsHandler - Class in net.sourceforge.sqlunit.handlers
The MethodArgsHandler parses the JDOM Element methodArgs and processes it to return an array of Arg objects.
MethodArgsHandler() - Constructor for class net.sourceforge.sqlunit.handlers.MethodArgsHandler
 
MethodInvocationUtils - Class in net.sourceforge.sqlunit.utils
The MethodInvocationUtils class allow you to instantiate classes and execute method using reflection.
MethodInvokerHandler - Class in net.sourceforge.sqlunit.handlers
The MethodInvokerHandler class processes the contents of an methodInvoker tag in the input XML file.
MethodInvokerHandler() - Constructor for class net.sourceforge.sqlunit.handlers.MethodInvokerHandler
 
MISSING_RESOURCE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
MISSING_RESOURCE.
MockInitialContext - Class in net.sourceforge.sqlunit.test.mock
Overrides the InitialContext to provide an in-memory lookup mechanism instead of network lookup.
MockInitialContext() - Constructor for class net.sourceforge.sqlunit.test.mock.MockInitialContext
Default constructor used by the MockInitialContextFactory.
MockInitialContextFactory - Class in net.sourceforge.sqlunit.test.mock
Builds a MockInitialContext using an environment Hashtable.
MockInitialContextFactory() - Constructor for class net.sourceforge.sqlunit.test.mock.MockInitialContextFactory
Instantiates a MockInitialContextFactory.
MockResultSetUtils - Class in net.sourceforge.sqlunit.test.mock
Collection of utility methods to manipulate MockResultSets.
MULTILINE_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
MULTILINE_COMMENT_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
MULTILINE_DELIMITER - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
MultiLineCommentStatement() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
MultilineSQLStatement() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
multipleResults(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
A method returning multiple result sets.

N

NAME - Static variable in class net.sourceforge.sqlunit.reporters.ReporterList
The name of the reporter.
net.sourceforge.sqlunit - package net.sourceforge.sqlunit
Classes for the SQLUnit core package.
net.sourceforge.sqlunit.ant - package net.sourceforge.sqlunit.ant
The SQLUnit Ant Task.
net.sourceforge.sqlunit.beans - package net.sourceforge.sqlunit.beans
Beans for the SQLUnit handlers.
net.sourceforge.sqlunit.handlers - package net.sourceforge.sqlunit.handlers
Handler implementations for SQLUnit.
net.sourceforge.sqlunit.matchers - package net.sourceforge.sqlunit.matchers
Matcher plug-ins for SQLUnit.
net.sourceforge.sqlunit.parsers - package net.sourceforge.sqlunit.parsers
 
net.sourceforge.sqlunit.reporters - package net.sourceforge.sqlunit.reporters
Reporter plug-ins for SQLUnit.
net.sourceforge.sqlunit.test - package net.sourceforge.sqlunit.test
Miscellaneous Testing classes.
net.sourceforge.sqlunit.test.mock - package net.sourceforge.sqlunit.test.mock
Mock Testing framework for SQLUnit.
net.sourceforge.sqlunit.tools - package net.sourceforge.sqlunit.tools
Contains tools to build SQLUnit test cases.
net.sourceforge.sqlunit.types - package net.sourceforge.sqlunit.types
Implementations of various datatypes.
net.sourceforge.sqlunit.utils - package net.sourceforge.sqlunit.utils
Utility classes for SQLUnit.
newTestFile(String, String) - Method in interface net.sourceforge.sqlunit.IReporter
Called when a new sqlunit test file is run.
newTestFile(String, String) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called when a new sqlunit test file is run.
newTestFile(String, String) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
newTestFile(String, String) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called when a new test file is entered.
newTestFile(String, String) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called when a new sqlunit test file is run.
newToken(int) - Static method in class net.sourceforge.sqlunit.parsers.Token
Returns a new Token object, by default.
next - Variable in class net.sourceforge.sqlunit.parsers.Token
A reference to the next regular (non-special) token from the input stream.
NO_ASSERT_METHOD - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
NO_ASSERT_METHOD.
NO_INCLUDE_FILE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
NO_INCLUDE_FILE.
NO_TESTFILE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
NO_TESTFILE.
NO_USERMATCH_VALUE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
NO_USERMATCH_VALUE.
nonStaticWithArgsAndNullConstructor(String) - Method in class net.sourceforge.sqlunit.test.TestingMethodsGenerator
An example of a non-static method with a single String argument and with a null constructor for the class.
nonStaticWithArgsWithConstructor(String) - Method in class net.sourceforge.sqlunit.test.TestingMethodsGenerator
An example of a non-static method with arguments and a non-null constructor for the class.
nonStaticWithoutArgsAndNullConstructor() - Method in class net.sourceforge.sqlunit.test.TestingMethodsGenerator
An example of a non-static method without any arguments and with a null constructor for the class.
nonStaticWithoutArgsWithConstructor() - Method in class net.sourceforge.sqlunit.test.TestingMethodsGenerator
An example of a non-static method without arguments and a non-null constructor for the class.
NOT_A_NUMBER - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
NOT_A_NUMBER.
NULL_STRING - Static variable in class net.sourceforge.sqlunit.matchers.ForgivingNullMatcher
 

O

OFF_INT - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
OPEN_PAREN - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
OracleCursorType - Class in net.sourceforge.sqlunit.types
Models a Oracle CURSOR type.
OracleCursorType() - Constructor for class net.sourceforge.sqlunit.types.OracleCursorType
 
OTHER_SQL_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
OTHER_SQL_DELIMITER - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
OtherSQLStatement() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
OtherType - Class in net.sourceforge.sqlunit.types
Models the OTHER type.
OtherType() - Constructor for class net.sourceforge.sqlunit.types.OtherType
 
OUT_PARAM - Static variable in class net.sourceforge.sqlunit.SymbolTable
Contains outparam index mapping header
OutParam - Class in net.sourceforge.sqlunit.beans
The OutParam models a SQLUnit outparam element.
OutParam() - Constructor for class net.sourceforge.sqlunit.beans.OutParam
Default constructor.
OutParamHandler - Class in net.sourceforge.sqlunit.handlers
The OutParamHandler takes the JDOM Element representing the outparam tag and converts it to a OutParam object.
OutParamHandler() - Constructor for class net.sourceforge.sqlunit.handlers.OutParamHandler
 

P

Param - Class in net.sourceforge.sqlunit.beans
The Param bean models an Object whose member variables are the attributes of the param element.
Param() - Constructor for class net.sourceforge.sqlunit.beans.Param
Default constructor.
ParamHandler - Class in net.sourceforge.sqlunit.handlers
The ParamHandler takes the JDOM Element representing the param tag and converts it to a Param object.
ParamHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ParamHandler
 
ParamSetHandler - Class in net.sourceforge.sqlunit.handlers
The ParamSetHandler takes the JDOM Element representing the paramset tag and converts it to an array of Param objects.
ParamSetHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ParamSetHandler
 
parse(Reader) - Static method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
parse(String, Map, boolean) - Static method in class net.sourceforge.sqlunit.parsers.SymbolParser
This is the method that will be called from the client.
parse(String) - Method in class net.sourceforge.sqlunit.types.BigDecimalType
Parses a BigDecimal type.
parse(String) - Method in class net.sourceforge.sqlunit.types.BooleanType
Parses a Boolean type.
parse(String) - Method in class net.sourceforge.sqlunit.types.ByteType
Parses a Byte type.
parse(String) - Method in class net.sourceforge.sqlunit.types.DateType
Parses a String representing a DATE to a java.sql.Date.
parse(String) - Method in class net.sourceforge.sqlunit.types.DoubleType
Parses a Double type.
parse(String) - Method in class net.sourceforge.sqlunit.types.FloatType
Parses a Float type.
parse(String) - Method in class net.sourceforge.sqlunit.types.IntegerType
Parses a Integer type.
parse(String) - Method in class net.sourceforge.sqlunit.types.LongType
Parses a Long type.
parse(String) - Method in class net.sourceforge.sqlunit.types.ShortType
Parses a Short type.
parse(String) - Method in class net.sourceforge.sqlunit.types.StringType
Parses a String type.
parse(String) - Method in class net.sourceforge.sqlunit.types.TimestampType
Parses a String representing a TIMESTAMP to a Timestamp.
parse(String) - Method in class net.sourceforge.sqlunit.types.TimeType
Parses a String representing a TIME to a Time object.
parse(String) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
The parsing hook with default behavior which is meant to be overriden by the subclass.
ParseException - Exception in net.sourceforge.sqlunit.parsers
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception net.sourceforge.sqlunit.parsers.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception net.sourceforge.sqlunit.parsers.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception net.sourceforge.sqlunit.parsers.ParseException
 
PATTERN - Static variable in class net.sourceforge.sqlunit.types.DateType
Specifies the pattern for the DATE object.
PATTERN - Static variable in class net.sourceforge.sqlunit.types.TimestampType
Specifies the pattern for the DATE object.
PATTERN - Static variable in class net.sourceforge.sqlunit.types.TimeType
Specifies the pattern for the DATE object.
PercentageRangeMatcher - Class in net.sourceforge.sqlunit.matchers
The PercentageRangeMatcher is an implementation of the IMatcher interface used to define rulesets for matching columns in SQLUnit.
PercentageRangeMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.PercentageRangeMatcher
Default constructor as per contract with IMatcher.
prepareCall(String) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockCallableStatement with the specified SQL string.
prepareCall(String, int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockCallableStatement with the specified SQL string, resultSetType and resultSetConcurrency.
prepareCall(String, int, int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockCallableStatement with the specified SQL string, resultSetType, resultSetConcurrency and resultSetHoldability.
PrepareHandler - Class in net.sourceforge.sqlunit.handlers
The PrepareHandler class takes care of setting up data within a test block.
PrepareHandler() - Constructor for class net.sourceforge.sqlunit.handlers.PrepareHandler
 
prepareStatement(String) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockPreparedStatement with the specified SQL string.
prepareStatement(String, int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockPreparedStatement with the specified SQL string with the specified resultSetType and resultSetConcurrency.
prepareStatement(String, int, int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockPreparedStatement with the specified SQL string with the specified resultSetType, resultSetConcurrency and resultSetHoldability.
prepareStatement(String, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockPreparedStatement with the specified SQL string and the autoGenerated keys parameter.
prepareStatement(String, int[]) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockPreparedStatement with the specified SQL string and an int array of column indexes.
prepareStatement(String, String[]) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
Creates a SQLUnitMockPreparedStatement with the specified SQL string and an String array of column names.
prevCharIsCR - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
prevCharIsLF - Variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
printFileCollection() - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Print the entire collection of files.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ArgHandler
Processes the JDOM Element representing the arg tag returns the Arg object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.BatchCallHandler
Runs the batch of paramterized SQL statements or stored procedures supplied as a batch and returns a BatchDatabaseResult object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.BatchResultHandler
Runs the batch of SQL statements supplied as a batch and returns a BatchDatabaseResult object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.BatchSqlHandler
Runs the batch of SQL statements supplied as a batch and returns a BatchDatabaseResult object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.BatchTestHandler
Collects the stored procedures and SQL statements specified and runs them in a batch, matching with the specified results with the same id attribute.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.CallHandler
Runs the SQL Stored Procedure contained in the call tag in the input XML file.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.CategoryHandler
Processes the JDOM Element representing a Category Declaration.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ClassifiersHandler
Processes the Classifiers JDOM Element and returns a Boolean TRUE or FALSE depending on whether the test matched the criteria specified for it.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ColHandler
Processes a JDOM Element representing a database column.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ConnectionHandler
Processes the JDOM Element and returns a JDBC Connection object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ConstructorArgsHandler
Processes the JDOM Element representing the constructorArgs tag and returns an array of Arg objects.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.DiffHandler
Collects the stored procedures and SQL statements specified and runs them in a batch, matching with the specified results with the same id attribute.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.DynamicSqlHandler
Makes an entry for the given object in the Symbol table.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.EchoHandler
Processes a JDOM Element representing the Echo element.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ExceptionHandler
Processes the JDOM Element representing the param tag returns the Exception object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.FieldHandler
Processes the JDOM Element representing the field tag returns the Field object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ForeachHandler
Processes the content of the foreach element, returns a null.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.FuncDefHandler
Sets a function declaration and stores it in the symbol table for later execution.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.FuncHandler
Looks up the SQL string for the corresponding FuncDef, replaces with parameters if defined, runs it, and returns a single result.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.IncludeHandler
Processes the JDOM Element representing the include tag and runs the SQL statement specified in the file.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.JndiHandler
Processes the JDOM Element representing the constructorArgs tag and returns an array of Arg objects.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.MatchHandler
Processes a JDOM Element representing a MatchPattern object and returns a MatchPattern object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.MethodArgsHandler
Processes the JDOM Element representing the constructorArgs tag and returns an array of Arg objects.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.MethodInvokerHandler
Process the JDOM Element representing the MethodInvoker and return an empty DatabaseResult object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.OutParamHandler
Processes the JDOM Element representing the outparam tag returns the OutParam object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ParamHandler
Processes the JDOM Element representing the param tag returns the Param object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ParamSetHandler
Processes the JDOM Element representing the paramset tag and returns an array of Param objects.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.PrepareHandler
Processes the prepare tag and carries out the sql statements specified inside the tag.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ResultHandler
Processes a JDOM Element representing a result of a query and returns a DatabaseResult object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.ResultSetHandler
Processes a JDOM Element representing a database resultset.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.RowHandler
Processes a JDOM Element representing a database row.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SetHandler
Makes an entry for the given object in the Symbol table.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SetupHandler
Processes the Setup tag and carries out the sql statements specified inside the tag.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SeverityHandler
Processes the Severity JDOM Element.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SkipHandler
Returns a Boolean.TRUE or FALSE based on whether the value of the value attribute is set to "true" or "false".
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Runs the SQL statement contained in the sql tag in the input XML file.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.StructHandler
Processes the JDOM Element representing the struct tag returns the Struct object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SubDefHandler
Partially defines a stored procedure or SQL call and stores it into the symbol table for later execution.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SubHandler
Looks up the SQL string for the corresponding SubDef, replaces with parameters if defined, runs it, and returns a single result.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.SubParamHandler
Processes the JDOM Element representing the param tag returns the SubParam object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.TeardownHandler
Processes the Teardown tag and executes the sql statements specified in the tag.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.TestHandler
Calls either the SqlHandler or CallHandler and compares the result returned with the supplied result in the result tag.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.TypeDefHandler
Processes the JDOM Element representing the typedef tag returns the TypeDef object.
process(Element) - Method in class net.sourceforge.sqlunit.handlers.TypeMapHandler
Processes the JDOM Element representing the typemap tag returns an array of TypeDef objects.
process(Element) - Method in interface net.sourceforge.sqlunit.IHandler
The process object processes the JDOM Element representing a database call of some kind, applies it to the JDBC Connection object and returns a resultant Object.

R

RangeMatcher - Class in net.sourceforge.sqlunit.matchers
The RangeMatcher is an implementation of the IMatcher interface used to define rulesets for matching columns in SQLUnit.
RangeMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.RangeMatcher
Default constructor as per contract with IMatcher.
readBytesFromStream(InputStream) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Reads an InputStream and returns an array of bytes.
readChar() - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
reconnectOnFailure(String) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Checks to see if the reconnect-on-failure is enabled for the specified connection id parameter.
ReconnectOnFailureTest - Class in net.sourceforge.sqlunit.test
Simulates an exception situation in one of the tests and checks to see if the connection is re-established.
ReconnectOnFailureTest(String) - Constructor for class net.sourceforge.sqlunit.test.ReconnectOnFailureTest
Boilerplate constructor.
refCursorReturn(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns an Oracle style REF CURSOR in the first outparam element.
registerOutParameter(int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Sets the object type of the out parameter being registered.
registerOutParameter(int, int, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Set the object type and scale of the outparam being registered.
ReInit(InputStream) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
ReInit(Reader) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
ReInit(IncludeFileParserTokenManager) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
ReInit(SimpleCharStream) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
ReInit(Reader) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
ReInit(InputStream) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
ReInit(InputStream) - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
ReInit(Reader) - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
ReInit(SymbolParserTokenManager) - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
ReInit(SimpleCharStream) - Method in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
releaseConnection() - Static method in class net.sourceforge.sqlunit.tools.ToolUtils
Releases the connection object after the test is complete.
releaseConnections() - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Closes all the connections in the registry and marks the registry as ready for garbage collection.
removeSymbol(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Removes a symbol from the symbol table.
removeUserVariables() - Static method in class net.sourceforge.sqlunit.SymbolTable
Removes the references to the user variables set in a test after all tests are completed.
REPLACE_ERROR - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
REPLACE_ERROR
replaceParameters(String, Map) - Static method in class net.sourceforge.sqlunit.test.mock.MockResultSetUtils
Replaces the positional parameters in a parameterized SQL string with appropriate values from the parameter map.
replaceVariables(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Replaces all variables in a string from the symbol table.
REPORTER_KEY - Static variable in class net.sourceforge.sqlunit.SymbolTable
Holds a reference to the Reporter object
ReporterElement - Class in net.sourceforge.sqlunit.ant
Handles the nested <reporter> tag of SQLUnit Ant task.
ReporterElement() - Constructor for class net.sourceforge.sqlunit.ant.ReporterElement
 
ReporterElement.LogFormatAttribute - Class in net.sourceforge.sqlunit.ant
Defines the valid values for logformat attribute.
ReporterElement.LogFormatAttribute() - Constructor for class net.sourceforge.sqlunit.ant.ReporterElement.LogFormatAttribute
 
ReporterFactory - Class in net.sourceforge.sqlunit
The ReporterFactory returns references to Reporters.
ReporterList - Class in net.sourceforge.sqlunit.reporters
A IReporter that contains a list of other IReporters.
ReporterList(String) - Constructor for class net.sourceforge.sqlunit.reporters.ReporterList
Always throws IllegalStateException since it is not real reporter; it is just a holder of other regular reporters.
ReporterList(int) - Constructor for class net.sourceforge.sqlunit.reporters.ReporterList
Constructs a new IReporterList.
resetAsException(String, String) - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Creates the exception version of a DatabaseResult (this).
resetUpdateCounts() - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Removes all the update counts from the underlying List object.
resolveEntity(String, String) - Method in class net.sourceforge.sqlunit.SQLUnitEntityResolver
Resolves the system id for an SQLUnit XML file to the sqlunit.dtd available inside the SQLUnit JAR.
resultAndException(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns the result code and the exception.
resultAndMultilineException(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns an error code and a multi-line exception message.
resultAndOneResultSet(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a result code and a single resultset.
ResultHandler - Class in net.sourceforge.sqlunit.handlers
The ResultHandler class parses the XML representing the result object.
ResultHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ResultHandler
 
ResultSetBean - Class in net.sourceforge.sqlunit.beans
Models a ResultSet element, wrapping multiple Row objects.
ResultSetBean() - Constructor for class net.sourceforge.sqlunit.beans.ResultSetBean
Default constructor.
ResultSetBean(ResultSet, int) - Constructor for class net.sourceforge.sqlunit.beans.ResultSetBean
Constructs and populates a ResultSetBean object from a ResultSet object.
ResultSetHandler - Class in net.sourceforge.sqlunit.handlers
The ResultSetHandler processes a JDOM ResultSet element and returns a ResultSet bean.
ResultSetHandler() - Constructor for class net.sourceforge.sqlunit.handlers.ResultSetHandler
 
returnCountOfRowsInserted(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Method to test the foreach tag.
returnDecimalOutParam(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Same as returnNumericOutParam since underlying datatype is BigDecimal in both cases, and the scalar is built based on actual datatype.
returnNumericAndDecimalInResultSet(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a single row with 2 columns, one NUMERIC and one DECIMAL.
returnNumericOutParam(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a NUMERIC in an OUT Param.
rget(String) - Method in class net.sourceforge.sqlunit.utils.TypeMap
Reverse lookup of the key by value.
Row - Class in net.sourceforge.sqlunit.beans
Models a row element, (wrapping multiple Col objects) in a database result.
Row() - Constructor for class net.sourceforge.sqlunit.beans.Row
 
RowHandler - Class in net.sourceforge.sqlunit.handlers
The RowHandler processes a JDOM Row element and returns a Row bean.
RowHandler() - Constructor for class net.sourceforge.sqlunit.handlers.RowHandler
 
run() - Method in class net.sourceforge.sqlunit.ThreadHandlerAdapter
Runs the ElementHandler.process(Element) and places the result in the processingResult object.
run() - Method in class net.sourceforge.sqlunit.tools.TUITool
Runs the TUI interface in an infinite loop, first prompting for initial database connection information, then accepting inputs to run each test in turn.
runCount() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Returns the number of tests run so far.
runningTest(String, int, String) - Method in interface net.sourceforge.sqlunit.IReporter
Called before a test is run.
runningTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called before a test is run.
runningTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
runningTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called after the test is executed.
runningTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called before a test is run.
runTest() - Method in class net.sourceforge.sqlunit.SQLUnit
Called by Test.run() or Test.runBare() from the SQLUnit task.

S

safelyCommit(String, Connection) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Issues a COMMIT on the specified connection only if transaction-support is turned on for the connection.
safelyRollback(String, Connection) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Issues a ROLLBACK on the specified connection only if transaction-support is turned on for the connection.
selectDatabase(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Takes no parameters and returns the name of the database.
setAntSymbols(Hashtable) - Method in class net.sourceforge.sqlunit.SQLUnit
Sets any symbols that were set for SQLUnit within the Ant build.xml file, if SQLUnit is invoked using the SQLUnit Ant task.
setClassName(String) - Method in class net.sourceforge.sqlunit.ant.ReporterElement
Sets the class name of the reporter.
setClassName(String) - Method in class net.sourceforge.sqlunit.beans.Col
Set the class name (for IJavaObject objects) for this column,
setClassName(String) - Method in class net.sourceforge.sqlunit.beans.TypeDef
Sets the Java class name.
setCols(Col[]) - Method in class net.sourceforge.sqlunit.beans.Row
Set the Col object array for this row.
setColumnName(String) - Method in class net.sourceforge.sqlunit.test.mock.ColumnMetaData
Sets the column name for this object.
setColumnType(int) - Method in class net.sourceforge.sqlunit.test.mock.ColumnMetaData
Sets the column type for this object.
setConfig(Map) - Method in interface net.sourceforge.sqlunit.IReporter
Called after the connection is made.
setConfig(Map) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called after the connection is made.
setConfig(Map) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
setConfig(Map) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called after the connection to the database is made.
setConfig(Map) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called after the connection is made.
setConnection(Connection) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Sets the default connection object by specifying an actual Connection object.
setConnection(String, Map) - Static method in class net.sourceforge.sqlunit.ConnectionRegistry
Sets a Connection keyed by a Map of connection properties supplied in the connection element for the given Connection id.
setConnection(Connection) - Method in class net.sourceforge.sqlunit.SQLUnit
Allows a client other than the sqlunit build task to set the database connection to use for the test.
setCurrentCol(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Sets the current col for the test.
setCurrentResultSet(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Sets the current resultset for the test.
setCurrentRow(String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Sets the current row for the test.
setDebug(boolean) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of the attribute debug.
setDebug(boolean) - Method in class net.sourceforge.sqlunit.SQLUnit
Sets the debug attribute from the SQLUnit task.
setDebugStream(PrintStream) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
setDebugStream(PrintStream) - Method in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
setDescription(String) - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Sets the description for the subroutine.
setEchoOnly(boolean) - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Sets the echoOnly property of the DatabaseResult object.
setEntry(String, String) - Method in class net.sourceforge.sqlunit.test.Dictionary
Sets the value for a given key.
setErrorCode(String) - Method in class net.sourceforge.sqlunit.beans.ExceptionBean
Sets the error code.
setErrorMessage(String) - Method in class net.sourceforge.sqlunit.beans.ExceptionBean
Sets the error message.
setException(BatchUpdateException) - Static method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Sets the batch exception into the result object.
setExpectedCount(int) - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Sets the expectedCount attribute from the BatchDatabaseResult object.
setFailedAtIndex(int) - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Sets the zero-based index into the BatchDatabaseResult object where the fist failure is expected to occur.
setFailureProperty(String) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of the failureProperty attribute.
setFile(String) - Method in class net.sourceforge.sqlunit.ant.ReporterElement
Sets the name of the output file.
setHaltOnFailure(boolean) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of the attribute haltOnFailure.
setHaltOnFailure(boolean) - Method in class net.sourceforge.sqlunit.SQLUnit
Sets the haltOnFailure attribute from the SQLUnit task.
SetHandler - Class in net.sourceforge.sqlunit.handlers
The SetHandler allows setting variables into the Symbol table.
SetHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SetHandler
 
setId(String) - Method in class net.sourceforge.sqlunit.beans.Col
Set the id for this column.
setId(String) - Method in class net.sourceforge.sqlunit.beans.OutParam
Sets the outparam id.
setId(String) - Method in class net.sourceforge.sqlunit.beans.Param
Sets the param id.
setId(String) - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Set the id for this row.
setId(String) - Method in class net.sourceforge.sqlunit.beans.Row
Set the id for this row.
setId(int) - Method in interface net.sourceforge.sqlunit.IType
Sets the SQL Type Code for this type.
setId(int) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Sets the SQL Type code for this type.
setInOut(String) - Method in class net.sourceforge.sqlunit.beans.Param
Sets the param in-out value.
setIsNull(String) - Method in class net.sourceforge.sqlunit.beans.Param
Sets to "true" if the param supports null values.
setKey(String) - Method in class net.sourceforge.sqlunit.ant.SyspropertyElement
Sets the key of the property.
setLastException(Exception) - Method in class net.sourceforge.sqlunit.SQLUnitResult
Sets the last exception encountered in the test.
setLogfile(String) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of the logfile attribute.
setLogFormat(ReporterElement.LogFormatAttribute) - Method in class net.sourceforge.sqlunit.ant.ReporterElement
Sets the format of the reporter.
setLogformat(String) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of the attribute logformat.
setName(String) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of the attribute name.
setName(String) - Method in class net.sourceforge.sqlunit.beans.Arg
Sets the arg name.
setName(String) - Method in class net.sourceforge.sqlunit.beans.Col
Set the name for this column,
setName(String) - Method in class net.sourceforge.sqlunit.beans.FieldBean
Sets name of field.
setName(String) - Method in class net.sourceforge.sqlunit.beans.OutParam
Sets the outparam name.
setName(String) - Method in class net.sourceforge.sqlunit.beans.Param
Sets the param name.
setName(String) - Method in class net.sourceforge.sqlunit.beans.SubParam
Sets the subparam name.
setName(String) - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Sets the name of the subroutine.
setName(String) - Method in interface net.sourceforge.sqlunit.IType
Sets the XML name for this type.
setName(String) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Sets the XML name for this type.
setObject(String, Object) - Static method in class net.sourceforge.sqlunit.SymbolTable
Sets an object keyed by the param string into the symbol table.
setObject(int, Object, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Sets a parameter into the parameterMap.
setObject(int, Object, int) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Sets an object into the parameter map.
setOfflineMode(boolean) - Method in class net.sourceforge.sqlunit.tools.TUITool
Sets the run mode of the tool to offline.
setOutParams(OutParam[]) - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Sets the outparams into the DatabaseResult object.
setOutputParameters(Statement, Param[], DatabaseResult) - Method in class net.sourceforge.sqlunit.handlers.CallHandler
Overrides the parent method to set the OUT parameters into the DatabaseResult object.
setOutputParameters(Statement, Param[], DatabaseResult) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Sets the output parameters into the DatabaseResult.
setParameters(Statement, Param[]) - Method in class net.sourceforge.sqlunit.handlers.CallHandler
Overrides the parent method to set replaceable parameters, if any, into the CallableStatement object.
setParameters(Statement, Param[]) - Method in class net.sourceforge.sqlunit.handlers.SqlHandler
Sets replaceable parameters, if any, into the Statement object.
setPartial(String) - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Sets the partial row specification attribute for the resultset.
setPartial(String) - Method in class net.sourceforge.sqlunit.beans.Row
Sets whether the row is partially specified.
setQuery(String) - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Sets the query for the subroutine.
setReporter(IReporter) - Method in class net.sourceforge.sqlunit.SQLUnit
Sets the IReporter object from the SQLUnit task.
setResultSetHandler(AbstractResultSetHandler) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Sets the IntrospectingCallableStatementResultSetHandler for the MockCallableStatement.
setResultSetHandler(AbstractResultSetHandler) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Sets the IntrospectingPreparedStatementResultSetHandler for the MockPreparedStatement.
setResultSetHandler(AbstractResultSetHandler) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockStatement
Sets the IntrospectingStatementResultSetHandler for the MockStatement.
setResultSets(ResultSetBean[]) - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Sets the resultsets into the DatabaseResult object.
setRowCount(int) - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Sets the rowCount override for the resultset.
setRows(Row[]) - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Sets the rows in the resultset.
setScale(String) - Method in class net.sourceforge.sqlunit.beans.Param
Sets the scale of the parameter.
setScale(int) - Method in class net.sourceforge.sqlunit.beans.Param
Overloaded convenience setter to set the scale as an int.
setSortBy(String) - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Sets the colIds from the colIdList.
setSortCols(String[]) - Method in class net.sourceforge.sqlunit.beans.Row
Sets a string array of ids to sort this row by.
setSymbols(DatabaseResult, DatabaseResult, String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Updates the symbol table with variables from a target resultset that are populated by a SQL or stored procedure call.
setTestfile(String) - Method in class net.sourceforge.sqlunit.ant.SqlunitTask
Sets the value of the attribute testFile.
setTestFile(String) - Method in class net.sourceforge.sqlunit.SQLUnit
Sets the testFile attribute from the SQLUnit task.
setTestFile(String) - Method in class net.sourceforge.sqlunit.SQLUnitResult
Sets the test file for the report.
settingUpConnection(String) - Method in interface net.sourceforge.sqlunit.IReporter
Called before a database connection is setup.
settingUpConnection(String) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called before a database connection is setup.
settingUpConnection(String) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
settingUpConnection(String) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called before a new connection to a database is established.
settingUpConnection(String) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called before a database connection is setup.
setType(String) - Method in class net.sourceforge.sqlunit.beans.Arg
Sets the arg type.
setType(String) - Method in class net.sourceforge.sqlunit.beans.Col
Set the XML type for this column,
setType(String) - Method in class net.sourceforge.sqlunit.beans.OutParam
Sets the outparam type.
setType(String) - Method in class net.sourceforge.sqlunit.beans.Param
Sets the param type.
setType(String) - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Sets the type of the subroutine.
setTypeMap(Map) - Static method in class net.sourceforge.sqlunit.beans.StructBean
Sets a mapping to determine if field is a nested struct.
setTypeName(String) - Method in class net.sourceforge.sqlunit.beans.Param
Set the type name of the user-defined type.
setTypeName(String) - Method in class net.sourceforge.sqlunit.beans.TypeDef
Sets the database UDT type.
setUp() - Method in interface net.sourceforge.sqlunit.IReporter
Called before the set up section of the test.
setUp() - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called before the set up section of the test.
setUp() - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
setUp() - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called before the setup section of the test file.
setUp() - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called before the set up section of the test.
setUp() - Method in class net.sourceforge.sqlunit.test.SortingTest
Setting up the mapper to contain type info before each test.
setUpdateCount(int) - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Sets the update count for the DatabaseResult.
SetupHandler - Class in net.sourceforge.sqlunit.handlers
The SetupHandler class handles the setup tag of the XML input file.
SetupHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SetupHandler
 
setValue(String) - Method in class net.sourceforge.sqlunit.ant.SyspropertyElement
Sets the value of the property.
setValue(String) - Method in class net.sourceforge.sqlunit.beans.Arg
Sets the arg value.
setValue(String) - Method in class net.sourceforge.sqlunit.beans.Col
Set the value of this column from a String.
setValue(Object) - Method in class net.sourceforge.sqlunit.beans.FieldBean
Sets value of field.
setValue(String) - Method in class net.sourceforge.sqlunit.beans.OutParam
Sets the param value from a String.
setValue(ResultSetBean) - Method in class net.sourceforge.sqlunit.beans.OutParam
Sets the outparam value from a ResultSetBean.
setValue(StructBean) - Method in class net.sourceforge.sqlunit.beans.OutParam
Sets the outparam value from a StructBean.
setValue(String) - Method in class net.sourceforge.sqlunit.beans.Param
Sets the param value.
setValue(String) - Method in class net.sourceforge.sqlunit.beans.SubParam
Sets the subparam value.
setValue(Object) - Method in interface net.sourceforge.sqlunit.IType
Sets the stored value for this type.
setValue(String, String) - Static method in class net.sourceforge.sqlunit.SymbolTable
Updates the symbol table with the symbol's value if it exists or creates a new entry in tha table with the given value if it does not.
setValue(Object) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Sets the stored value for this type.
setVar(String) - Static method in class net.sourceforge.sqlunit.test.mock.VarSetter
Passes through the value passed in.
Severity - Class in net.sourceforge.sqlunit.beans
The Severity bean models severity levels in SQLUnit.
Severity(int, String) - Constructor for class net.sourceforge.sqlunit.beans.Severity
Create a new Severity object with the desired level id and name.
SeverityHandler - Class in net.sourceforge.sqlunit.handlers
The SeverityHandler processes the contents of the Severity tag in the input XML file.
SeverityHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SeverityHandler
 
SHELL_CALL_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
SHELL_CALL_DELIMITER - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
SHELL_CONT_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
ShellCallStatement() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
ShortType - Class in net.sourceforge.sqlunit.types
Models a Short type.
ShortType() - Constructor for class net.sourceforge.sqlunit.types.ShortType
 
SignificantDigitsMatcher - Class in net.sourceforge.sqlunit.matchers
The SignificantDigitsMatcher is an implementation of the IMatcher interface used to compare FLOAT values where you only really care about matching to a certain number of significant digits to the right of the decimal.
SignificantDigitsMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.SignificantDigitsMatcher
Default constructor per contract with IMatcher.
SimpleCharStream - Class in net.sourceforge.sqlunit.parsers
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
simpleReturnCode(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
A method returning a return code only.
SINGLELINE_COMMENT_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
SingleLineCommentStatement() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
size() - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Returns the number of the reporters.
SKIP_REASON - Static variable in class net.sourceforge.sqlunit.SymbolTable
Holds a reference to the most recent skipped reason
SkipHandler - Class in net.sourceforge.sqlunit.handlers
The SkipHandler class processes the contents of a Skip tag in the input SQLUnit XML file.
SkipHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SkipHandler
 
skippedTest(String, int, String) - Method in interface net.sourceforge.sqlunit.IReporter
Called when a test is skipped because of an earlier failure.
skippedTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called when a test is skipped because of an earlier failure.
skippedTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
skippedTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called when the test is skipped.
skippedTest(String, int, String) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called when a test is skipped because of an earlier failure.
sort() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Allows sorting of rows in a resultset by the columns specified in the sortColIds array.
SortingTest - Class in net.sourceforge.sqlunit.test
Some basic sorting tests to verify that the code works before I start on mock database based unit testing.
SortingTest(String) - Constructor for class net.sourceforge.sqlunit.test.SortingTest
Boilerplate constructor.
specialConstructor - Variable in exception net.sourceforge.sqlunit.parsers.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class net.sourceforge.sqlunit.parsers.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SqlHandler - Class in net.sourceforge.sqlunit.handlers
The SqlHandler class processes the contents of an sql tag in the input XML file.
SqlHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SqlHandler
 
SQLUnit - Class in net.sourceforge.sqlunit
The SQLUnit class is actually a JUnit test case and is the main program which is called by the SQLUnit user.
SQLUnit(String) - Constructor for class net.sourceforge.sqlunit.SQLUnit
Instantiates a new instance of SQLUnit.
SQLUnitDriverManager - Class in net.sourceforge.sqlunit
The SQLUnitDriverManager is an incomplete implementation the java.sql.DriverManager class.
SQLUnitEntityResolver - Class in net.sourceforge.sqlunit
The SQLUnit Entity Resolver sets the DTD for the SQLUnit test file from within the SQLUnit JAR file.
SQLUnitEntityResolver() - Constructor for class net.sourceforge.sqlunit.SQLUnitEntityResolver
 
SQLUnitException - Exception in net.sourceforge.sqlunit
SQLUnitException is an application specific Exception class.
SQLUnitException(String) - Constructor for exception net.sourceforge.sqlunit.SQLUnitException
Creates an SQLUnitException object using the error message.
SQLUnitException(String, String[]) - Constructor for exception net.sourceforge.sqlunit.SQLUnitException
Creates an SQLUnitException object using the error message and replaceable positional parameters.
SQLUnitException(String, Throwable) - Constructor for exception net.sourceforge.sqlunit.SQLUnitException
Creates an SQLUnitException object using the error message and a chained exception.
SQLUnitException(String, String[], Throwable) - Constructor for exception net.sourceforge.sqlunit.SQLUnitException
Creates an SQLUnitException object using the error message, replaceable positional parameters and a chained exception.
SQLUnitMockCallableStatement - Class in net.sourceforge.sqlunit.test.mock
Overrides certain methods in the MockCallableStatement class for mock testing of SQLUnit.
SQLUnitMockCallableStatement(Connection, String) - Constructor for class net.sourceforge.sqlunit.test.mock.SQLUnitMockCallableStatement
Instantiates a SQLUnitMockConnectionStatement using the Connection object and the SQL string.
SQLUnitMockConnection - Class in net.sourceforge.sqlunit.test.mock
Represents a Connection object that depends on an underlying IDatabase.
SQLUnitMockConnection() - Constructor for class net.sourceforge.sqlunit.test.mock.SQLUnitMockConnection
 
SQLUnitMockDatabase - Class in net.sourceforge.sqlunit.test.mock
Mock database to supply results.
SQLUnitMockDatabase() - Constructor for class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
 
SQLUnitMockDriver - Class in net.sourceforge.sqlunit.test.mock
Implements a Mock JDBC driver for SQLUnit.
SQLUnitMockDriver() - Constructor for class net.sourceforge.sqlunit.test.mock.SQLUnitMockDriver
Instantiate a SQLUnitMockDriver.
SQLUnitMockPreparedStatement - Class in net.sourceforge.sqlunit.test.mock
Overrides certain methods in the MockPreparedStatement class for mock testing of SQLUnit.
SQLUnitMockPreparedStatement(Connection, String) - Constructor for class net.sourceforge.sqlunit.test.mock.SQLUnitMockPreparedStatement
Instantiate a SQLUnitMockPreparedStatement object using a Connection object and a SQL string.
SQLUnitMockStatement - Class in net.sourceforge.sqlunit.test.mock
Overrides certain methods in the MockStatement class for mock testing of SQLUnit.
SQLUnitMockStatement(Connection) - Constructor for class net.sourceforge.sqlunit.test.mock.SQLUnitMockStatement
Instantiates a SQLUnitMockStatement object using a Connection.
SQLUnitResult - Class in net.sourceforge.sqlunit
SQLUnitResult is a simple container which contains the cumulative results of a SQLUnit test run.
SQLUnitResult() - Constructor for class net.sourceforge.sqlunit.SQLUnitResult
 
SqlunitTask - Class in net.sourceforge.sqlunit.ant
SqlunitTask is a custom ant task that accepts a testFile name and runs the SQLUnit test class with the given XML test script.
SqlunitTask() - Constructor for class net.sourceforge.sqlunit.ant.SqlunitTask
 
SQLUnitTestSuite - Class in net.sourceforge.sqlunit.test
Main SQLUnit test suite.
SQLUnitTestSuite(String) - Constructor for class net.sourceforge.sqlunit.test.SQLUnitTestSuite
Boilerplate constructor.
START_EXEC_PROC_CALL - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
START_EXEC_PROC_OTHER - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
START_MULTILINE - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
START_MULTILINE_COMMENT - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
START_OTHER_SQL_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
START_SHELL_CALL - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
START_SINGLELINE_COMMENT - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
START_VAR - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
StatementCollection() - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
staticFlag - Static variable in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
staticMethodWithArgs(String) - Static method in class net.sourceforge.sqlunit.test.TestingMethodsGenerator
An example of a static method with arguments.
staticMethodWithoutArgs() - Static method in class net.sourceforge.sqlunit.test.TestingMethodsGenerator
An example of a static method without arguments.
StringType - Class in net.sourceforge.sqlunit.types
Models a String type.
StringType() - Constructor for class net.sourceforge.sqlunit.types.StringType
 
stripCRLF(String) - Static method in class net.sourceforge.sqlunit.utils.XMLUtils
Replaces all occurences of CRLF, CR and LF with a single space and returns the trimmed result string.
StructBean - Class in net.sourceforge.sqlunit.beans
Models a struct element.
StructBean() - Constructor for class net.sourceforge.sqlunit.beans.StructBean
No-param constructor.
StructBean(Object) - Constructor for class net.sourceforge.sqlunit.beans.StructBean
Creates a struct and contained field objects by reading parameter as a JavaBean.
StructHandler - Class in net.sourceforge.sqlunit.handlers
Handles a struct element.
StructHandler() - Constructor for class net.sourceforge.sqlunit.handlers.StructHandler
 
SubDefHandler - Class in net.sourceforge.sqlunit.handlers
The SubDefHandler processes a JDOM Element representing a subroutine definition.
SubDefHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SubDefHandler
 
SubHandler - Class in net.sourceforge.sqlunit.handlers
The SubHandler is called from within the sub tag.
SubHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SubHandler
 
SubParam - Class in net.sourceforge.sqlunit.beans
The SubParam bean models a subparam element.
SubParam() - Constructor for class net.sourceforge.sqlunit.beans.SubParam
Default constructor.
SubParamHandler - Class in net.sourceforge.sqlunit.handlers
The SubParamHandler takes the JDOM Element representing a subparam tag and converts it to a SubParam object.
SubParamHandler() - Constructor for class net.sourceforge.sqlunit.handlers.SubParamHandler
 
SubRoutine - Class in net.sourceforge.sqlunit.beans
The SubRoutine bean represents a partially defined stored procedure or SQL call which can be called later by specifying missing parameters or overriding them with new values.
SubRoutine() - Constructor for class net.sourceforge.sqlunit.beans.SubRoutine
Constructs an empty Subroutine bean.
Substitute() - Method in class net.sourceforge.sqlunit.parsers.SymbolParser
 
subtractRunCount() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Subtracts the number of accumulated tests performed.
suite() - Static method in class net.sourceforge.sqlunit.SQLUnit
Returns the TestSuite object to run.
suite() - Static method in class net.sourceforge.sqlunit.test.ClassLoaderTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.ContextTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.EmbeddedCallTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.LOBLoader
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.MD5DigestionTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.ReconnectOnFailureTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.SortingTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.SQLUnitTestSuite
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.SymbolParserTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.TypesTest
Boilerplate suite() method.
suite() - Static method in class net.sourceforge.sqlunit.test.VendorNameTest
Boilerplate suite() method.
SUITE_FAILURE_EXCEPTION - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
SUITE_FAILURE_EXCEPTION.
superHeroesSortedByAlias(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Same as superHeroesSortedNaturally() but rows are returned sorted by alias.
superHeroesSortedByAliasAndName(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Same as superHeroesSortedNaturally() but rows are returned sorted by last name (lname).
superHeroesSortedByAliasDesc(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Same as superHeroesSortedNaturally() but rows are returned sorted descending by alias.
superHeroesSortedNaturally(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a resultset which is sorted "naturally", ie by ascending order of columns as they appear in the resultset.
SwitchTo(int) - Method in class net.sourceforge.sqlunit.parsers.IncludeFileParserTokenManager
 
SwitchTo(int) - Method in class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
SymbolParser - Class in net.sourceforge.sqlunit.parsers
Contains specifications and grammar for parsing Strings and replacing embedded ant-style variables with values from the SymbolTable.
SymbolParser(InputStream) - Constructor for class net.sourceforge.sqlunit.parsers.SymbolParser
 
SymbolParser(Reader) - Constructor for class net.sourceforge.sqlunit.parsers.SymbolParser
 
SymbolParser(SymbolParserTokenManager) - Constructor for class net.sourceforge.sqlunit.parsers.SymbolParser
 
SymbolParserConstants - Interface in net.sourceforge.sqlunit.parsers
 
SymbolParserTest - Class in net.sourceforge.sqlunit.test
Runs some tests of the Symbol Parser.
SymbolParserTest(String) - Constructor for class net.sourceforge.sqlunit.test.SymbolParserTest
Boilerplate constructor.
SymbolParserTokenManager - Class in net.sourceforge.sqlunit.parsers
 
SymbolParserTokenManager(SimpleCharStream) - Constructor for class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
SymbolParserTokenManager(SimpleCharStream, int) - Constructor for class net.sourceforge.sqlunit.parsers.SymbolParserTokenManager
 
SymbolTable - Class in net.sourceforge.sqlunit
Models a HashMap as a symbol table to store temporary variables and their values that are needed for a SQLUnit test case.
SyspropertyElement - Class in net.sourceforge.sqlunit.ant
Sample placeholder for key-value pairs that will be set as System properties.
SyspropertyElement() - Constructor for class net.sourceforge.sqlunit.ant.SyspropertyElement
 

T

tearDown() - Method in interface net.sourceforge.sqlunit.IReporter
Called before the tear down section is run
tearDown() - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called before the tear down section is run
tearDown() - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
tearDown() - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called before tearDown is executed.
tearDown() - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called before the tear down section is run
TeardownHandler - Class in net.sourceforge.sqlunit.handlers
The TeardownHandler class handles the instructions in the teardown tag of the XML input file.
TeardownHandler() - Constructor for class net.sourceforge.sqlunit.handlers.TeardownHandler
 
tempFile(int, String, String) - Method in interface net.sourceforge.sqlunit.IReporter
Called when a test has failed and a temporary file is left containing data.
tempFile(int, String, String) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called when a test has failed and a temporary file is left containing data.
tempFile(int, String, String) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
tempFile(int, String, String) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called when a test has failed and a temporary file is left containing data.
tempFile(int, String, String) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called when a test has failed and a temporary file is left containing data.
terminate() - Method in class net.sourceforge.sqlunit.tools.TestDocsGenerator
Perform cleanup functions up termination
TEST_ELAPSED_TIME - Static variable in class net.sourceforge.sqlunit.SymbolTable
Contains elapsed time for a test in milliseconds
TEST_FAILURE_EXCEPTION - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
TEST_FAILURE_EXCEPTION.
testBeanOpsArrayType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Array operations.
testBeanOpsBigDecimalType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing BigDecimal operations.
testBeanOpsBinaryType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing BinaryType operations.
testBeanOpsBlobType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Blob operations.
testBeanOpsBooleanType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Boolean operations.
testBeanOpsByteArrayType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing ByteArrayType operations.
testBeanOpsByteType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing ByteType operations.
testBeanOpsClobType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Clob operations.
testBeanOpsDateType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Date operations.
testBeanOpsDoubleType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Double operations.
testBeanOpsFloatType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Float operations.
testBeanOpsIntegerType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Integer operations.
testBeanOpsJavaObjectType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing JavaObjectType operations.
testBeanOpsLongType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing LongType operations.
testBeanOpsOracleCursorType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing OracleCursorType operations.
testBeanOpsOtherType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing OtherType operations.
testBeanOpsShortType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing ShortType operations.
testBeanOpsStringType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing StringType operations.
testBeanOpsTextType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing Text type operations.
testBeanOpsTimestampType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing TimestampType operations.
testBeanOpsTimeType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing TimeType operations.
testBeanOpsUnsupportedType() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing that UnsupportedType does throw exceptions.
testCheckAllSupportedTypeNames() - Method in class net.sourceforge.sqlunit.test.TypesTest
Bulk testing all type lookups.
testClassLoadingOverFileUrl() - Method in class net.sourceforge.sqlunit.test.ClassLoaderTest
Provides a use case for loading a Class from a URLClassLoader.
testDigestBinaryFile() - Method in class net.sourceforge.sqlunit.test.MD5DigestionTest
Tests MD5 digestion of a binary file
testDigestJavaObject() - Method in class net.sourceforge.sqlunit.test.MD5DigestionTest
Tests MD5 digestion of a serialized Java object file.
testDigestTextFile() - Method in class net.sourceforge.sqlunit.test.MD5DigestionTest
Tests MD5 digestion of a text filw.
TestDocsGenerator - Class in net.sourceforge.sqlunit.tools
This class converts output XML files generated by SQLUnit using Canoo as the reporter to XHTML which can then be viewed in a browser.
TestDocsGenerator(String, String) - Constructor for class net.sourceforge.sqlunit.tools.TestDocsGenerator
Constructor for GenerateTestInfo.
testEmptyIncludeFile() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Testing the parser against an empty file.
testExecuteProcConversion() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Test the EXEC PROCEDURE conversion to JDBC CALL.
TESTFILE_CANT_READ - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
TESTFILE_CANT_READ.
TESTFILE_NOT_FOUND - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
TESTFILE_NOT_FOUND.
testFileComplete(boolean) - Method in interface net.sourceforge.sqlunit.IReporter
Called when the test file has been completed.
testFileComplete(boolean) - Method in class net.sourceforge.sqlunit.reporters.CanooWebTestReporter
Called when the test file has been completed.
testFileComplete(boolean) - Method in class net.sourceforge.sqlunit.reporters.EmptyReporter
 
testFileComplete(boolean) - Method in class net.sourceforge.sqlunit.reporters.ReporterList
Called when a test file is completed (when all tests in it are executed(.
testFileComplete(boolean) - Method in class net.sourceforge.sqlunit.reporters.TextReporter
Called when the test file has been completed.
testFullSubstitution() - Method in class net.sourceforge.sqlunit.test.SymbolParserTest
Testing full substitution.
testGetConnectionWithSQLUnitDriverManager() - Method in class net.sourceforge.sqlunit.test.ClassLoaderTest
Provides a use case for loading the driver from a JAR file which is not in the classpath and whose location is specified.
testGetInstanceOfAllSupportedTypeNamesById() - Method in class net.sourceforge.sqlunit.test.TypesTest
Bulk testing all type lookups by id.
testGetInstanceOfMySqlLongVarchar() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing type override lookup.
testGetInstanceOfNumeric() - Method in class net.sourceforge.sqlunit.test.TypesTest
Testing basic type lookup.
TestHandler - Class in net.sourceforge.sqlunit.handlers
The TestHandler class is responsible for executing a single test specified by the contents of the test tag in the input XML file.
TestHandler() - Constructor for class net.sourceforge.sqlunit.handlers.TestHandler
 
TestingMethodsGenerator - Class in net.sourceforge.sqlunit.test
This class provides dummy methods of various kinds to test the MethodInvokerHandler and DynamicSqlHandler functionality.
TestingMethodsGenerator() - Constructor for class net.sourceforge.sqlunit.test.TestingMethodsGenerator
Default ctor.
TestingMethodsGenerator(String) - Constructor for class net.sourceforge.sqlunit.test.TestingMethodsGenerator
Non-default ctor that takes a single String argument.
testMain() - Method in class net.sourceforge.sqlunit.test.LOBLoader
A little misleading, since we are too lazy to build a real ant target for this action.
testMockJndiLookup() - Method in class net.sourceforge.sqlunit.test.ContextTest
Test to see if we get a valid Connection using a mock JNDI lookup.
testMultilineComment() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Runs a test case from Satish Chitnis about multi-line comments on top of a stored procedure call.
testParseAsaFiles() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Parses the SQL files in the test/asa directory to ensure that they all parse correctly.
testPartialSubstitution() - Method in class net.sourceforge.sqlunit.test.SymbolParserTest
Testing partial substitution.
testPartialSubstitutionException() - Method in class net.sourceforge.sqlunit.test.SymbolParserTest
Testing full substitution when some variables are not supplied.
testReconnectOnFail() - Method in class net.sourceforge.sqlunit.test.ReconnectOnFailureTest
Simulates an exception situation in one of the tests and checks to see if the connection is re-established.
testSingleLineInIncludedFile() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Test with single SQL string with trailing semicolon delimiter.
testSortByAuthorCharacterDesc() - Method in class net.sourceforge.sqlunit.test.SortingTest
Testing the descending sort.
testSortByIdAndAuthorName() - Method in class net.sourceforge.sqlunit.test.SortingTest
Sorting with two columns.
testSortByVice() - Method in class net.sourceforge.sqlunit.test.SortingTest
Sorting with single column.
testSortByViceAuthorCharacter() - Method in class net.sourceforge.sqlunit.test.SortingTest
Sorting with three columns.
testSQLUnitWithCanooReporter() - Method in class net.sourceforge.sqlunit.test.EmbeddedCallTest
Simulates calling SQLUnit with CanooWebTestReporter.
testSQLUnitWithTextReporter() - Method in class net.sourceforge.sqlunit.test.EmbeddedCallTest
Simulates calling SQLUnit with a text reporter.
testWhatItLooksLike() - Method in class net.sourceforge.sqlunit.test.VendorNameTest
Checking to see what the product name is for MockDatabase.
testWithEmbeddedBlankLines() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Test with embedded blanks between each command.
testWithGoDelimiter() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Testing the parser against all statements, with "go" delimiter.
testWithLeadingSemicolonDelimiter() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Testing the parser against all statements, with leading ; delimiter.
testWithOracleFile() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Test with an externally supplied file containing Oracle PL/SQL.
testWithSlashDelimiter() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Testing the parser against all statements, with / delimiter.
testWithSybaseFile() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Test with an externally supplied file containing Sybase T-SQL.
testWithTrailingSemicolonDelimiter() - Method in class net.sourceforge.sqlunit.test.IncludeFileParserTest
Testing the parser against all statements, with trailing ; delimiter.
testWrapper() - Method in class net.sourceforge.sqlunit.SQLUnit
The main testing class which dynamically processes the input XML file.
TextReporter - Class in net.sourceforge.sqlunit.reporters
SQLUnit reporter that writes its text to standard output.
TextReporter(String) - Constructor for class net.sourceforge.sqlunit.reporters.TextReporter
Constructs a new TextReporter.
TextType - Class in net.sourceforge.sqlunit.types
Models long character text (TEXT).
TextType() - Constructor for class net.sourceforge.sqlunit.types.TextType
 
ThreadHandlerAdapter - Class in net.sourceforge.sqlunit
The ThreadHandlerAdapter class allows the running of a Handler class within a Thread.
ThreadHandlerAdapter(Element) - Constructor for class net.sourceforge.sqlunit.ThreadHandlerAdapter
Constructor using an SQLUnit Element.
ThreadIdentifier - Class in net.sourceforge.sqlunit
Assigns and returns an identifier for a thread.
TimestampType - Class in net.sourceforge.sqlunit.types
Models a TIMESTAMP type.
TimestampType() - Constructor for class net.sourceforge.sqlunit.types.TimestampType
 
TimeType - Class in net.sourceforge.sqlunit.types
Models a TIME type.
TimeType() - Constructor for class net.sourceforge.sqlunit.types.TimeType
 
toElement() - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Returns the BatchDatabaseResult object as a JDOM Element.
toElement() - Method in class net.sourceforge.sqlunit.beans.Col
Returns a JDOM element that represents this Col object.
toElement() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns the DatabaseResult object as a JDOM Element.
toElement() - Method in class net.sourceforge.sqlunit.beans.ExceptionBean
Returns a JDOM Element representing the Exception bean.
toElement() - Method in class net.sourceforge.sqlunit.beans.FieldBean
Returns a JDOM Element representing this Field object.
toElement() - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns a JDOM Element representing this bean.
toElement() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Returns a JDOM Element representing this ResultSet object.
toElement() - Method in class net.sourceforge.sqlunit.beans.Row
Returns a JDOM element that represents this Col object.
toElement() - Method in class net.sourceforge.sqlunit.beans.StructBean
Returns a JDOM Element representing this Struct object.
token - Variable in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
token - Variable in class net.sourceforge.sqlunit.parsers.SymbolParser
 
Token - Class in net.sourceforge.sqlunit.parsers
Describes the input token stream.
Token() - Constructor for class net.sourceforge.sqlunit.parsers.Token
 
token_source - Variable in class net.sourceforge.sqlunit.parsers.IncludeFileParser
 
token_source - Variable in class net.sourceforge.sqlunit.parsers.SymbolParser
 
tokenImage - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
tokenImage - Variable in exception net.sourceforge.sqlunit.parsers.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
TokenMgrError - Error in net.sourceforge.sqlunit.parsers
 
TokenMgrError() - Constructor for error net.sourceforge.sqlunit.parsers.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error net.sourceforge.sqlunit.parsers.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error net.sourceforge.sqlunit.parsers.TokenMgrError
 
toObject(String) - Method in interface net.sourceforge.sqlunit.IType
Parses a String representation of an IType to the corresponding object value.
toObject(String) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Converts a String representation of the Object to the Object itself.
ToolUtils - Class in net.sourceforge.sqlunit.tools
Provides methods for common functionality used by the tools.
toSeverity(String) - Static method in class net.sourceforge.sqlunit.beans.Severity
Create a Severity object from its level name.
toSeverity(String, Severity) - Static method in class net.sourceforge.sqlunit.beans.Severity
Create a Severity object from its level name.
toString() - Method in class net.sourceforge.sqlunit.beans.BatchDatabaseResult
Returns the String representation of the BatchDatabaseResult object by converting it from its internal format to a JDOM Element.
toString() - Method in class net.sourceforge.sqlunit.beans.Col
Returns a compact String representation of the Col object.
toString() - Method in class net.sourceforge.sqlunit.beans.DatabaseResult
Returns a String representation of the DatabaseResult object.
toString() - Method in class net.sourceforge.sqlunit.beans.FieldBean
Returns the string representation of this object.
toString() - Method in class net.sourceforge.sqlunit.beans.OutParam
Returns the string representation of this object.
toString() - Method in class net.sourceforge.sqlunit.beans.ResultSetBean
Useful method for debugging.
toString() - Method in class net.sourceforge.sqlunit.beans.Row
Returns the string representation of the Row bean.
toString() - Method in class net.sourceforge.sqlunit.beans.Severity
Returns the String representation of this severity object.
toString() - Method in class net.sourceforge.sqlunit.beans.StructBean
Returns the string representation of this object.
toString(Object) - Method in interface net.sourceforge.sqlunit.IType
Formats an implementation of the IType interface to its corresponding String value.
toString() - Method in class net.sourceforge.sqlunit.parsers.Token
Returns the image.
toString() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Returns a String representation of this object.
toString() - Method in class net.sourceforge.sqlunit.test.Dictionary
Render this object with its values as a String.
toString(Object) - Method in class net.sourceforge.sqlunit.types.UnsupportedType
Converts the Object to its String representation.
toXMLString(Element) - Static method in class net.sourceforge.sqlunit.utils.XMLUtils
Converts the Element to a formatted XML String.
TRAILING_DELIMITER - Static variable in interface net.sourceforge.sqlunit.parsers.IncludeFileParserConstants
 
TransformTool - Class in net.sourceforge.sqlunit.tools
The TransformTool is a XSL Transformer that converts XML files containing some or all of the information required to build a SQLUnit test file using a provided XSL stylesheet.
TransformTool() - Constructor for class net.sourceforge.sqlunit.tools.TransformTool
 
TUITool - Class in net.sourceforge.sqlunit.tools
The TUITool is a text based program that generates the SQLUnit test element by actually running the stored procedure against the database.
TUITool() - Constructor for class net.sourceforge.sqlunit.tools.TUITool
Builds an instance of the TUITool.
TUITool(String) - Constructor for class net.sourceforge.sqlunit.tools.TUITool
Builds an instance of the TUITool and populates it with the contents of the rcfile Java properties file.
TypeDef - Class in net.sourceforge.sqlunit.beans
Models a typedef element, child of a typemap element.
TypeDef() - Constructor for class net.sourceforge.sqlunit.beans.TypeDef
 
TypeDefHandler - Class in net.sourceforge.sqlunit.handlers
Handles a typedef element, child of a typemap element.
TypeDefHandler() - Constructor for class net.sourceforge.sqlunit.handlers.TypeDefHandler
 
TypeFactory - Class in net.sourceforge.sqlunit
Factory for generating concrete implementations of IType.
TypelessMatcher - Class in net.sourceforge.sqlunit.matchers
The TypelessMatcher matches column values only from two different SQL or stored procedure calls.
TypelessMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.TypelessMatcher
Default constructor as per contract with IMatcher.
TypelessPercentageMatcher - Class in net.sourceforge.sqlunit.matchers
The TypelessPercentageMatcher matches columns which may differ by a specified percentage.
TypelessPercentageMatcher() - Constructor for class net.sourceforge.sqlunit.matchers.TypelessPercentageMatcher
Default constructor.
TypeMap - Class in net.sourceforge.sqlunit.utils
A specialized HashMap to lookup values in a server specific manner.
TypeMap() - Constructor for class net.sourceforge.sqlunit.utils.TypeMap
 
TypeMapHandler - Class in net.sourceforge.sqlunit.handlers
Handles a typemap element, child of a typemap element.
TypeMapHandler() - Constructor for class net.sourceforge.sqlunit.handlers.TypeMapHandler
 
TypeMapper - Class in net.sourceforge.sqlunit
Reads in the type resource files and provides methods to look up type class names using various keys.
TypesTest - Class in net.sourceforge.sqlunit.test
Tests for the new flexible data typing system.
TypesTest(String) - Constructor for class net.sourceforge.sqlunit.test.TypesTest
Boilerplate constructor.
TypeUtils - Class in net.sourceforge.sqlunit.utils
Provides commonly used functionality to convert between SQL, Java and XML data type names.

U

UNDEFINED_PARAM - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
UNDEFINED_PARAM.
UNDEFINED_SYMBOL - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
UNDEFINED_SYMBOL.
UNDEFINED_TYPE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
UNDEFINED_TYPE.
UNSUPPORTED_DATATYPE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
UNSUPPORTED_DATATYPE.
UNSUPPORTED_DATATYPE_FORMAT - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
UNSUPPORTED_DATATYPE_FORMAT.
UNSUPPORTED_DATATYPE_PARSE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
UNSUPPORTED_DATATYPE_PARSE.
UnsupportedType - Class in net.sourceforge.sqlunit.types
Defines behavior for a type which is not supported by SQLUnit.
UnsupportedType() - Constructor for class net.sourceforge.sqlunit.types.UnsupportedType
Default constructor.
update(DatabaseResult, DatabaseResult) - Static method in class net.sourceforge.sqlunit.SymbolTable
Scans the source DatabaseResult and the symbol table and updates the target DatabaseResult object in place.
updateCount1(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a update count of 1.
updateCount2(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a update count of 2.
updateCountExecuteFailed(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns an update count of Statement.EXECUTE_FAILED.
UpdateLineColumn(char) - Method in class net.sourceforge.sqlunit.parsers.SimpleCharStream
 
updateParam(String, String) - Method in class net.sourceforge.sqlunit.beans.SubRoutine
Convenience method to update the value of a param object.
USAGE - Static variable in interface net.sourceforge.sqlunit.IErrorCodes
Usage string.

V

VAR_CHAR - Static variable in interface net.sourceforge.sqlunit.parsers.SymbolParserConstants
 
VarSetter - Class in net.sourceforge.sqlunit.test.mock
Simple class whose method is called from the set tag.
VendorNameTest - Class in net.sourceforge.sqlunit.test
Tests for vendor name.
VendorNameTest(String) - Constructor for class net.sourceforge.sqlunit.test.VendorNameTest
Boilerplate constructor.
voidReturnAndNoResultSet(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns no return code and no resultset.

W

WARN - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
WARN_INT - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
WARN_STR - Static variable in class net.sourceforge.sqlunit.beans.Severity
 
wasSuccessful() - Method in class net.sourceforge.sqlunit.SQLUnitResult
Returns true if the test was successful, false otherwise.
writeTempFile(byte[]) - Static method in class net.sourceforge.sqlunit.utils.DigestUtils
Writes the bytes into a temporary file and adds the mapping of the the location where it was written to the actual file name in the SymbolTable.
writeTo(String) - Method in class net.sourceforge.sqlunit.test.Dictionary
Convenience method to write to a named file.

X

xmlResultSet(Integer) - Method in class net.sourceforge.sqlunit.test.mock.SQLUnitMockDatabase
Returns a canned XML string from an included file.
XMLUtils - Class in net.sourceforge.sqlunit.utils
Provides commonly used functionality for methods which have to deal with JDOM elements.
XSqlunitTask - Class in net.sourceforge.sqlunit.ant
Extended SQLUnit task.
XSqlunitTask() - Constructor for class net.sourceforge.sqlunit.ant.XSqlunitTask
Constructs a new XSQLUnit task.

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