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

A

absolute(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
AcceptanceTests - class jstorm.acceptance.AcceptanceTests.
 
AcceptanceTests(String) - Constructor for class jstorm.acceptance.AcceptanceTests
AcceptanceTests constructor comment.
addAttribute(Attribute) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
addAttribute(String, String, Class) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
addAttribute(String, String, Class, boolean) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
addBatch() - Method in class jstorm.mapping.PreparedStatementDecorator
 
addBatch() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Adds a set of parameters to the batch.
addBatch(String) - Method in class jstorm.mapping.PreparedStatementDecorator
 
addBatch(String) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Adds a SQL command to the current batch of commmands for the statement.
addReturnObject(StorableObject) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
addReturnObjects(Vector) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
addRow(Hashtable) - Method in class jstorm.test.database.DummyResultSet
 
afterLast() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
aggregate(Object, Object) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
AggregationTest - class jstorm.acceptance.AggregationTest.
 
AggregationTest(String) - Constructor for class jstorm.acceptance.AggregationTest
 
AllTests - class jstorm.mapping.AllTests.
 
AllTests(String) - Constructor for class jstorm.mapping.AllTests
AcceptanceTests constructor comment.
appendCommaSeparatedAttributes(Iterator, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
appendInsertAttribute(Attribute, Mapping, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
appendInsertAttributes(Iterator, Mapping, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
appendSelectAttribute(Attribute, Mapping, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
appendSelectAttributes(Iterator, Mapping, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
appendUpdateAttribute(Attribute, Mapping, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
appendUpdateAttributes(Iterator, Mapping, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
appendWhereClause(Iterator, StringBuffer) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
Attribute - class jstorm.mapping.Attribute.
Insert the type's description here.
Attribute() - Constructor for class jstorm.mapping.Attribute
Attribute constructor comment.
Attribute(String, String, Class) - Constructor for class jstorm.mapping.Attribute
Attribute constructor comment.
Attribute(String, String, Class, boolean) - Constructor for class jstorm.mapping.Attribute
Attribute constructor comment.

B

BaseAcceptanceTest - class jstorm.acceptance.BaseAcceptanceTest.
 
BaseAcceptanceTest(String) - Constructor for class jstorm.acceptance.BaseAcceptanceTest
 
beforeFirst() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
bundle - Static variable in class jstorm.util.PropertyLoader
 

C

cancel() - Method in class jstorm.mapping.PreparedStatementDecorator
 
cancel() - Method in class jstorm.test.database.DummyPreparedStatement
Cancels this Statement object if both the DBMS and driver support aborting an SQL statement.
cancelRowUpdates() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Cancels the updates made to a row.
checkIsFirstObject(TestObject) - Method in class jstorm.acceptance.BaseAcceptanceTest
 
checkIsSecondObject(TestObject) - Method in class jstorm.acceptance.BaseAcceptanceTest
 
clearBatch() - Method in class jstorm.mapping.PreparedStatementDecorator
 
clearBatch() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Makes the set of commands in the current batch empty.
clearParameters() - Method in class jstorm.mapping.PreparedStatementDecorator
 
clearParameters() - Method in class jstorm.test.database.DummyPreparedStatement
Clears the current parameter values immediately.
clearWarnings() - Method in class jstorm.mapping.PreparedStatementDecorator
 
clearWarnings() - Method in class jstorm.test.database.DummyPreparedStatement
Clears all the warnings reported on this Statement object.
clearWarnings() - Method in class jstorm.test.database.DummyResultSet
After this call getWarnings returns null until a new warning is reported for this ResultSet.
clearWarnings() - Method in class jstorm.test.database.DummyConnection
Clears all warnings reported for this Connection object.
close() - Method in class jstorm.mapping.PreparedStatementDecorator
 
close() - Method in class jstorm.test.database.DummyPreparedStatement
Releases this Statement object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class jstorm.test.database.DummyResultSet
Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
close() - Method in class jstorm.test.database.DummyConnection
Releases a Connection's database and JDBC resources immediately instead of waiting for them to be automatically released.
commit() - Method in class jstorm.test.database.DummyConnection
Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the Connection.
compareSqlDates(Timestamp, Timestamp) - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
CompositeKeyTest - class jstorm.acceptance.CompositeKeyTest.
 
CompositeKeyTest(String) - Constructor for class jstorm.acceptance.CompositeKeyTest
 
CONCURRENCY_COLUMN - Static variable in class jstorm.mapping.ConcurrencyObject
 
ConcurrencyException - exception jstorm.mapping.ConcurrencyException.
Insert the type's description here.
ConcurrencyException() - Constructor for class jstorm.mapping.ConcurrencyException
ConcurrencyException constructor comment.
ConcurrencyException(String) - Constructor for class jstorm.mapping.ConcurrencyException
ConcurrencyException constructor comment.
ConcurrencyObject - class jstorm.mapping.ConcurrencyObject.
Insert the type's description here.
ConcurrencyObject() - Constructor for class jstorm.mapping.ConcurrencyObject
ConcurrencyObject constructor comment.
ConcurrencyTest - class jstorm.acceptance.ConcurrencyTest.
 
ConcurrencyTest(String) - Constructor for class jstorm.acceptance.ConcurrencyTest
 
createStatement() - Method in class jstorm.test.database.DummyConnection
Creates a Statement object for sending SQL statements to the database.
createStatement(int, int) - Method in class jstorm.test.database.DummyConnection
JDBC 2.0 Creates a Statement object that will generate ResultSet objects with the given type and concurrency.

D

DatabaseException - exception jstorm.mapping.DatabaseException.
Insert the type's description here.
DatabaseException() - Constructor for class jstorm.mapping.DatabaseException
DatabaseException constructor comment.
DatabaseException(String) - Constructor for class jstorm.mapping.DatabaseException
DatabaseException constructor comment.
DatabaseFactory - class jstorm.factory.DatabaseFactory.
 
DateParameter - class jstorm.mapping.parameters.DateParameter.
 
DateParameter() - Constructor for class jstorm.mapping.parameters.DateParameter
 
delete() - Method in class jstorm.mapping.StorableObject
Insert the method's description here.
deleteRow() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Deletes the current row from the result set and the underlying database.
DeleteTest - class jstorm.acceptance.DeleteTest.
 
DeleteTest(String) - Constructor for class jstorm.acceptance.DeleteTest
 
doAggregateSelect(Mapping, Mapping, String, String) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doAggregateSelect(Mapping, Mapping, String, String) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doAggregateSelect(Mapping, Mapping, String, String) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doAggregateSelect(Mapping, Mapping, String, String, String) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doAggregateSelect(Mapping, Mapping, String, String, String) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doAggregateSelect(Mapping, Mapping, String, String, String) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doDelete(Object, Mapping) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doDelete(StorableObject) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doDelete(StorableObject) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doDelete(StorableObject) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doInsert(Object, Mapping) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doInsert(StorableObject) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doInsert(StorableObject) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doInsert(StorableObject) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doSelect(Mapping) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doSelect(Mapping) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doSelect(Mapping) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doSelect(Mapping, String) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doSelect(Mapping, String) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doSelect(Mapping, String) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doSelect(StorableObject) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doSelect(StorableObject) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doSelect(StorableObject) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
DoubleParameter - class jstorm.mapping.parameters.DoubleParameter.
 
DoubleParameter() - Constructor for class jstorm.mapping.parameters.DoubleParameter
 
doUpdate(Object, Mapping) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
doUpdate(StorableObject) - Method in interface jstorm.factory.IDatabase
Insert the method's description here.
doUpdate(StorableObject) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
doUpdate(StorableObject) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
DummyConnection - class jstorm.test.database.DummyConnection.
Insert the type's description here.
DummyConnection() - Constructor for class jstorm.test.database.DummyConnection
DummyConnection constructor comment.
DummyDatabaseFactory - class jstorm.factory.DummyDatabaseFactory.
Insert the type's description here.
DummyDatabaseFactory() - Constructor for class jstorm.factory.DummyDatabaseFactory
DummyDatabaseService constructor comment.
DummyPreparedStatement - class jstorm.test.database.DummyPreparedStatement.
 
DummyPreparedStatement() - Constructor for class jstorm.test.database.DummyPreparedStatement
DummyCallableStatement constructor comment.
DummyResultSet - class jstorm.test.database.DummyResultSet.
Insert the type's description here.
DummyResultSet() - Constructor for class jstorm.test.database.DummyResultSet
DummyResultSet constructor comment.

E

equals(Object) - Method in class jstorm.mapping.Attribute
Insert the method's description here.
execute() - Method in class jstorm.mapping.PreparedStatementDecorator
 
execute() - Method in class jstorm.test.database.DummyPreparedStatement
Executes any kind of SQL statement.
execute(String) - Method in class jstorm.mapping.PreparedStatementDecorator
 
execute(String) - Method in class jstorm.test.database.DummyPreparedStatement
Executes a SQL statement that may return multiple results.
executeBatch() - Method in class jstorm.mapping.PreparedStatementDecorator
 
executeBatch() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Submits a batch of commands to the database for execution.
executeQuery() - Method in class jstorm.mapping.PreparedStatementDecorator
 
executeQuery() - Method in class jstorm.test.database.DummyPreparedStatement
Executes the SQL query in this PreparedStatement object and returns the result set generated by the query.
executeQuery(String) - Method in class jstorm.mapping.PreparedStatementDecorator
 
executeQuery(String) - Method in class jstorm.test.database.DummyPreparedStatement
Executes a SQL statement that returns a single ResultSet.
executeUpdate() - Method in class jstorm.mapping.PreparedStatementDecorator
 
executeUpdate() - Method in class jstorm.test.database.DummyPreparedStatement
Executes the SQL INSERT, UPDATE or DELETE statement in this PreparedStatement object.
executeUpdate(PreparedStatement, Mapping) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
executeUpdate(String) - Method in class jstorm.mapping.PreparedStatementDecorator
 
executeUpdate(String) - Method in class jstorm.test.database.DummyPreparedStatement
Executes an SQL INSERT, UPDATE or DELETE statement.

F

findColumn(String) - Method in class jstorm.test.database.DummyResultSet
Maps the given Resultset column name to its ResultSet column index.
first() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
FloatParameter - class jstorm.mapping.parameters.FloatParameter.
 
FloatParameter() - Constructor for class jstorm.mapping.parameters.FloatParameter
 

G

generateOldConcurrencyStamp() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
getAggregateAttribute() - Method in class jstorm.test.TestAggregateObject
Insert the method's description here.
getAggregateTableId() - Method in class jstorm.test.TestAggregateObject
Insert the method's description here.
getArray(int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gets the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets an SQL ARRAY value from the current row of this ResultSet object.
getArray(String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets an SQL ARRAY value in the current row of this ResultSet object.
getAsciiStream(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a stream of ASCII characters.
getAsciiStream(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a stream of ASCII characters.
getAsName(Mapping, Attribute) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
getAttribute() - Method in class jstorm.test.TestObject
Insert the method's description here.
getAttribute() - Method in class jstorm.test.TestConcurrencyObject
Insert the method's description here.
getAttribute1() - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
getAttribute1() - Method in class jstorm.test.TestObject
Insert the method's description here.
getAttribute2() - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
getAttribute2() - Method in class jstorm.test.TestObject
Insert the method's description here.
getAttributes() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getAttributesAsArray() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getAutoCommit() - Method in class jstorm.test.database.DummyConnection
Gets the current auto-commit state.
getBigDecimal(int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gets the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBigDecimal(String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.math.BigDecimal object with full precision.
getBinaryStream(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a stream of uninterpreted bytes.
getBlob(int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gets the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBlob(String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
getBoolean(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java boolean.
getBoolean(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java boolean.
getBooleanProperty(String, boolean) - Static method in class jstorm.util.PropertyLoader
Converts the String value into a boolean type.
getByte(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getByte(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java byte.
getByte(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java byte.
getBytes(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC BINARY or VARBINARY parameter as an array of byte vlaures in the Java programming language.
getBytes(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java byte array.
getBytes(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java byte array.
getCatalog() - Method in class jstorm.test.database.DummyConnection
Returns the Connection's current catalog name.
getCharacterStream(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
getCharacterStream(String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
getClassProperty(String, Class) - Static method in class jstorm.util.PropertyLoader
Converts the String value into a Class using Class.forName().
getClob(int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gets the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getClob(String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets a CLOB value in the current row of this ResultSet object.
getColumn() - Method in class jstorm.mapping.Attribute
Insert the method's description here.
getConcurrency() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Returns the concurrency mode of this result set.
getConcurrencyStamp() - Method in class jstorm.mapping.ConcurrencyObject
Insert the method's description here.
getConnection() - Method in class jstorm.factory.MySqlDatabaseFactory
 
getConnection() - Method in class jstorm.factory.DummyDatabaseFactory
Insert the method's description here.
getConnection() - Method in interface jstorm.factory.IConnectionFactory
 
getConnection() - Static method in class jstorm.factory.DatabaseFactory
 
getConnection() - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
getConnection() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getConnection() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Returns the Connection object that produced this Statement object.
getConnectionString() - Method in class jstorm.factory.MySqlDatabaseFactory
 
getConstraintValue(Attribute, Object) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
getCursorName() - Method in class jstorm.test.database.DummyResultSet
Gets the name of the SQL cursor used by this ResultSet.
getDatabase() - Static method in class jstorm.factory.DatabaseFactory
Insert the method's description here.
getDatabase() - Method in class jstorm.acceptance.BaseAcceptanceTest
 
getDate(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(int, Calendar) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(int, Calendar) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets the value of a column in the current row as a java.sql.Date object.
getDate(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDateAttribute() - Method in class jstorm.test.TestObject
Insert the method's description here.
getDeletedObjects() - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
getDeleteSql() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getDeleteSql(Mapping) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
getDouble(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java double.
getDouble(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java double.
getDoubleAttribute() - Method in class jstorm.test.TestObject
Insert the method's description here.
getFetchDirection() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getFetchDirection() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchDirection() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Returns the fetch direction for this result set.
getFetchSize() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getFetchSize() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Retrieves the number of result set rows that is the default fetch size for result sets generated from this Statement object.
getFetchSize() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Returns the fetch size for this result set.
getFloat(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFloat(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java float.
getFloat(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java float.
getFloatAttribute() - Method in class jstorm.test.TestObject
Insert the method's description here.
getFloatProperty(String, float) - Static method in class jstorm.util.PropertyLoader
Convert the string property value into a Float.
getGetter() - Method in class jstorm.mapping.Attribute
Insert the method's description here.
getInsertedObjects() - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
getInsertedValues() - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
getInsertSql() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getInsertSql(Mapping) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
getInstance() - Static method in class jstorm.factory.MySqlDatabaseFactory
 
getInt(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC INTEGER parameter as an int in the Java programming language.
getInt(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java int.
getInt(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java int.
getIntAttribute() - Method in class jstorm.test.TestObject
Insert the method's description here.
getIntProperty(String, int) - Static method in class jstorm.util.PropertyLoader
Convert the string property value into a int.
getKeyAttribute() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getKeyAttributes() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getKeyColumn() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getKeyField() - Method in class jstorm.test.TestObject
Insert the method's description here.
getKeyField() - Method in class jstorm.test.TestConcurrencyObject
Insert the method's description here.
getLong(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLong(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java long.
getLong(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java long.
getLongProperty(String, long) - Static method in class jstorm.util.PropertyLoader
Convert the string property value into a long.
getMapping() - Method in class jstorm.mapping.StorableObject
Insert the method's description here.
getMapping() - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
getMapping() - Method in class jstorm.test.TestObject
Insert the method's description here.
getMapping() - Method in class jstorm.test.TestAggregateObject
 
getMapping() - Method in class jstorm.test.TestConcurrencyObject
Insert the method's description here.
getMaxFieldSize() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getMaxFieldSize() - Method in class jstorm.test.database.DummyPreparedStatement
Returns the maximum number of bytes allowed for any column value.
getMaxRows() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getMaxRows() - Method in class jstorm.test.database.DummyPreparedStatement
Retrieves the maximum number of rows that a ResultSet can contain.
getMetaData() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getMetaData() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gets the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class jstorm.test.database.DummyResultSet
Retrieves the number, types and properties of a ResultSet's columns.
getMetaData() - Method in class jstorm.test.database.DummyConnection
Gets the metadata regarding this connection's database.
getMoreResults() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getMoreResults() - Method in class jstorm.test.database.DummyPreparedStatement
Moves to a Statement's next result.
getName() - Method in class jstorm.mapping.Attribute
Insert the method's description here.
getNewConcurrencyStamp() - Method in class jstorm.mapping.ConcurrencyObject
 
getNextReturnObjects() - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
getNumberOfTestCompositesInDB() - Method in class jstorm.acceptance.CompositeKeyTest
 
getObject(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a parameter as an object in the Java programming language.
getObject(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java object.
getObject(int, Map) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(int, Map) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Returns the value of a column in the current row as a Java object.
getObject(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java object.
getObject(String, Map) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Returns the value in the specified column as a Java object.
getObjectClass() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getParameter() - Method in class jstorm.mapping.parameters.ParameterDecorator
 
getParameterDecorator(Class) - Method in class jstorm.mapping.SqlRunner
 
getPrepareCallSql() - Method in class jstorm.test.database.DummyConnection
Insert the method's description here.
getPreparedStatement() - Method in class jstorm.test.database.DummyConnection
 
getProperty(String) - Static method in class jstorm.util.PropertyLoader
Get a property, returns null if the property is not found.
WARNING: Please use the methods with default values to ensure that a non null value is returned.
getProperty(String, String) - Static method in class jstorm.util.PropertyLoader
Get a string property.
getPropertyNames() - Static method in class jstorm.util.PropertyLoader
Returns an enumeration of all the key values in this ProperyLoader
getQueryTimeout() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getQueryTimeout() - Method in class jstorm.test.database.DummyPreparedStatement
Retrieves the number of seconds the driver will wait for a Statement to execute.
getRef(int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gets the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getRef(String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gets a REF(<structured-type>) column value from the current row.
getResultSet() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getResultSet() - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
getResultSetConcurrency() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getResultSetConcurrency() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Retrieves the result set concurrency.
getResultSetType() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getResultSetType() - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Determine the result set type.
getReturnCount() - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
getRow() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
getSecondKeyField() - Method in class jstorm.test.TestObject
Insert the method's description here.
getSecondTableId() - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
getSecondTableId() - Method in class jstorm.test.TestObject
Insert the method's description here.
getSelectSql() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getSelectSql(Mapping) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
getSelectSql(Mapping, Mapping, String, String) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
getSetter() - Method in class jstorm.mapping.Attribute
Insert the method's description here.
getShort(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getShort(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java short.
getShort(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java short.
getSqlQuery() - Method in class jstorm.test.database.DummyPreparedStatement
 
getStatement() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Returns the Statement that produced this ResultSet object.
getString(int) - Method in class jstorm.test.database.DummyPreparedStatement
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java String.
getString(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a Java String.
getTableId() - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
getTableId() - Method in class jstorm.test.TestObject
Insert the method's description here.
getTableName() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getTestObject() - Method in class jstorm.test.TestAggregateObject
Insert the method's description here.
getTime(int) - Method in class jstorm.test.database.DummyPreparedStatement
Get the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(int, Calendar) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(int, Calendar) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTimestamp(int) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class jstorm.test.database.DummyPreparedStatement
Gets the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(int, Calendar) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class jstorm.test.database.DummyResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTransactionIsolation() - Method in class jstorm.test.database.DummyConnection
Gets this Connection's current transaction isolation level.
getType() - Method in class jstorm.mapping.Attribute
Insert the method's description here.
getType() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Returns the type of this result set.
getTypeMap() - Method in class jstorm.test.database.DummyConnection
JDBC 2.0 Gets the type map object associated with this connection.
getUpdateCount() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getUpdateCount() - Method in class jstorm.test.database.DummyPreparedStatement
Returns the current result as an update count; if the result is a ResultSet or there are no more results, -1 is returned.
getUpdatedObjects() - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
getUpdateSql() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
getUpdateSql(Mapping) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.
getWarnings() - Method in class jstorm.mapping.PreparedStatementDecorator
 
getWarnings() - Method in class jstorm.test.database.DummyPreparedStatement
Retrieves the first warning reported by calls on this Statement.
getWarnings() - Method in class jstorm.test.database.DummyResultSet
The first warning reported by calls on this ResultSet is returned.
getWarnings() - Method in class jstorm.test.database.DummyConnection
Returns the first warning reported by calls on this Connection.
getWhereForConstrainingObject(StorableObject) - Method in class jstorm.mapping.SqlBuilder
Insert the method's description here.

H

hashCode() - Method in class jstorm.mapping.Attribute
Insert the method's description here.

I

IConnectionFactory - interface jstorm.factory.IConnectionFactory.
 
IDatabase - interface jstorm.factory.IDatabase.
Insert the type's description here.
insert() - Method in class jstorm.mapping.StorableObject
Insert the method's description here.
insert() - Method in class jstorm.mapping.ConcurrencyObject
 
insertRow() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Inserts the contents of the insert row into the result set and the database.
InsertTest - class jstorm.acceptance.InsertTest.
 
InsertTest(String) - Constructor for class jstorm.acceptance.InsertTest
 
IntegerParameter - class jstorm.mapping.parameters.IntegerParameter.
 
IntegerParameter() - Constructor for class jstorm.mapping.parameters.IntegerParameter
 
isAfterLast() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
isBeforeFirst() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
isClosed() - Method in class jstorm.test.database.DummyConnection
Tests to see if a Connection is closed.
isCompositeKey() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
isConcurrencyStamp() - Method in class jstorm.mapping.Attribute
Insert the method's description here.
isExecuteQuery() - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
isExecuteUpdate() - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
isFirst() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
isKey() - Method in class jstorm.mapping.Attribute
Insert the method's description here.
isLast() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
isReadOnly() - Method in class jstorm.test.database.DummyConnection
Tests to see if the connection is in read-only mode.
isUseConcurrencyStamp() - Method in class jstorm.mapping.Mapping
Insert the method's description here.

J

jstorm.acceptance - package jstorm.acceptance
 
jstorm.factory - package jstorm.factory
 
jstorm.mapping - package jstorm.mapping
 
jstorm.mapping.parameters - package jstorm.mapping.parameters
 
jstorm.test - package jstorm.test
 
jstorm.test.database - package jstorm.test.database
 
jstorm.util - package jstorm.util
 

L

last() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
LongParameter - class jstorm.mapping.parameters.LongParameter.
 
LongParameter() - Constructor for class jstorm.mapping.parameters.LongParameter
 

M

main(String[]) - Static method in class jstorm.mapping.AllTests
Insert the method's description here.
main(String[]) - Static method in class jstorm.acceptance.AcceptanceTests
Insert the method's description here.
Mapping - class jstorm.mapping.Mapping.
Insert the type's description here.
Mapping() - Constructor for class jstorm.mapping.Mapping
Mapping constructor comment.
MockDatabase - class jstorm.factory.MockDatabase.
Insert the type's description here.
MockDatabase() - Constructor for class jstorm.factory.MockDatabase
MockDatabase constructor comment.
moveToCurrentRow() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Moves the cursor to the insert row.
MySqlDatabaseFactory - class jstorm.factory.MySqlDatabaseFactory.
 

N

nativeSQL(String) - Method in class jstorm.test.database.DummyConnection
Converts the given SQL statement into the system's native SQL grammar.
next() - Method in class jstorm.test.database.DummyResultSet
Moves the cursor down one row from its current position.

P

ParameterDecorator - class jstorm.mapping.parameters.ParameterDecorator.
 
ParameterDecorator() - Constructor for class jstorm.mapping.parameters.ParameterDecorator
 
prepareCall(String) - Method in class jstorm.test.database.DummyConnection
Creates a CallableStatement object for calling database stored procedures.
prepareCall(String, int, int) - Method in class jstorm.test.database.DummyConnection
JDBC 2.0 Creates a CallableStatement object that will generate ResultSet objects with the given type and concurrency.
PreparedStatementDecorator - class jstorm.mapping.PreparedStatementDecorator.
 
PreparedStatementDecorator(PreparedStatement) - Constructor for class jstorm.mapping.PreparedStatementDecorator
 
prepareStatement(String) - Method in class jstorm.test.database.DummyConnection
Creates a PreparedStatement object for sending parameterized SQL statements to the database.
prepareStatement(String, int, int) - Method in class jstorm.test.database.DummyConnection
JDBC 2.0 Creates a PreparedStatement object that will generate ResultSet objects with the given type and concurrency.
previous() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
PropertyLoader - class jstorm.util.PropertyLoader.
Very useful class for loading and accessing application level properties.
PropertyLoader() - Constructor for class jstorm.util.PropertyLoader
 

R

refreshRow() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Refreshes the current row with its most recent value in the database.
registerOutParameter(int, int) - Method in class jstorm.test.database.DummyPreparedStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, int, int) - Method in class jstorm.test.database.DummyPreparedStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, int, String) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Registers the designated output parameter.
relative(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0
reset() - Method in class jstorm.test.database.DummyResultSet
 
returnCount - Variable in class jstorm.test.database.DummyPreparedStatement
 
rollback() - Method in class jstorm.test.database.DummyConnection
Drops all changes made since the previous commit/rollback and releases any database locks currently held by this Connection.
rowDeleted() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Indicates whether a row has been deleted.
rowInserted() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Indicates whether the current row has had an insertion.
rowUpdated() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Indicates whether the current row has been updated.

S

SelectTest - class jstorm.acceptance.SelectTest.
 
SelectTest(String) - Constructor for class jstorm.acceptance.SelectTest
 
setAggregateAttribute(String) - Method in class jstorm.test.TestAggregateObject
Insert the method's description here.
setAggregateTableId(long) - Method in class jstorm.test.TestAggregateObject
Insert the method's description here.
setArray(int, Array) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setArray(int, Array) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets an Array parameter.
setAsciiStream(int, InputStream, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setAsciiStream(int, InputStream, int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAttribute(String) - Method in class jstorm.test.TestObject
Insert the method's description here.
setAttribute(String) - Method in class jstorm.test.TestConcurrencyObject
Insert the method's description here.
setAttribute1(String) - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
setAttribute1(String) - Method in class jstorm.test.TestObject
Insert the method's description here.
setAttribute2(String) - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
setAttribute2(String) - Method in class jstorm.test.TestObject
Insert the method's description here.
setAutoCommit(boolean) - Method in class jstorm.test.database.DummyConnection
Sets this connection's auto-commit mode.
setBigDecimal(int, BigDecimal) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setBigDecimal(int, BigDecimal) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a java.lang.BigDecimal value.
setBinaryStream(int, InputStream, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setBinaryStream(int, InputStream, int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBlob(int, Blob) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setBlob(int, Blob) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets a BLOB parameter.
setBoolean(int, boolean) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setBoolean(int, boolean) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java boolean value.
setByte(int, byte) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setByte(int, byte) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java byte value.
setBytes(int, byte[]) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setBytes(int, byte[]) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java array of bytes.
setCatalog(String) - Method in class jstorm.test.database.DummyConnection
Sets a catalog name in order to select a subspace of this Connection's database in which to work.
setCharacterStream(int, Reader, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setCharacterStream(int, Reader, int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets the designated parameter to the given Reader object, which is the given number of characters long.
setClob(int, Clob) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setClob(int, Clob) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets a CLOB parameter.
setColumn(String) - Method in class jstorm.mapping.Attribute
Insert the method's description here.
setConcurrencyStamp(Timestamp) - Method in class jstorm.mapping.ConcurrencyObject
Insert the method's description here.
setConnection(Connection) - Method in class jstorm.factory.DummyDatabaseFactory
Insert the method's description here.
setConnectionFactory(IConnectionFactory) - Static method in class jstorm.factory.DatabaseFactory
 
setCursorName(String) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setCursorName(String) - Method in class jstorm.test.database.DummyPreparedStatement
Defines the SQL cursor name that will be used by subsequent Statement execute methods.
setDatabase(IDatabase) - Static method in class jstorm.factory.DatabaseFactory
Insert the method's description here.
setDate(int, Date) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setDate(int, Date) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a java.sql.Date value.
setDate(int, Date, Calendar) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setDate(int, Date, Calendar) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Date value, using the given Calendar object.
setDateAttribute(Date) - Method in class jstorm.test.TestObject
Insert the method's description here.
setDouble(int, double) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setDouble(int, double) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java double value.
setDoubleAttribute(double) - Method in class jstorm.test.TestObject
Insert the method's description here.
setEscapeProcessing(boolean) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setEscapeProcessing(boolean) - Method in class jstorm.test.database.DummyPreparedStatement
Sets escape processing on or off.
setExecuteQuery(boolean) - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
setExecuteUpdate(boolean) - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
setFetchDirection(int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setFetchDirection(int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gives the driver a hint as to the direction in which the rows in a result set will be processed.
setFetchDirection(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gives a hint as to the direction in which the rows in this result set will be processed.
setFetchSize(int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setFetchSize(int) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for this result set.
setFloat(int, float) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setFloat(int, float) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java float value.
setFloatAttribute(float) - Method in class jstorm.test.TestObject
Insert the method's description here.
setGetter(Method) - Method in class jstorm.mapping.Attribute
Insert the method's description here.
setGetterOnAttribute(Attribute) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
setInsertedValues(Hashtable) - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
setInt(int, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setInt(int, int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java int value.
setIntAttribute(int) - Method in class jstorm.test.TestObject
Insert the method's description here.
setIsKey(boolean) - Method in class jstorm.mapping.Attribute
Insert the method's description here.
setKeyField(long) - Method in class jstorm.test.TestObject
Insert the method's description here.
setKeyField(long) - Method in class jstorm.test.TestConcurrencyObject
Insert the method's description here.
setKeyValuesOnStatement(Iterator, PreparedStatement, Object, int) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
setLong(int, long) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setLong(int, long) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java long value.
setMaxFieldSize(int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setMaxFieldSize(int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the limit for the maximum number of bytes in a column to the given number of bytes.
setMaxRows(int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setMaxRows(int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the limit for the maximum number of rows that any ResultSet can contain to the given number.
setName(String) - Method in class jstorm.mapping.Attribute
Insert the method's description here.
setNewConcurrencyStamp(Timestamp) - Method in class jstorm.mapping.ConcurrencyObject
 
setNull(int, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setNull(int, int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to SQL NULL.
setNull(int, int, String) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setNull(int, int, String) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setObject(int, Object) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the value of a parameter using an object; use the java.lang equivalent objects for integral values.
setObject(int, Object, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setObject(int, Object, int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setObject(int, Object, int, int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the value of a parameter using an object.
setObjectClass(Class) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.ParameterDecorator
 
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.DoubleParameter
 
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.FloatParameter
 
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.TimestampParameter
 
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.LongParameter
 
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.IntegerParameter
 
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.DateParameter
 
setOnObject(Attribute, String, ResultSet, Object) - Method in class jstorm.mapping.parameters.StringParameter
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.ParameterDecorator
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.DoubleParameter
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.FloatParameter
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.TimestampParameter
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.LongParameter
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.IntegerParameter
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.DateParameter
 
setOnPreparedStatement(int, PreparedStatement) - Method in class jstorm.mapping.parameters.StringParameter
 
setParameter(int, Float) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setParameter(int, Integer) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setParameter(Object) - Method in class jstorm.mapping.parameters.ParameterDecorator
 
setQueryTimeout(int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setQueryTimeout(int) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the number of seconds the driver will wait for a Statement to execute to the given number of seconds.
setReadOnly(boolean) - Method in class jstorm.test.database.DummyConnection
Puts this connection in read-only mode as a hint to enable database optimizations.
setRef(int, Ref) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setRef(int, Ref) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets a REF(<structured-type>) parameter.
setResultSet(DummyResultSet) - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
setResultSet(ResultSet) - Method in class jstorm.test.database.DummyConnection
 
setReturnCount(int) - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
setReturnObject(StorableObject) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
setReturnObjects(Vector) - Method in class jstorm.factory.MockDatabase
Insert the method's description here.
setSecondKeyField(long) - Method in class jstorm.test.TestObject
Insert the method's description here.
setSecondTableId(long) - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
setSecondTableId(long) - Method in class jstorm.test.TestObject
Insert the method's description here.
setSetter(Method) - Method in class jstorm.mapping.Attribute
Insert the method's description here.
setSetterOnAttribute(Attribute) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
setShort(int, short) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setShort(int, short) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java short value.
setSingleValueOnStatement(Attribute, PreparedStatement, Object, int) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
setSqlQuery(String) - Method in class jstorm.test.database.DummyPreparedStatement
Insert the method's description here.
setString(int, String) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setString(int, String) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a Java String value.
setTableId(long) - Method in class jstorm.test.TestCompositeConcurrencyObject
Insert the method's description here.
setTableId(long) - Method in class jstorm.test.TestObject
Insert the method's description here.
setTableName(String) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
setTestObject(TestObject) - Method in class jstorm.test.TestAggregateObject
Insert the method's description here.
setTime(int, Time) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setTime(int, Time) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a java.sql.Time value.
setTime(int, Time, Calendar) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setTime(int, Time, Calendar) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Time value, using the given Calendar object.
setTimestamp(int, Timestamp) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setTimestamp(int, Timestamp) - Method in class jstorm.test.database.DummyPreparedStatement
Sets the designated parameter to a java.sql.Timestamp value.
setTimestamp(int, Timestamp, Calendar) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setTimestamp(int, Timestamp, Calendar) - Method in class jstorm.test.database.DummyPreparedStatement
JDBC 2.0 Sets the designated parameter to a java.sql.Timestamp value, using the given Calendar object.
setTransactionIsolation(int) - Method in class jstorm.test.database.DummyConnection
Attempts to change the transaction isolation level to the one given.
setType(Class) - Method in class jstorm.mapping.Attribute
Insert the method's description here.
setTypeMap(Map) - Method in class jstorm.test.database.DummyConnection
JDBC 2.0 Installs the given type map as the type map for this connection.
setUnicodeStream(int, InputStream, int) - Method in class jstorm.mapping.PreparedStatementDecorator
 
setUp() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
setUp() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
setUp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
setUp() - Method in class jstorm.acceptance.UpdateTest
 
setUp() - Method in class jstorm.acceptance.AggregationTest
 
setUp() - Method in class jstorm.acceptance.DeleteTest
 
setUp() - Method in class jstorm.acceptance.SelectTest
 
setUp() - Method in class jstorm.acceptance.InsertTest
 
setUp() - Method in class jstorm.acceptance.CompositeKeyTest
 
setUp() - Method in class jstorm.acceptance.ConcurrencyTest
 
setupParameterDecorator() - Method in class jstorm.mapping.SqlRunner
 
setUseConcurrencyStamp(boolean) - Method in class jstorm.mapping.Mapping
Insert the method's description here.
setValuesOnObject(Iterator, Mapping, ResultSet, Object) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
setValuesOnStatement(Mapping, PreparedStatement, Object) - Method in class jstorm.mapping.SqlRunner
Insert the method's description here.
size() - Method in class jstorm.mapping.Mapping
Insert the method's description here.
SqlBuilder - class jstorm.mapping.SqlBuilder.
Insert the type's description here.
SqlBuilder() - Constructor for class jstorm.mapping.SqlBuilder
SelectSql constructor comment.
SqlRunner - class jstorm.mapping.SqlRunner.
Insert the type's description here.
SqlRunner() - Constructor for class jstorm.mapping.SqlRunner
SqlRunner constructor comment.
StorableObject - class jstorm.mapping.StorableObject.
Insert the type's description here.
StorableObject() - Constructor for class jstorm.mapping.StorableObject
StorableObject constructor comment.
StringParameter - class jstorm.mapping.parameters.StringParameter.
 
StringParameter() - Constructor for class jstorm.mapping.parameters.StringParameter
 
suite() - Static method in class jstorm.mapping.AllTests
Insert the method's description here.
suite() - Static method in class jstorm.acceptance.AcceptanceTests
Insert the method's description here.

T

TestAggregateObject - class jstorm.test.TestAggregateObject.
Insert the type's description here.
TestAggregateObject() - Constructor for class jstorm.test.TestAggregateObject
 
TestAttribute - class jstorm.mapping.TestAttribute.
Insert the type's description here.
TestAttribute(String) - Constructor for class jstorm.mapping.TestAttribute
TestAttribute constructor comment.
testBasicSelect() - Method in class jstorm.acceptance.SelectTest
 
TestCompositeConcurrencyObject - class jstorm.test.TestCompositeConcurrencyObject.
Insert the type's description here.
TestCompositeConcurrencyObject() - Constructor for class jstorm.test.TestCompositeConcurrencyObject
 
testCompositeDelete() - Method in class jstorm.acceptance.CompositeKeyTest
 
testCompositeUpdate() - Method in class jstorm.acceptance.CompositeKeyTest
 
testConcurrencyExceptionThrown() - Method in class jstorm.acceptance.ConcurrencyTest
 
testConcurrencyFailureForDelete() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testConcurrencyFailureForUpdate() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
TestConcurrencyObject - class jstorm.test.TestConcurrencyObject.
Insert the type's description here.
TestConcurrencyObject() - Constructor for class jstorm.test.TestConcurrencyObject
TestConcurrencyObject constructor comment.
testDoAggregateSelect() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoAggregateSelectWithWhere() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoCompositeDelete() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoCompositeUpdate() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoDelete() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoDeleteWithConcurrency() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoInsert() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoInsertWithConcurrency() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoInsertWithoutKey() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoSelect() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoSelectWithConstraint() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoSelectWithWhere() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoUpdate() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testDoUpdateWithConcurrency() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testEquality() - Method in class jstorm.mapping.TestAttribute
Insert the method's description here.
testGetAggregateSelectSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetAttribute() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetAttributeAsArray() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetAttributeSize() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetAttributesWithConcurrencyStamp() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetCompositeDeleteSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetCompositeInsertSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetCompositeKeys() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetCompositeUpdateSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetDeleteSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetDeleteSqlWithConAndComp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetDeleteSqlWithConcurrencyStamp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetGetter() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetInsertSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetInsertSqlWithConAndComp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetInsertSqlWithConcurrencyStamp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetKeyAttribute() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetKeyAttributeNotConcurrency() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetKeyColumn() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetSelectSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetSetter() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testGetUpdateSql() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetUpdateSqlWithConAndComp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetUpdateSqlWithConcurrencyStamp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetWhereClause() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetWhereClauseWithConcurrencyStamp() - Method in class jstorm.mapping.TestSql
Insert the method's description here.
testGetWhereClauseWithNegativeNumber() - Method in class jstorm.mapping.TestSql
 
testHashCode() - Method in class jstorm.mapping.TestAttribute
Insert the method's description here.
testInsert() - Method in class jstorm.acceptance.InsertTest
 
testIsCompositeKey() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testIsConcurrencyStamp() - Method in class jstorm.mapping.TestAttribute
Insert the method's description here.
TestMapping - class jstorm.mapping.TestMapping.
Insert the type's description here.
TestMapping(String) - Constructor for class jstorm.mapping.TestMapping
TestMapping constructor comment.
testNotIsCompositeKeyWithConcurrencyStamp() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
TestObject - class jstorm.test.TestObject.
Insert the type's description here.
TestObject() - Constructor for class jstorm.test.TestObject
TestObject constructor comment.
testSelectWithConstraintObject() - Method in class jstorm.acceptance.SelectTest
 
testSelectWithWhere() - Method in class jstorm.acceptance.SelectTest
 
testSetConcurrencyStamp() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testSetConcurrencyStampToFalse() - Method in class jstorm.mapping.TestMapping
Insert the method's description here.
testSetValuesOnStatement() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testSetValuesOnStatementComAndCon() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testSetValuesOnStatementForComposite() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testSetValuesOnStatementWithConcurrencyStamp() - Method in class jstorm.mapping.TestSqlRunner
Insert the method's description here.
testSimpleAggregation() - Method in class jstorm.acceptance.AggregationTest
 
TestSql - class jstorm.mapping.TestSql.
Insert the type's description here.
TestSql(String) - Constructor for class jstorm.mapping.TestSql
TestSelectSql constructor comment.
TestSqlRunner - class jstorm.mapping.TestSqlRunner.
Insert the type's description here.
TestSqlRunner(String) - Constructor for class jstorm.mapping.TestSqlRunner
TestSqlRunner constructor comment.
testToString() - Method in class jstorm.mapping.TestAttribute
Insert the method's description here.
testUpdate() - Method in class jstorm.acceptance.UpdateTest
 
testUpdate() - Method in class jstorm.acceptance.DeleteTest
 
TimestampParameter - class jstorm.mapping.parameters.TimestampParameter.
 
TimestampParameter() - Constructor for class jstorm.mapping.parameters.TimestampParameter
 
toString() - Method in class jstorm.mapping.Attribute
Insert the method's description here.

U

update() - Method in class jstorm.mapping.StorableObject
Insert the method's description here.
update() - Method in class jstorm.mapping.ConcurrencyObject
 
updateAsciiStream(int, InputStream, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an ascii stream value.
updateAsciiStream(String, InputStream, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an ascii stream value.
updateBigDecimal(int, BigDecimal) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a BigDecimal value.
updateBinaryStream(int, InputStream, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a binary stream value.
updateBoolean(int, boolean) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a boolean value.
updateBoolean(String, boolean) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a boolean value.
updateByte(int, byte) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a byte value.
updateByte(String, byte) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a byte value.
updateBytes(int, byte[]) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a byte array value.
updateBytes(String, byte[]) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a byte array value.
updateCharacterStream(int, Reader, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a character stream value.
updateCharacterStream(String, Reader, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a character stream value.
updateDate(int, Date) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a Date value.
updateDate(String, Date) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a Date value.
updateDouble(int, double) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a Double value.
updateDouble(String, double) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a double value.
updateFloat(int, float) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a float value.
updateFloat(String, float) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a float value.
updateInt(int, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an integer value.
updateInt(String, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an integer value.
updateLong(int, long) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a long value.
updateLong(String, long) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a long value.
updateNull(int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Give a nullable column a null value.
updateNull(String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a null value.
updateObject(int, Object) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an Object value.
updateObject(int, Object, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an Object value.
updateObject(String, Object, int) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with an Object value.
updateRow() - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates the underlying database with the new contents of the current row.
updateShort(int, short) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a short value.
updateShort(String, short) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a short value.
updateString(int, String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a String value.
updateString(String, String) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a String value.
UpdateTest - class jstorm.acceptance.UpdateTest.
 
UpdateTest(String) - Constructor for class jstorm.acceptance.UpdateTest
 
updateTime(int, Time) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a Time value.
updateTime(String, Time) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a Time value.
updateTimestamp(int, Timestamp) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a Timestamp value.
updateTimestamp(String, Timestamp) - Method in class jstorm.test.database.DummyResultSet
JDBC 2.0 Updates a column with a Timestamp value.

W

wasNull() - Method in class jstorm.test.database.DummyPreparedStatement
Indicates whether or not the last OUT parameter read had the value of SQL NULL.
wasNull() - Method in class jstorm.test.database.DummyResultSet
Reports whether the last column read had a value of SQL NULL.

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