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

A

abort(Executor) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
absolute(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
absolute(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
AbstractOutParameterResultSetHandler - Class in com.mockrunner.jdbc
Abstract base class for all statement types that support out parameters, i.e.
AbstractOutParameterResultSetHandler() - Constructor for class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
 
AbstractParameterResultSetHandler - Class in com.mockrunner.jdbc
Abstract base class for all statement types that support parameters, i.e.
AbstractParameterResultSetHandler() - Constructor for class com.mockrunner.jdbc.AbstractParameterResultSetHandler
 
AbstractParameterResultSetHandler.ParameterWrapper - Class in com.mockrunner.jdbc
 
AbstractParameterResultSetHandler.ParameterWrapper(Map) - Constructor for class com.mockrunner.jdbc.AbstractParameterResultSetHandler.ParameterWrapper
 
AbstractResultSetHandler - Class in com.mockrunner.jdbc
Abstract base class for all ResultSet handlers.
AbstractResultSetHandler() - Constructor for class com.mockrunner.jdbc.AbstractResultSetHandler
 
acceptsURL(String) - Method in class com.mockrunner.mock.jdbc.MockDriver
 
acceptsURL(String) - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
addAttribute(Object) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
addAttributes(Object[]) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
addAttributes(List) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
addBatch() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
addBatch() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
addBatch(String) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
addCallableStatement(MockCallableStatement) - Method in class com.mockrunner.jdbc.CallableStatementResultSetHandler
The Connection adds new statements with this method.
addColumn() - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a column to the simulated database table.
addColumn(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a column to the simulated database table.
addColumn(Object[]) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a column to the simulated database table.
addColumn(List) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a column to the simulated database table.
addColumn(String, Object[]) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a column to the simulated database table.
addColumn(String, List) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a column to the simulated database table.
addExecutedStatement(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Collects all SQL strings that were executed.
addParameterMapForExecutedStatement(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Collects all SQL strings that were executed.
addParameterSet(Map) - Method in class com.mockrunner.jdbc.ParameterSets
Adds a parameter set.
addPreparedStatement(MockPreparedStatement) - Method in class com.mockrunner.jdbc.PreparedStatementResultSetHandler
The Connection adds new statements with this method.
addReturnedResultSet(MockResultSet) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Collects all ResultSet objects that were returned by a Statement, PreparedStatement or CallableStatement.
addReturnedResultSets(MockResultSet[]) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Collects all ResultSet[] objects that were returned by a Statement, PreparedStatement or CallableStatement.
addRow(Object[]) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a row to the simulated database table.
addRow(List) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a row to the simulated database table.
addStatement(MockStatement) - Method in class com.mockrunner.jdbc.StatementResultSetHandler
The Connection adds new statements with this method.
afterLast() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
afterLast() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
allProceduresAreCallable() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
allTablesAreSelectable() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
ArrayResultSetFactory - Class in com.mockrunner.jdbc
A ResultSetFactory implementation which will produce MockResultSet instances based on information given as String arrays.
ArrayResultSetFactory(StringValuesTable) - Constructor for class com.mockrunner.jdbc.ArrayResultSetFactory
Creates a new ArrayResultSetFactory that will produce result sets based on information in the given StringValuesTable.
ArrayResultSetFactory(String[][]) - Constructor for class com.mockrunner.jdbc.ArrayResultSetFactory
Creates a new ArrayResultSetFactory with the given matrix for data representation.
ArrayResultSetFactory(String[], String[][]) - Constructor for class com.mockrunner.jdbc.ArrayResultSetFactory
Creates a new ArrayResultSetFactory with the given set of column names and the given matrix for data representation.
ArrayResultSetFactoryTest - Class in com.mockrunner.test.jdbc
Exercises the published contract for ArrayResultSetFactory instances.
ArrayResultSetFactoryTest() - Constructor for class com.mockrunner.test.jdbc.ArrayResultSetFactoryTest
 
autoCommitFailureClosesAllResultSets() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 

B

Bank - Class in com.mockrunner.example.jdbc
This example class simulates a bank.
Bank() - Constructor for class com.mockrunner.example.jdbc.Bank
 
BankTest - Class in com.mockrunner.example.jdbc
Example test for Bank.
BankTest() - Constructor for class com.mockrunner.example.jdbc.BankTest
 
BasicJDBCTestCaseAdapter - Class in com.mockrunner.jdbc
Delegator for JDBCTestModule.
BasicJDBCTestCaseAdapter() - Constructor for class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
 
BasicJDBCTestCaseAdapter(String) - Constructor for class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
 
BasicJDBCTestCaseAdapterTest - Class in com.mockrunner.test.jdbc
 
BasicJDBCTestCaseAdapterTest() - Constructor for class com.mockrunner.test.jdbc.BasicJDBCTestCaseAdapterTest
 
beforeFirst() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
beforeFirst() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
Bookstore - Class in com.mockrunner.example.jdbc
This example simulates the order of some books.
Bookstore() - Constructor for class com.mockrunner.example.jdbc.Bookstore
 
BookstoreTest - Class in com.mockrunner.example.jdbc
Example test for Bookstore.
BookstoreTest() - Constructor for class com.mockrunner.example.jdbc.BookstoreTest
 

C

CallableStatementResultSetHandler - Class in com.mockrunner.jdbc
Concrete handler for MockCallableStatement.
CallableStatementResultSetHandler() - Constructor for class com.mockrunner.jdbc.CallableStatementResultSetHandler
 
cancel() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
cancelRowUpdates() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
cancelRowUpdates() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
checkFetchDirection(int) - Static method in class com.mockrunner.jdbc.SQLUtil
Throws an SQLException if the specified fetchDirection is invalid
clearAttributes() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearAttributes() - Method in class com.mockrunner.mock.jdbc.MockStruct
 
clearBatch() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
clearBatch() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
clearBestRowIdentifier() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearCallableStatements() - Method in class com.mockrunner.jdbc.CallableStatementResultSetHandler
Clears all callable statements
clearColumnPrivileges() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearColumns() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearCrossReference() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearExportedKeys() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearFunctionColumns() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearFunctions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearGeneratedKeys() - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Clears the list of statements that return generated keys.
clearGeneratedKeys() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears the list of statements that return generated keys.
clearGlobalGeneratedKeys() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears the prepared global generated keys ResultSet.
clearGlobalResultSet() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears the prepared global ResultSet.
clearGlobalUpdateCount() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears the prepared global update count.
clearImportedKeys() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearIndexInfo() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearOutParameter() - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Clears the out parameters.
clearParameters() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
clearParameters() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
clearPreparedStatements() - Method in class com.mockrunner.jdbc.PreparedStatementResultSetHandler
Clears all prepared statements
clearPrimaryKeys() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearProcedureColumns() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearProcedures() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearRegisteredOutParameter() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
clearResultSets() - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Clears the ResultSet objects.
clearResultSets() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears all prepared ResultSet objects.
clearReturnsResultSet() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears the definitions if statements return ResultSet objects or update counts.
clearSchemas() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearStatements() - Method in class com.mockrunner.jdbc.StatementResultSetHandler
Clears the List of statements.
clearSuperTables() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearSuperTypes() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearTablePrivileges() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearTables() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearThrowsSQLException() - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Clears the list of statements that should throw an exception
clearThrowsSQLException() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears the list of statements that should throw an exception.
clearUDTs() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearUpdateCounts() - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Clears the update counts.
clearUpdateCounts() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Clears all prepared update counts.
clearVersionColumns() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
clearWarnings() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
clearWarnings() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
clearWarnings() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
clearWarnings() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
clone() - Method in class com.mockrunner.mock.jdbc.MockArray
 
clone() - Method in class com.mockrunner.mock.jdbc.MockBlob
 
clone() - Method in class com.mockrunner.mock.jdbc.MockClob
 
clone() - Method in class com.mockrunner.mock.jdbc.MockRef
 
clone() - Method in class com.mockrunner.mock.jdbc.MockResultSet
Copies this ResultSet.
clone() - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
clone() - Method in class com.mockrunner.mock.jdbc.MockRowId
 
clone() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
clone() - Method in class com.mockrunner.mock.jdbc.MockStruct
 
clone() - Method in class com.mockrunner.test.jdbc.ParameterUtilTest.TestParameter
 
cloneResultSet(MockResultSet) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
cloneResultSets(MockResultSet[]) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
close() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
close() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
close() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
close() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
Does nothing.
closeOnCompletion() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
com.mockrunner.example.jdbc - package com.mockrunner.example.jdbc
 
com.mockrunner.jdbc - package com.mockrunner.jdbc
 
com.mockrunner.mock.jdbc - package com.mockrunner.mock.jdbc
 
com.mockrunner.test.jdbc - package com.mockrunner.test.jdbc
 
commit() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
compareParameter(Object, Object) - Static method in class com.mockrunner.jdbc.ParameterUtil
Compares two parameters of a PreparedStatement or CallableStatement.
connect() - Method in class com.mockrunner.example.jdbc.Bank
 
connect(String, Properties) - Method in class com.mockrunner.mock.jdbc.MockDriver
 
connect(String, Properties) - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
contains(Collection, String, boolean) - Method in class com.mockrunner.jdbc.SQLStatementMatcher
Compares all elements in the specified Collection with the specified query string using the method SQLStatementMatcher.doStringsMatch(java.lang.String, java.lang.String).
copyParameter(Object) - Static method in class com.mockrunner.jdbc.ParameterUtil
Copies a parameter of a PreparedStatement, CallableStatement or a ResultSet value.
create(String) - Method in class com.mockrunner.jdbc.ArrayResultSetFactory
Returns a MockResultSet with the given ID, containing values based on the elements given at construction.
create(String) - Method in class com.mockrunner.jdbc.FileResultSetFactory
 
create(String) - Method in interface com.mockrunner.jdbc.ResultSetFactory
 
create(String) - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Makes and returns a MockResultSet created from an existing and valid XML Document.
createArrayOf(String, Object[]) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createBlob() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createClob() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createDocumentBuilder() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createJDBCMockObjectFactory() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
createJDBCTestModule() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Creates a JDBCTestModule based on the current JDBCMockObjectFactory.
createJDBCTestModule(JDBCMockObjectFactory) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Creates a JDBCTestModule with the specified JDBCMockObjectFactory.
createJDOMDOMBuilder() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createJDOMDOMOutputter() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createJDOMSAXBuilder() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createJDOMXMLCompareOutputter() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createJDOMXMLPrintOutputter() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createMockConnection() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Creates the MockConnection using new.
createMockConnection() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestJDBCMockObjectFactory
 
createMockDataSource() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Creates the MockDataSource using new.
createMockDataSource() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestJDBCMockObjectFactory
 
createMockDriver() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Creates the MockDriver using new.
createMockDriver() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestJDBCMockObjectFactory
 
createNClob() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createResultSet() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Creates a new ResultSet with a random id.
createResultSet(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Creates a new ResultSet with the specified id.
createResultSet(ResultSetFactory) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns a new ResultSet created by the specified factory.
createResultSet(String, ResultSetFactory) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns a new ResultSet created by the specified factory.
createSAXParser() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createSQLXML() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createSquirrelResultSet(String) - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Return a MockResultSet with proper column names and rows based on the XML Document.
createStatement() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createStatement(int, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createStatement(int, int, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createStruct(String, Object[]) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
createSybaseResultSet(String) - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Return a MockResultSet with proper column names and rows based on the XML Document.
createXMLInputFactory() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
createXMLOutputFactory() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 

D

dataDefinitionCausesTransactionCommit() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
deleteRow() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
deleteRow() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
deletesAreDetected(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
determineGeneratedKeysResultSet(String) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
disconnect() - Method in class com.mockrunner.example.jdbc.Bank
 
doesMaxRowSizeIncludeBlobs() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
doStringsMatch(String, String) - Method in class com.mockrunner.jdbc.SQLStatementMatcher
Compares two strings and returns if they match.
doTestAttributes(MockStruct) - Method in class com.mockrunner.test.jdbc.MockStructTest
 

E

equals(Object) - Method in class com.mockrunner.mock.jdbc.MockArray
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.MockClob
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.MockRef
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.MockRowId
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
execute() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
execute(String) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
execute(String, int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
execute(String, int[]) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
execute(String, String[]) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
executeBatch() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
executeBatch() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
executeBatch(List) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
executeBatch() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
executeQuery() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
executeQuery() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
executeQuery(Map) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
executeQuery(String) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
executeUpdate() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
executeUpdate() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
executeUpdate(Map) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
executeUpdate(String) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
executeUpdate(String, int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
executeUpdate(String, int[]) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
executeUpdate(String, String[]) - Method in class com.mockrunner.mock.jdbc.MockStatement
 

F

FileResultSetFactory - Class in com.mockrunner.jdbc
Can be used to create a ResultSet based on a table specified in a CSV file.
FileResultSetFactory(String) - Constructor for class com.mockrunner.jdbc.FileResultSetFactory
 
FileResultSetFactory(File) - Constructor for class com.mockrunner.jdbc.FileResultSetFactory
 
FileResultSetFactoryTest - Class in com.mockrunner.test.jdbc
 
FileResultSetFactoryTest() - Constructor for class com.mockrunner.test.jdbc.FileResultSetFactoryTest
 
findColumn(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
findColumn(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
first() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
first() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
free() - Method in class com.mockrunner.mock.jdbc.MockArray
 
free() - Method in class com.mockrunner.mock.jdbc.MockBlob
 
free() - Method in class com.mockrunner.mock.jdbc.MockClob
 
free() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 

G

generatedKeyAlwaysReturned() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getArray() - Method in class com.mockrunner.mock.jdbc.MockArray
 
getArray(Map) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getArray(long, int) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getArray(long, int, Map) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getArray(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getArray(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getArray(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getArray(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getArray(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getArray(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getAsciiStream() - Method in class com.mockrunner.mock.jdbc.MockClob
 
getAsciiStream(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getAsciiStream(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getAsciiStream(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getAsciiStream(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getAttributes(String, String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getAttributes() - Method in class com.mockrunner.mock.jdbc.MockStruct
 
getAttributes(Map) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
getAutoCommit() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getBaseType() - Method in class com.mockrunner.mock.jdbc.MockArray
 
getBaseTypeName() - Method in class com.mockrunner.mock.jdbc.MockArray
 
getBaseTypeName() - Method in class com.mockrunner.mock.jdbc.MockRef
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getBigDecimal(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBigDecimal(int, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBigDecimal(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBigDecimal(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBigDecimal(String, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBigDecimal(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBigDecimal(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBigDecimal(int, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBigDecimal(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBigDecimal(String, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBigDecimal(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBinaryStream() - Method in class com.mockrunner.mock.jdbc.MockBlob
 
getBinaryStream(long, long) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
getBinaryStream(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBinaryStream(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBinaryStream() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
getBinaryStream(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBinaryStream(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBlob(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBlob(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBlob(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBlob(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBlob(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBlob(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBoolean(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBoolean(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBoolean(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBoolean(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBoolean(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBoolean(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getByte(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getByte(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getByte(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getByte(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getByte(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getByte(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBytes(long, int) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
getBytes(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBytes(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBytes(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBytes(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getBytes() - Method in class com.mockrunner.mock.jdbc.MockRowId
 
getBytes(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBytes(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getCallableStatement(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatement(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatement(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a MockCallableStatement that was created using a MockConnection by its index.
getCallableStatement(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a MockCallableStatement that was created using a MockConnection by its SQL statement.
getCallableStatementMap() - Method in class com.mockrunner.jdbc.CallableStatementResultSetHandler
Returns a Map of all callable statements.
getCallableStatementParameter(String, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatementParameter(int, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatementParameter(CallableStatement, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatementParameter(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatementParameter(CallableStatement, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatementParameter(int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatementParameter(CallableStatement, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a parameter that was added to a CallableStatement using its set methods.
getCallableStatementParameter(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a parameter that was added to a CallableStatement using its set methods.
getCallableStatementParameter(int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns an object that was added to a CallableStatement using its set methods.
getCallableStatementParameter(CallableStatement, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a parameter that was added to a CallableStatement using its set methods.
getCallableStatementParameter(String, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a parameter that was added to a CallableStatement using its set methods.
getCallableStatementParameter(int, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns an object that was added to a CallableStatement using its set methods.
getCallableStatementResultSetHandler() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatementResultSetHandler() - Method in class com.mockrunner.jdbc.JDBCTestModule
getCallableStatementResultSetHandler() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getCallableStatements(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatements() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getCallableStatements() - Method in class com.mockrunner.jdbc.CallableStatementResultSetHandler
Returns a List of all callable statements.
getCallableStatements() - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns all MockCallableStatement objects.
getCallableStatements(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns all MockCallableStatement objects with the specified SQL statement as a List.
getCaseSensitive() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if specified SQL strings should be handled case sensitive.
getCatalog() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getCatalogName(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getCatalogs() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getCatalogSeparator() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getCatalogTerm() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getCharacterStream(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getCharacterStream(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getCharacterStream() - Method in class com.mockrunner.mock.jdbc.MockClob
 
getCharacterStream(long, long) - Method in class com.mockrunner.mock.jdbc.MockClob
 
getCharacterStream(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getCharacterStream(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getCharacterStream() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
getCharacterStream(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getCharacterStream(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getClientInfo() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getClientInfo(String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getClientInfoProperties() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getClob(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getClob(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getClob(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getClob(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getClob(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getClob(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getColumn(String) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the contents of the given column.
getColumn(int) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the contents of the given column.
getColumn(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns the column with the specified number.
getColumn(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns the column with the specified name.
getColumnClassName(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getColumnCount() - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns the current number of columns.
getColumnCount() - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getColumnDisplaySize(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getColumnLabel(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getColumnName(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getColumnNames() - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the column names.
getColumnPrivileges(String, String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getColumnType(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getColumnTypeName(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getConcurrency() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getConcurrency() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getConnection() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getConnection() - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
getConnection(String, String) - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
getConnection() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getContentAsInputStream() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
Returns the XML content as an InputStream without affecting the state of the object.
getContentAsReader() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
Returns the XML content as a Reader without affecting the state of the object.
getContentAsString() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
Returns the XML content as a string without affecting the state of the object.
getContentAsW3CDocument() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
Returns the XML content as a W3C Document without affecting the state of the object.
getContinueProcessingOnBatchFailure() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if batch processing should be continued if one of the commands in the batch fails.
getCrossReference(String, String, String, String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getCursorName() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getCursorName() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getCursorName() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getDatabaseMajorVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDatabaseProductName() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDatabaseProductVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDate(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getDate(int, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getDate(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getDate(String, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getDate(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getDate(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getDate(int, Calendar) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getDate(String, Calendar) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getDate(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getDate(int, Calendar) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getDate(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getDate(String, Calendar) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getDefaultTransactionIsolation() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDialect() - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Get the dialect of the XML Document
getDouble(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getDouble(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getDouble(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getDouble(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getDouble(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getDouble(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getDriverMajorVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDriverMinorVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDriverName() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getDriverVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getExactMatch() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if specified SQL statements must match exactly.
getExecutedSQLStatementParameter() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Deprecated. 
getExecutedSQLStatementParameter() - Method in class com.mockrunner.jdbc.JDBCTestModule
getExecutedSQLStatementParameterMap() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getExecutedSQLStatementParameterMap() - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a Map of all parameters that were used when executing a MockPreparedStatement or MockCallableStatement.
getExecutedSQLStatementParameterSets(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getExecutedSQLStatementParameterSets(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns the ParameterSets object for the specified SQL statement.
getExecutedSQLStatements() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getExecutedSQLStatements() - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a List of all SQL statements that were executed by calling an execute method of a MockStatement, MockPreparedStatement or MockCallableStatement.
getExecutedStatementParameter() - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
getExecutedStatementParameterMap() - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the Map of executed SQL strings.
getExecutedStatements() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the List of all executed SQL strings.
getExportedKeys(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getExtraNameCharacters() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getFetchDirection() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getFetchDirection() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getFetchDirection() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getFetchSize() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getFetchSize() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getFetchSize() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getFile() - Method in class com.mockrunner.jdbc.FileResultSetFactory
Get the File being used to read in the ResultSet.
getFloat(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getFloat(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getFloat(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getFloat(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getFloat(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getFloat(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getFunctionColumns(String, String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getFunctions(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getGeneratedKeys(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the first generated keys ResultSet that matches the specified SQL string.
getGeneratedKeys(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the first generated keys ResultSet that matches the specified SQL string.
getGeneratedKeys() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getGeneratedKeysMap() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the Map of all generated keys ResultSet objects, that were added with AbstractResultSetHandler.prepareGeneratedKeys(String, MockResultSet).
getGlobalGeneratedKeys() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the global generated keys ResultSet.
getGlobalOutParameter() - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Returns the global out parameter Map.
getGlobalResultSet() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the global ResultSet.
getGlobalResultSets() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the global ResultSet[].
getGlobalUpdateCount() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the global update count for executeUpdate calls.
getGlobalUpdateCounts() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the array of global update counts.
getHoldability() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getHoldability() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getHoldability() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getId() - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns the id of this ResultSet.
getIdentifierQuoteString() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getIndexedParameterMap() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
getIndexedRegisteredOutParameterSet() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getInt(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getInt(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getInt(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getInt(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getInt(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getInt(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getItem(int, String) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the item found in the string matrix at the given coordinate.
getItem(int, int) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the item found in the string matrix at the given coordinate.
getJDBCMajorVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getJDBCMinorVersion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getJDBCMockObjectFactory() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getJDBCTestModule() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Gets the JDBCTestModule.
getLoginTimeout() - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
getLogWriter() - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
getLong(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getLong(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getLong(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getLong(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getLong(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getLong(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getMajorVersion() - Method in class com.mockrunner.mock.jdbc.MockDriver
 
getMajorVersion() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
getMatchingObjects(Map, String, boolean, boolean) - Method in class com.mockrunner.jdbc.SQLStatementMatcher
Compares all keys in the specified Map with the specified query string using the method SQLStatementMatcher.doStringsMatch(java.lang.String, java.lang.String).
getMatchingParameterWrapper(String, Map, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
 
getMaxBinaryLiteralLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxColumnNameLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxColumnsInTable() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxConnections() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxCursorNameLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxFieldSize() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getMaxIndexLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxRows() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getMaxRowSize() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxSchemaNameLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxStatementLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxStatements() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxTableNameLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxTablesInSelect() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMaxUserNameLength() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getMetaData() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getMetaData() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
getMetaData() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getMetaData() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getMinorVersion() - Method in class com.mockrunner.mock.jdbc.MockDriver
 
getMinorVersion() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
getMockConnection() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Returns the MockConnection.
getMockConnection() - Method in class com.mockrunner.mock.jdbc.MockDataSource
Returns the MockConnection.
getMockDataSource() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Returns the MockDataSource.
getMockDriver() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Returns the MockDriver.
getMoreResults(int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getMoreResults() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getMustRegisterOutParameters() - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Get if out parameter must be registered to be returned.
getName() - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the table name.
getNamedParameterMap() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNamedRegisteredOutParameterSet() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNames(Date) - Static method in class com.mockrunner.example.jdbc.OrderDB
 
getNCharacterStream(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNCharacterStream(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNCharacterStream(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getNCharacterStream(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getNCharacterStream(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getNCharacterStream(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getNClob(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNClob(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNClob(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getNClob(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getNClob(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getNClob(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getNetworkTimeout() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getNString(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNString(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getNString(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getNString(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getNString(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getNString(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getNumber() - Method in class com.mockrunner.mock.jdbc.MockSavepoint
 
getNumberCommits() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getNumberOfColumns() - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the number of columns found in the string matrix for this StringValuesTable.
getNumberOfRows() - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the number of rows found in the string matrix for this StringValuesTable.
getNumberParameterSets() - Method in class com.mockrunner.jdbc.ParameterSets
Get the current number of parameter sets.
getNumberRollbacks() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getNumericFunctions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getObject(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(int, Map) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(int, Class) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(String, Class) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(String, Map) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(Map) - Method in class com.mockrunner.mock.jdbc.MockRef
 
getObject() - Method in class com.mockrunner.mock.jdbc.MockRef
 
getObject(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(int, Class) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(String, Class) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(int, Map) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(String, Map) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(int, Map) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(int, Class) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(String, Map) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(String, Class) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getOutParameter(String) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Returns the first out parameter Map that matches the specified SQL string.
getOutParameter(String, Map) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Returns the first out parameter Map that matches the specified SQL string and the specified parameters.
getParameter(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getParameter(int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
getParameterClassName(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
getParameterCount() - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
getParameterMap() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getParameterMap() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
getParameterMetaData() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
getParameterMode(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
getParameterSet(int) - Method in class com.mockrunner.jdbc.ParameterSets
Gets a parameter set for a specified index.
getParametersForExecutedStatement(String) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the ParameterSets for a specified SQL string.
getParameterType(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
getParameterTypeName(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
getParamters() - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler.ParameterWrapper
 
getParentLogger() - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
getParentLogger() - Method in class com.mockrunner.mock.jdbc.MockDriver
 
getParentLogger() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
getPrecision(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
getPrecision(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getPreparedStatement(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatement(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatement(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a MockPreparedStatement that was created using a MockConnection by its index.
getPreparedStatement(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a MockPreparedStatement that was created using a MockConnection by its SQL statement.
getPreparedStatementMap() - Method in class com.mockrunner.jdbc.PreparedStatementResultSetHandler
Returns a Map of all prepared statements.
getPreparedStatementParameter(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatementParameter(int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatementParameter(PreparedStatement, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatementParameter(PreparedStatement, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a parameter that was added to a PreparedStatement using its set methods.
getPreparedStatementParameter(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a parameter that was added to a PreparedStatement using its set methods.
getPreparedStatementParameter(int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns an object that was added to a PreparedStatement using its set methods.
getPreparedStatementResultSetHandler() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatementResultSetHandler() - Method in class com.mockrunner.jdbc.JDBCTestModule
getPreparedStatementResultSetHandler() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getPreparedStatements(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatements() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getPreparedStatements() - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns all MockPreparedStatement objects.
getPreparedStatements(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns all MockPreparedStatement objects with the specified SQL statement as a List.
getPreparedStatements() - Method in class com.mockrunner.jdbc.PreparedStatementResultSetHandler
Returns a List of all prepared statements.
getPrimaryKeys(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getProcedures(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getProcedureTerm() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getPropertyInfo(String, Properties) - Method in class com.mockrunner.mock.jdbc.MockDriver
 
getPropertyInfo(String, Properties) - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
getPseudoColumns(String, String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getQueryTimeout() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getRef(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getRef(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getRef(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getRef(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getRef(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getRef(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getResultSet(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the first ResultSet that matches the specified SQL string and the specified parameters.
getResultSet(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the first ResultSet that matches the specified SQL string.
getResultSet() - Method in class com.mockrunner.mock.jdbc.MockArray
 
getResultSet(long, int) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getResultSet(long, int, Map) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getResultSet(Map) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getResultSet() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getResultSetConcurrency() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getResultSetHoldability() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getResultSetHoldability() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getResultSetMap() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the Map of all ResultSet objects, that were added with AbstractResultSetHandler.prepareResultSet(String, MockResultSet).
getResultSets(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the first ResultSet[] that matches the specified SQL string and the specified parameters.
getResultSets(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the first ResultSet[] that matches the specified SQL string.
getResultSetType() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getReturnedResultSet(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getReturnedResultSet(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns the ResultSet objects with the specified id.
getReturnedResultSets() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the List of all returned ResultSet or ResultSet[] objects.
getReturnedResultSets(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getReturnedResultSets() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getReturnedResultSets(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a List of the ResultSet objects with the specified id.
getReturnedResultSets() - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a List of all ResultSet objects that were returned by calling an executeQuery method of a MockStatement, MockPreparedStatement or MockCallableStatement.
getReturnsResultSet(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if the specified SQL string is a select that returns a ResultSet.
getRow(int) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the elements of the given row.
getRow(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns the row with the specified number.
getRow() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getRow() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getRowCount() - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns the current number of rows.
getRowId(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getRowId(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getRowId(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getRowId(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getRowId(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getRowId(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getRowIdLifetime() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSavepoint(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getSavepoint(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getSavepoint(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns the Savepoint with the specified index.
getSavepoint(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns the first Savepoint with the specified name.
getSavepointId() - Method in class com.mockrunner.mock.jdbc.MockSavepoint
 
getSavepointMap() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getSavepointName() - Method in class com.mockrunner.mock.jdbc.MockSavepoint
 
getSavepoints() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getSavepoints() - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a list of all Savepoint objects.
getScale(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
getScale(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getSchema() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getSchemaName(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getSchemas() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSchemas(String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSchemaTerm() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSearchStringEscape() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getShort(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getShort(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getShort(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getShort(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getShort(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getShort(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getSource(Class) - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
getSQL() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
getSQLException(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the SQLException the specified SQL string should throw.
getSQLException(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the SQLException the specified SQL string should throw.
getSQLKeywords() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSQLStatement() - Method in class com.mockrunner.jdbc.ParameterSets
Get the SQL string.
getSQLStateType() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSQLTypeName() - Method in class com.mockrunner.mock.jdbc.MockStruct
 
getSQLXML(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getSQLXML(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getSQLXML(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getSQLXML(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getSQLXML(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getSQLXML(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getStatement(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getStatement(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns a MockStatement by its index.
getStatement() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getStatement() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getStatementResultSetHandler() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getStatementResultSetHandler() - Method in class com.mockrunner.jdbc.JDBCTestModule
getStatementResultSetHandler() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getStatements() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
getStatements() - Method in class com.mockrunner.jdbc.JDBCTestModule
Returns all MockStatement objects.
getStatements() - Method in class com.mockrunner.jdbc.StatementResultSetHandler
Returns a List of all statements.
getString(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getString(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getString(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getString(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getString() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
getString(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getString(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getStringFunctions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getStringMatrix() - Method in class com.mockrunner.jdbc.StringValuesTable
Returns the tabular data for this StringValuesTable.
getSubString(long, int) - Method in class com.mockrunner.mock.jdbc.MockClob
 
getSuperTables(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getSystemFunctions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getTableName(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
getTablePrivileges(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getTableTypes() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getThrowsSQLException(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns if the specified SQL string with the specified parameters should raise an exception.
getThrowsSQLException(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if the specified SQL string should raise an exception.
getTime(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTime(int, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTime(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTime(String, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTime(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTime(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTime(int, Calendar) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTime(String, Calendar) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTime(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTime(int, Calendar) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTime(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTime(String, Calendar) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTimeDateFunctions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getTimestamp(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTimestamp(int, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTimestamp(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTimestamp(String, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getTimestamp(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTimestamp(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTimestamp(int, Calendar) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTimestamp(String, Calendar) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getTimestamp(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTimestamp(int, Calendar) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTimestamp(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTimestamp(String, Calendar) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTransactionIsolation() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getTrim() - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Get whether or not trim is true or false.
getType() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getType() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getTypeInfo() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getTypeMap() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getUDTs(String, String, String, int[]) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getUnderlyingResultSetList() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getUnicodeStream(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getUnicodeStream(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getUnicodeStream(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getUnicodeStream(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getUpdateCount(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the first update count that matches the specified SQL string and the specified parameters.
getUpdateCount(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the first update count that matches the specified SQL string.
getUpdateCount() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getUpdateCountMap() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the Map of all update counts, that were added with AbstractResultSetHandler.prepareUpdateCount(String, int).
getUpdateCounts(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the first update count array that matches the specified SQL string and the specified parameters.
getUpdateCounts(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the first update count array that matches the specified SQL string.
getURL(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getURL(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getURL() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getURL(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getURL(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getURL(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getURL(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getUseRegularExpressions() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if regular expression matching is enabled
getUserName() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getVersionColumns(String, String, String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getWarnings() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
getWarnings() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getWarnings() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getWarnings() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getXMLFile() - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Get the File being used to read in the ResultSet.

H

hashCode() - Method in class com.mockrunner.mock.jdbc.MockArray
 
hashCode() - Method in class com.mockrunner.mock.jdbc.MockBlob
 
hashCode() - Method in class com.mockrunner.mock.jdbc.MockClob
 
hashCode() - Method in class com.mockrunner.mock.jdbc.MockRef
 
hashCode() - Method in class com.mockrunner.mock.jdbc.MockRowId
 
hashCode() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
hashCode() - Method in class com.mockrunner.mock.jdbc.MockStruct
 
hasMultipleGlobalResultSets() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if multiple global result sets have been prepared, i.e.
hasMultipleGlobalUpdateCounts() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns if multiple global update counts have been prepared, i.e.
hasMultipleResultSets(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the if the specified SQL string with the specified parameters returns multiple result sets.
hasMultipleResultSets(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the if the specified SQL string returns multiple result sets.
hasMultipleUpdateCounts(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Returns the if the specified SQL string with the specified parameters returns multiple update counts.
hasMultipleUpdateCounts(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Returns the if the specified SQL string returns multiple update counts.

I

insertRow() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
insertRow() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
insertsAreDetected(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
isAfterLast() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
isAfterLast() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
isAutoIncrement(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isBeforeFirst() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
isBeforeFirst() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
isCaseSensitive(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isCatalogAtStart() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
isClosed() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
isClosed() - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if this ResultSet is closed.
isClosed() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
isClosed() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
isCloseOnCompletion() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
isColumnEqual(int, List) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if the column with the specified number is equal to the specified data.
isColumnEqual(String, List) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if the column with the specified name is equal to the specified data.
isCurrency(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isDefinitelyWritable(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isEqual(MockResultSet) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if the specified ResultSet is equal to this ResultSet.
isFirst() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
isFirst() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
isLast() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
isLast() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
isNullable(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
isNullable(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isOutParameterRegistered(int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
isOutParameterRegistered(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
isPoolable() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
isQuery(String) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
isReadable() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
Returns if this object is readable.
isReadOnly() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
isReadOnly() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
isReadOnly(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isReleased() - Method in class com.mockrunner.mock.jdbc.MockSavepoint
 
isRollbacked() - Method in class com.mockrunner.mock.jdbc.MockSavepoint
isRolledBack() - Method in class com.mockrunner.mock.jdbc.MockSavepoint
 
isRowEqual(int, List) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if the row with the specified number is equal to the specified data.
isSearchable(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isSelect(String) - Static method in class com.mockrunner.jdbc.SQLUtil
Returns if the specified SQL string is a select, i.e.
isSigned(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
isSigned(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isValid(int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
isValidColumnName(String) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns true if the given column name is valid for this StringValuesTable; returns false otherwise.
isValidColumnNumber(int) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns true if the given column number is valid for this StringValuesTable; returns false otherwise.
isValidRowNumber(int) - Method in class com.mockrunner.jdbc.StringValuesTable
Returns true if the given row number is valid for this StringValuesTable; returns false otherwise.
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
isWrapperFor(Class) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
isWritable(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
isWriteable() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
Returns if this object is writeable.

J

jdbcCompliant() - Method in class com.mockrunner.mock.jdbc.MockDriver
 
jdbcCompliant() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
JDBCMockObjectFactory - Class in com.mockrunner.mock.jdbc
Used to create all types of JDBC mock objects.
JDBCMockObjectFactory() - Constructor for class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Creates a new set of mock objects.
JDBCMockObjectFactoryTest - Class in com.mockrunner.test.jdbc
 
JDBCMockObjectFactoryTest() - Constructor for class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest
 
JDBCMockObjectFactoryTest.TestDriver - Class in com.mockrunner.test.jdbc
 
JDBCMockObjectFactoryTest.TestDriver() - Constructor for class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestDriver
 
JDBCMockObjectFactoryTest.TestJDBCMockObjectFactory - Class in com.mockrunner.test.jdbc
 
JDBCMockObjectFactoryTest.TestJDBCMockObjectFactory() - Constructor for class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest.TestJDBCMockObjectFactory
 
JDBCTestModule - Class in com.mockrunner.jdbc
Module for JDBC tests.
JDBCTestModule(JDBCMockObjectFactory) - Constructor for class com.mockrunner.jdbc.JDBCTestModule
 
JDBCTestModuleTest - Class in com.mockrunner.test.jdbc
 
JDBCTestModuleTest() - Constructor for class com.mockrunner.test.jdbc.JDBCTestModuleTest
 

L

last() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
last() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
length() - Method in class com.mockrunner.mock.jdbc.MockBlob
 
length() - Method in class com.mockrunner.mock.jdbc.MockClob
 
locatorsUpdateCopy() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 

M

MockArray - Class in com.mockrunner.mock.jdbc
Mock implementation of Array.
MockArray(Object) - Constructor for class com.mockrunner.mock.jdbc.MockArray
 
MockArrayTest - Class in com.mockrunner.test.jdbc
 
MockArrayTest() - Constructor for class com.mockrunner.test.jdbc.MockArrayTest
 
MockBlob - Class in com.mockrunner.mock.jdbc
Mock implementation of Blob.
MockBlob(byte[]) - Constructor for class com.mockrunner.mock.jdbc.MockBlob
 
MockBlobTest - Class in com.mockrunner.test.jdbc
 
MockBlobTest() - Constructor for class com.mockrunner.test.jdbc.MockBlobTest
 
MockCallableStatement - Class in com.mockrunner.mock.jdbc
Mock implementation of CallableStatement.
MockCallableStatement(Connection, String) - Constructor for class com.mockrunner.mock.jdbc.MockCallableStatement
 
MockCallableStatement(Connection, String, int, int) - Constructor for class com.mockrunner.mock.jdbc.MockCallableStatement
 
MockCallableStatement(Connection, String, int, int, int) - Constructor for class com.mockrunner.mock.jdbc.MockCallableStatement
 
MockClob - Class in com.mockrunner.mock.jdbc
Mock implementation of Clob.
MockClob(String) - Constructor for class com.mockrunner.mock.jdbc.MockClob
 
MockClobTest - Class in com.mockrunner.test.jdbc
 
MockClobTest() - Constructor for class com.mockrunner.test.jdbc.MockClobTest
 
MockConnection - Class in com.mockrunner.mock.jdbc
Mock implementation of Connection.
MockConnection() - Constructor for class com.mockrunner.mock.jdbc.MockConnection
 
MockConnectionTest - Class in com.mockrunner.test.jdbc
 
MockConnectionTest() - Constructor for class com.mockrunner.test.jdbc.MockConnectionTest
 
MockDatabaseMetaData - Class in com.mockrunner.mock.jdbc
Mock implementation of DatabaseMetaData.
MockDatabaseMetaData() - Constructor for class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
MockDatabaseMetaDataTest - Class in com.mockrunner.test.jdbc
 
MockDatabaseMetaDataTest() - Constructor for class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
MockDataSource - Class in com.mockrunner.mock.jdbc
Mock implementation of DataSource.
MockDataSource() - Constructor for class com.mockrunner.mock.jdbc.MockDataSource
 
MockDriver - Class in com.mockrunner.mock.jdbc
Mock implementation of a JDBC Driver.
MockDriver() - Constructor for class com.mockrunner.mock.jdbc.MockDriver
 
MockNClob - Class in com.mockrunner.mock.jdbc
Mock implementation of NClob.
MockNClob(String) - Constructor for class com.mockrunner.mock.jdbc.MockNClob
 
MockParameterMetaData - Class in com.mockrunner.mock.jdbc
Mock implementation of ParameterMetaData.
MockParameterMetaData() - Constructor for class com.mockrunner.mock.jdbc.MockParameterMetaData
 
MockParameterMetaDataTest - Class in com.mockrunner.test.jdbc
 
MockParameterMetaDataTest() - Constructor for class com.mockrunner.test.jdbc.MockParameterMetaDataTest
 
MockPreparedStatement - Class in com.mockrunner.mock.jdbc
Mock implementation of PreparedStatement.
MockPreparedStatement(Connection, String) - Constructor for class com.mockrunner.mock.jdbc.MockPreparedStatement
 
MockPreparedStatement(Connection, String, boolean) - Constructor for class com.mockrunner.mock.jdbc.MockPreparedStatement
 
MockPreparedStatement(Connection, String, int, int) - Constructor for class com.mockrunner.mock.jdbc.MockPreparedStatement
 
MockPreparedStatement(Connection, String, int, int, int) - Constructor for class com.mockrunner.mock.jdbc.MockPreparedStatement
 
MockRef - Class in com.mockrunner.mock.jdbc
Mock implementation of Ref.
MockRef(Object) - Constructor for class com.mockrunner.mock.jdbc.MockRef
 
MockRefTest - Class in com.mockrunner.test.jdbc
 
MockRefTest() - Constructor for class com.mockrunner.test.jdbc.MockRefTest
 
MockResultSet - Class in com.mockrunner.mock.jdbc
Mock implementation of ResultSet.
MockResultSet(String) - Constructor for class com.mockrunner.mock.jdbc.MockResultSet
 
MockResultSet(String, String) - Constructor for class com.mockrunner.mock.jdbc.MockResultSet
 
MockResultSetMetaData - Class in com.mockrunner.mock.jdbc
Mock implementation of ResultSetMetaData.
MockResultSetMetaData() - Constructor for class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
MockResultSetMetaDataTest - Class in com.mockrunner.test.jdbc
 
MockResultSetMetaDataTest() - Constructor for class com.mockrunner.test.jdbc.MockResultSetMetaDataTest
 
MockResultSetTest - Class in com.mockrunner.test.jdbc
 
MockResultSetTest() - Constructor for class com.mockrunner.test.jdbc.MockResultSetTest
 
MockRowId - Class in com.mockrunner.mock.jdbc
Mock implementation of RowId.
MockRowId(byte[]) - Constructor for class com.mockrunner.mock.jdbc.MockRowId
 
MockRowIdTest - Class in com.mockrunner.test.jdbc
 
MockRowIdTest() - Constructor for class com.mockrunner.test.jdbc.MockRowIdTest
 
MockSavepoint - Class in com.mockrunner.mock.jdbc
Mock implementation of Savepoint.
MockSavepoint(int) - Constructor for class com.mockrunner.mock.jdbc.MockSavepoint
 
MockSavepoint(String, int) - Constructor for class com.mockrunner.mock.jdbc.MockSavepoint
 
MockSQLXML - Class in com.mockrunner.mock.jdbc
Mock implementation of MockSQLXML.
MockSQLXML() - Constructor for class com.mockrunner.mock.jdbc.MockSQLXML
 
MockSQLXML(String) - Constructor for class com.mockrunner.mock.jdbc.MockSQLXML
 
MockSQLXML(Reader) - Constructor for class com.mockrunner.mock.jdbc.MockSQLXML
 
MockSQLXML(InputStream) - Constructor for class com.mockrunner.mock.jdbc.MockSQLXML
 
MockSQLXML(Document) - Constructor for class com.mockrunner.mock.jdbc.MockSQLXML
 
MockSQLXMLTest - Class in com.mockrunner.test.jdbc
 
MockSQLXMLTest() - Constructor for class com.mockrunner.test.jdbc.MockSQLXMLTest
 
MockStatement - Class in com.mockrunner.mock.jdbc
Mock implementation of Statement.
MockStatement(Connection) - Constructor for class com.mockrunner.mock.jdbc.MockStatement
 
MockStatement(Connection, int, int) - Constructor for class com.mockrunner.mock.jdbc.MockStatement
 
MockStatement(Connection, int, int, int) - Constructor for class com.mockrunner.mock.jdbc.MockStatement
 
MockStruct - Class in com.mockrunner.mock.jdbc
Mock implementation of Struct.
MockStruct(Object[]) - Constructor for class com.mockrunner.mock.jdbc.MockStruct
 
MockStruct(String, Object[]) - Constructor for class com.mockrunner.mock.jdbc.MockStruct
 
MockStruct(String) - Constructor for class com.mockrunner.mock.jdbc.MockStruct
 
MockStructTest - Class in com.mockrunner.test.jdbc
 
MockStructTest() - Constructor for class com.mockrunner.test.jdbc.MockStructTest
 
moveToCurrentRow() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
moveToCurrentRow() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
moveToInsertRow() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
moveToInsertRow() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 

N

nativeSQL(String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
next() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
next() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
nullPlusNonNullIsNull() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
nullsAreSortedHigh() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
nullsAreSortedLow() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 

O

order(Connection, List) - Static method in class com.mockrunner.example.jdbc.Bookstore
 
OrderDB - Class in com.mockrunner.example.jdbc
This example calls a stored procedure that returns all the names for a specified date.
OrderDB() - Constructor for class com.mockrunner.example.jdbc.OrderDB
 
OrderDBTest - Class in com.mockrunner.example.jdbc
Example test for OrderDB.
OrderDBTest() - Constructor for class com.mockrunner.example.jdbc.OrderDBTest
 
othersDeletesAreVisible(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 

P

ParameterSets - Class in com.mockrunner.jdbc
Encapsulates the parameter sets for an executed MockPreparedStatement or MockCallableStatement.
ParameterSets(String) - Constructor for class com.mockrunner.jdbc.ParameterSets
 
ParameterSetsTest - Class in com.mockrunner.test.jdbc
 
ParameterSetsTest() - Constructor for class com.mockrunner.test.jdbc.ParameterSetsTest
 
ParameterUtil - Class in com.mockrunner.jdbc
Util class for PreparedStatement and ResultSet parameters.
ParameterUtil() - Constructor for class com.mockrunner.jdbc.ParameterUtil
 
ParameterUtilTest - Class in com.mockrunner.test.jdbc
 
ParameterUtilTest() - Constructor for class com.mockrunner.test.jdbc.ParameterUtilTest
 
ParameterUtilTest.TestParameter - Class in com.mockrunner.test.jdbc
 
ParameterUtilTest.TestParameter() - Constructor for class com.mockrunner.test.jdbc.ParameterUtilTest.TestParameter
 
PolyResultSet - Class in com.mockrunner.mock.jdbc
Contains a list of ResultSet objects where the next() method iterates through all ResultSet objects in the list.
PolyResultSet(List) - Constructor for class com.mockrunner.mock.jdbc.PolyResultSet
 
PolyResultSetTest - Class in com.mockrunner.test.jdbc
 
PolyResultSetTest() - Constructor for class com.mockrunner.test.jdbc.PolyResultSetTest
 
position(byte[], long) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
position(Blob, long) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
position(String, long) - Method in class com.mockrunner.mock.jdbc.MockClob
 
position(Clob, long) - Method in class com.mockrunner.mock.jdbc.MockClob
 
prepareCall(String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareCall(String, int, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareCall(String, int, int, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
PreparedStatementResultSetHandler - Class in com.mockrunner.jdbc
Concrete handler for MockPreparedStatement.
PreparedStatementResultSetHandler() - Constructor for class com.mockrunner.jdbc.PreparedStatementResultSetHandler
 
prepareFailedResult(int[], int, String, SQLException) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
prepareGeneratedKeys(String, MockResultSet, Object[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the generated keys ResultSet for a specified SQL string.
prepareGeneratedKeys(String, MockResultSet, List) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the generated keys ResultSet for a specified SQL string.
prepareGeneratedKeys(String, MockResultSet, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the generated keys ResultSet for a specified SQL string.
prepareGeneratedKeys(String, MockResultSet) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare the generated keys ResultSet for a specified SQL string.
prepareGlobalGeneratedKeys(MockResultSet) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare the global generated keys ResultSet.
prepareGlobalOutParameter(Map) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepares the global out parameter Map.
prepareGlobalResultSet(MockResultSet) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare the global ResultSet.
prepareGlobalResultSets(MockResultSet[]) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare an array of global ResultSet objects.
prepareGlobalUpdateCount(int) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare the global update count for executeUpdate calls.
prepareGlobalUpdateCounts(int[]) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare an array of global update count values for executeUpdate calls.
prepareOutParameter(String, Map) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string.
prepareOutParameter(String, Map, Object[]) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string and the specified parameters.
prepareOutParameter(String, Map, List) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string and the specified parameters.
prepareOutParameter(String, Map, Map) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string and the specified parameters.
prepareResultSet(String, MockResultSet, Object[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare a ResultSet for a specified SQL string and the specified parameters.
prepareResultSet(String, MockResultSet, List) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare a ResultSet for a specified SQL string and the specified parameters.
prepareResultSet(String, MockResultSet, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare a ResultSet for a specified SQL string and the specified parameters.
prepareResultSet(String, MockResultSet) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare a ResultSet for a specified SQL string.
prepareResultSets(String, MockResultSet[], Object[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare an array of ResultSet objects for a specified SQL string and the specified parameters.
prepareResultSets(String, MockResultSet[], List) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare an array of ResultSet objects for a specified SQL string and the specified parameters.
prepareResultSets(String, MockResultSet[], Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare an array of ResultSet objects for a specified SQL string and the specified parameters.
prepareResultSets(String, MockResultSet[]) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare an array of ResultSet objects for a specified SQL string.
prepareReturnsResultSet(String, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare if the specified SQL string is a select that returns a ResultSet.
prepareStatement(String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareStatement(String, int, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareStatement(String, int, int, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareStatement(String, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareStatement(String, int[]) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareStatement(String, String[]) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
prepareThrowsSQLException(String, Object[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String, List) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String, SQLException, Object[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String, SQLException, List) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String, SQLException, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare that the specified SQL string should raise an exception.
prepareThrowsSQLException(String, SQLException) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare that the specified SQL string should raise an exception.
prepareUpdateCount(String, int, Object[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the update count for execute update calls for a specified SQL string and the specified parameters.
prepareUpdateCount(String, int, List) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the update count for execute update calls for a specified SQL string and the specified parameters.
prepareUpdateCount(String, int, Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the update count for execute update calls for a specified SQL string and the specified parameters.
prepareUpdateCount(String, int) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare the update count for executeUpdate calls for a specified SQL string.
prepareUpdateCounts(String, int[], Object[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare an array update count values for execute update calls for a specified SQL string and the specified parameters.
prepareUpdateCounts(String, int[], List) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare an array update count values for execute update calls for a specified SQL string and the specified parameters.
prepareUpdateCounts(String, int[], Map) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare an array update count values for execute update calls for a specified SQL string and the specified parameters.
prepareUpdateCounts(String, int[]) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare an array update count values for executeUpdate calls for a specified SQL string.
previous() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
previous() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 

R

refreshRow() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
refreshRow() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
registerMockDriver() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Removes all JDBC drivers from the DriveManager and registers the mock driver.
registerOutParameter(int, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
registerOutParameter(int, int, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
registerOutParameter(int, int, String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
registerOutParameter(String, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
registerOutParameter(String, int, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
registerOutParameter(String, int, String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
relative(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
relative(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
releaseSavepoint(Savepoint) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
resetNumberCommits() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
resetNumberRollbacks() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
resetSavepointMap() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
restoreDrivers() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Since JDBCMockObjectFactory removes all the drivers from the DriveManager (so the MockDriver is guaranteed to be the only one) you can use this method to restore the original drivers.
ResultSetFactory - Interface in com.mockrunner.jdbc
Interface for ResultSet factories.
rollback() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
rollback(Savepoint) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
rowDeleted(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if the row with the specified number was deleted The first row has the number 1.
rowDeleted() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
rowDeleted() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
rowInserted(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if the row with the specified number was inserted The first row has the number 1.
rowInserted() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
rowInserted() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
rowUpdated(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Returns if the row with the specified number was updated The first row has the number 1.
rowUpdated() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
rowUpdated() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 

S

setAllProceduresAreCallable(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setAllTablesAreSelectable(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setArray(int, Array) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setAsciiStream(long) - Method in class com.mockrunner.mock.jdbc.MockClob
 
setAsciiStream(int, InputStream) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setAttributes(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setAttributes(String, String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setAutoCommit(boolean) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setAutoCommitFailureClosesAllResultSets(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setAutoIncrement(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setBaseType(int) - Method in class com.mockrunner.mock.jdbc.MockArray
Sets the base type.
setBaseTypeName(String) - Method in class com.mockrunner.mock.jdbc.MockArray
Sets the base type name.
setBaseTypeName(String) - Method in class com.mockrunner.mock.jdbc.MockRef
Sets the base type name.
setBestRowIdentifier(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setBestRowIdentifier(String, String, String, int, boolean, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setBigDecimal(String, BigDecimal) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBinaryStream(long) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
setBinaryStream(String, InputStream) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBinaryStream(int, InputStream) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBinaryStream() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
setBlob(String, Blob) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBlob(String, InputStream) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBlob(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBlob(int, Blob) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBlob(int, InputStream) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBoolean(String, boolean) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBoolean(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setByte(String, byte) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setByte(int, byte) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setBytes(long, byte[]) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
setBytes(long, byte[], int, int) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
setBytes(String, byte[]) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setBytes(int, byte[]) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setCallableStatementResultSetHandler(AbstractOutParameterResultSetHandler) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setCaseSensitive(boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Set if specified SQL strings should be handled case sensitive.
setCaseSensitive(boolean) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
setCaseSensitive(boolean) - Method in class com.mockrunner.jdbc.JDBCTestModule
Set if specified SQL statements should be handled case sensitive.
setCaseSensitive(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
Set if matching of catalogs, schemas, tables and columns is case sensitive.
setCaseSensitive(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setCatalog(String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setCatalogName(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setCatalogs(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setCatalogSeparator(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setCatalogTerm(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setCharacterStream(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setCharacterStream(long) - Method in class com.mockrunner.mock.jdbc.MockClob
 
setCharacterStream(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setCharacterStream() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
setClientInfo(Properties) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setClientInfo(String, String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setClientInfoProperties(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setClob(String, Clob) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setClob(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setClob(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setClob(int, Clob) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setClob(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setClob(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setColumnClassName(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setColumnCount(int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setColumnDisplaySize(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setColumnLabel(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setColumnName(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setColumnPrivileges(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setColumnPrivileges(String, String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setColumns(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setColumns(String, String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setColumnsCaseSensitive(boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Set if column names are case sensitive.
setColumnType(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setColumnTypeName(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setConnection(Connection) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setContinueProcessingOnBatchFailure(boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Set if batch processing should be continued if one of the commands in the batch fails.
setCrossReference(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setCrossReference(String, String, String, String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setCurrency(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setCursorName(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Sets the cursor name.
setCursorName(String) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setDatabaseMajorVersion(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDatabaseMinorVersion(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDatabaseProductName(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDatabaseProductVersion(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDatabaseView(boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSet
The MockResultSet keeps the data that's stored in the simulated database and a copy of the data that represents the current ResultSet data.
setDataDefinitionCausesTransactionCommit(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDataDefinitionIgnoredInTransactions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDate(String, Date) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setDate(String, Date, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setDate(int, Date, Calendar) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setDate(int, Date) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setDefaultTemplateConfiguration() - Method in class com.mockrunner.jdbc.FileResultSetFactory
This method sets the default template configuration.
setDefaultTransactionIsolation(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDefinitelyWritable(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setDeletesAreDetected(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDelimiter(String) - Method in class com.mockrunner.jdbc.FileResultSetFactory
Set the delimiter.
setDialect(int) - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Set the dialect of the XML Document.
setDoesMaxRowSizeIncludeBlobs(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDouble(String, double) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setDouble(int, double) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setDriverMajorVersion(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDriverMinorVersion(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDriverName(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setDriverVersion(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setEscapeProcessing(boolean) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setetMaxCatalogNameLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setExactMatch(boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Set if specified SQL statements must match exactly.
setExactMatch(boolean) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
setExactMatch(boolean) - Method in class com.mockrunner.jdbc.JDBCTestModule
Set if specified SQL statements must match exactly.
setExactMatchParameter(boolean) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Sets if the specified parameters must match exactly in order and number.
setExportedKeys(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setExportedKeys(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setExtraNameCharacters(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setFetchDirection(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
setFetchDirection(int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setFetchDirection(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
setFetchSize(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
setFetchSize(int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setFetchSize(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
setFirstLineContainsColumnNames(boolean) - Method in class com.mockrunner.jdbc.FileResultSetFactory
Set if the first line contains the column names.
setFloat(String, float) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setFloat(int, float) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setFunctionColumns(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setFunctionColumns(String, String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setFunctions(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setFunctions(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setGeneratedKeysAlwaysReturned(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setHoldability(int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setIdentifierQuoteString(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setImportedKeys(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setImportedKeys(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setIndexInfo(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setIndexInfo(String, String, String, boolean, boolean, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setInsertsAreDetected(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setInt(String, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setInt(int, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setIsCatalogAtStart(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setIsReadOnly(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setJDBCMajorVersion(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setJDBCMinorVersion(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setJDBCMockObjectFactory(JDBCMockObjectFactory) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
setJDBCTestModule(JDBCTestModule) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Sets the JDBCTestModule.
setLastGeneratedKeysResultSet(MockResultSet) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setLocatorsUpdateCopy(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setLoginTimeout(int) - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
setLogWriter(PrintWriter) - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
setLong(String, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setLong(int, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setMaxBinaryLiteralLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxCharLiteralLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxColumnNameLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxColumnsInGroupBy(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxColumnsInIndex(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxColumnsInOrderBy(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxColumnsInSelect(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxColumnsInTable(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxConnections(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxCursorNameLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxFieldSize(int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setMaxIndexLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxProcedureNameLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxRows(int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setMaxRowSize(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxSchemaNameLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxStatementLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxStatements(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxTableNameLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxTablesInSelect(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMaxUserNameLength(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setMetaData(DatabaseMetaData) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setMustRegisterOutParameters(boolean) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Set if out parameters must be registered to be returned.
setNCharacterStream(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNCharacterStream(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNClob(String, NClob) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNClob(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNClob(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNClob(int, NClob) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNClob(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setNString(String, String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNString(int, String) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNull(String, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNull(String, int, String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setNull(int, int, String) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNull(int, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setNullable(int, int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setNullable(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setNullPlusNonNullIsNull(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setNullsAreSortedAtEnd(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setNullsAreSortedAtStart(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setNullsAreSortedHigh(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setNullsAreSortedLow(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setNumericFunctions(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setObject(String, Object) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setObject(String, Object, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setObject(String, Object, int, int) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setObject(int, Object) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setObject(int, Object, int, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setObject(int, Object, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setObject(Object) - Method in class com.mockrunner.mock.jdbc.MockRef
 
setOthersDeletesAreVisible(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setOthersInsertsAreVisible(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setOthersUpdatesAreVisible(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setOwnDeletesAreVisible(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setOwnInsertsAreVisible(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setOwnUpdatesAreVisible(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setParameterClassName(int, String) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setParameterCount(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setParameterMode(int, int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setParameterType(int, int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setParameterTypeName(int, String) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setParentLogger(Logger) - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
setParentLogger(Logger) - Method in class com.mockrunner.mock.jdbc.MockDriver
 
setPoolable(boolean) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setPrecision(int, int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setPrecision(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setPreparedStatementResultSetHandler(AbstractParameterResultSetHandler) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setPrimaryKeys(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setPrimaryKeys(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setProcedureColumns(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setProcedureColumns(String, String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setProcedures(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setProcedures(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setProcedureTerm(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setPseudoColumns(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setPseudoColumns(String, String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setQueryTimeout(int) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setReadOnly(boolean) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setReadOnly(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setRef(int, Ref) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setReleased(boolean) - Method in class com.mockrunner.mock.jdbc.MockSavepoint
 
setResult(Class) - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
setResultSetConcurrency(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Sets the result set concurrency.
setResultSetHandler(AbstractResultSetHandler) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setResultSetHoldability(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setResultSetHoldability(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Sets the result set holdability.
setResultSetMetaData(ResultSetMetaData) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Sets the ResultSetMetaData for this ResultSet.
setResultSets(ResultSet[]) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setResultSetType(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Sets the result set type.
setRollbacked(boolean) - Method in class com.mockrunner.mock.jdbc.MockSavepoint
setRolledBack(boolean) - Method in class com.mockrunner.mock.jdbc.MockSavepoint
 
setRowId(String, RowId) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setRowId(int, RowId) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setRowIdLifetime(RowIdLifetime) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSavepoint() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setSavepoint(String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setScale(int, int) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setScale(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setSchema(String) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setSchemaName(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setSchemas(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSchemas(String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSchemaTerm(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSearchable(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setSearchStringEscape(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setShort(String, short) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setShort(int, short) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setSigned(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
setSigned(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setSQLKeywords(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSQLStateType(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSQLTypeName(String) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
setSQLXML(String, SQLXML) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setSQLXML(int, SQLXML) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setStatement(Statement) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Sets the Statement for this ResultSet.
setStoresLowerCaseIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setStoresLowerCaseQuotedIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setStoresMixedCaseIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setStoresMixedCaseQuotedIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setStoresUpperCaseIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setStoresUpperCaseQuotedIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setString(String, String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setString(long, String) - Method in class com.mockrunner.mock.jdbc.MockClob
 
setString(long, String, int, int) - Method in class com.mockrunner.mock.jdbc.MockClob
 
setString(int, String) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setString(String) - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
setStringFunctions(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSuperTables(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSuperTables(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSuperTypes(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSuperTypes(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsAlterTableWithAddColumn(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsAlterTableWithDropColumn(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsANSI92EntryLevelSQL(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsANSI92FullSQL(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsANSI92IntermediateSQL(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsBatchUpdates(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsCatalogsInDataManipulation(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsCatalogsInIndexDefinitions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsCatalogsInPrivilegeDefinitions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsCatalogsInProcedureCalls(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsCatalogsInTableDefinitions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsColumnAliasing(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsConvert(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsCoreSQLGrammar(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsCorrelatedSubqueries(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsDataDefinitionAndDataManipulationTransactions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsDataManipulationTransactionsOnly(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsDifferentTableCorrelationNames(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsExpressionsInOrderBy(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsExtendedSQLGrammar(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsFullOuterJoins(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsGetGeneratedKeys(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsGroupBy(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsGroupByBeyondSelect(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsGroupByUnrelated(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsIntegrityEnhancementFacility(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsLikeEscapeClause(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsLimitedOuterJoins(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsMinimumSQLGrammar(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsMixedCaseIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsMixedCaseQuotedIdentifiers(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsMultipleOpenResults(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsMultipleResultSets(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsMultipleTransactions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsNamedParameters(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsNonNullableColumns(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsOpenCursorsAcrossCommit(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsOpenCursorsAcrossRollback(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsOpenStatementsAcrossCommit(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsOpenStatementsAcrossRollback(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsOrderByUnrelated(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsOuterJoins(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsPositionedDelete(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsPositionedUpdate(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsResultSetConcurrency(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsResultSetHoldability(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsResultSetType(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSavepoints(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSchemasInDataManipulation(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSchemasInIndexDefinitions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSchemasInPrivilegeDefinitions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSchemasInProcedureCalls(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSchemasInTableDefinitions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSelectForUpdate(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsStatementPooling(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsStoredFunctionsUsingCallSyntax(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsStoredProcedures(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSubqueriesInComparisons(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSubqueriesInExists(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSubqueriesInIns(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsSubqueriesInQuantifieds(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsTableCorrelationNames(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsTransactionIsolationLevel(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsTransactions(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsUnion(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSupportsUnionAll(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setSystemFunctions(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTableName(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
setTablePrivileges(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTablePrivileges(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTables(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTables(String, String, String, String[], ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTableTypes(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTemplateConfiguration(String, Map) - Method in class com.mockrunner.jdbc.FileResultSetFactory
This method sets a custom template configuration.
setTime(String, Time) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setTime(String, Time, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setTime(int, Time, Calendar) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setTime(int, Time) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setTimeDateFunctions(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTimestamp(String, Timestamp) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setTimestamp(int, Timestamp) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setTransactionIsolation(int) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setTrim(boolean) - Method in class com.mockrunner.jdbc.FileResultSetFactory
Set if the column entries should be trimmed.
setTrim(boolean) - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Set if the column entries should be trimmed.
setTypeInfo(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setTypeMap(Map) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
setUDTs(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setUDTs(String, String, String, int[], ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setUnicodeStream(int, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setUp() - Method in class com.mockrunner.example.jdbc.BookstoreTest
 
setUp() - Method in class com.mockrunner.example.jdbc.OrderDBTest
 
setUp() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Creates the JDBCTestModule.
setUp() - Method in class com.mockrunner.test.jdbc.ArrayResultSetFactoryTest
Set up the test fixture.
setUp() - Method in class com.mockrunner.test.jdbc.BasicJDBCTestCaseAdapterTest
 
setUp() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockArrayTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockConnectionTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockParameterMetaDataTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockResultSetMetaDataTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
setUp() - Method in class com.mockrunner.test.jdbc.MockRowIdTest
 
setUp() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Set up the test fixture.
setupConnection(Connection) - Method in class com.mockrunner.mock.jdbc.MockDataSource
Set up the connection.
setupConnection(Connection) - Method in class com.mockrunner.mock.jdbc.MockDriver
 
setUpdateCounts(int[]) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
setUpdatesAreDetected(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setURL(String, URL) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
setURL(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setURL(int, URL) - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
setUseRegularExpressions(boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Set if regular expressions should be used when matching SQL statements.
setUseRegularExpressions(boolean) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
setUseRegularExpressions(boolean) - Method in class com.mockrunner.jdbc.JDBCTestModule
Set if regular expressions should be used when matching SQL statements.
setUserName(String) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setUsesLocalFilePerTable(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setUsesLocalFiles(boolean) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setUseTemplates(boolean) - Method in class com.mockrunner.jdbc.FileResultSetFactory
Set this to true to allow the use of templates in data files.
setVersionColumns(ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setVersionColumns(String, String, String, ResultSet) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
setWritable(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
SQLStatementMatcher - Class in com.mockrunner.jdbc
Helper class for finding matching SQL statements based on various search parameters.
SQLStatementMatcher(boolean, boolean) - Constructor for class com.mockrunner.jdbc.SQLStatementMatcher
 
SQLStatementMatcher(boolean, boolean, boolean) - Constructor for class com.mockrunner.jdbc.SQLStatementMatcher
 
SQLStatementMatcherTest - Class in com.mockrunner.test.jdbc
 
SQLStatementMatcherTest() - Constructor for class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
SQLUtil - Class in com.mockrunner.jdbc
Simple util class for SQL statements
SQLUtil() - Constructor for class com.mockrunner.jdbc.SQLUtil
 
SQUIRREL_DIALECT - Static variable in class com.mockrunner.jdbc.XMLResultSetFactory
 
StatementResultSetHandler - Class in com.mockrunner.jdbc
Concrete handler for AbstractResultSetHandler.
StatementResultSetHandler() - Constructor for class com.mockrunner.jdbc.StatementResultSetHandler
 
storesLowerCaseIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
StringValuesTable - Class in com.mockrunner.jdbc
A data structure providing tabular (row and column) access semantics to items within.
StringValuesTable(String, String[][]) - Constructor for class com.mockrunner.jdbc.StringValuesTable
Creates a new StringValuesTable with the given name, columns and string matrix.
StringValuesTable(String, String[], String[][]) - Constructor for class com.mockrunner.jdbc.StringValuesTable
Creates a new StringValuesTable with the given name, columns and string matrix.
StringValuesTableTest - Class in com.mockrunner.test.jdbc
Exercises the published contract for StringValuesTable instances.
StringValuesTableTest() - Constructor for class com.mockrunner.test.jdbc.StringValuesTableTest
 
supportsAlterTableWithAddColumn() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsBatchUpdates() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsColumnAliasing() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsConvert() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsConvert(int, int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsFullOuterJoins() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsGroupBy() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsMultipleResultSets() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsMultipleTransactions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsNamedParameters() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsNonNullableColumns() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsOuterJoins() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsPositionedDelete() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsPositionedUpdate() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsResultSetType(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSavepoints() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSelectForUpdate() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsStatementPooling() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsTransactions() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsUnion() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
supportsUnionAll() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
SYBASE_DIALECT - Static variable in class com.mockrunner.jdbc.XMLResultSetFactory
 

T

tearDown() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
 
tearDown() - Method in class com.mockrunner.test.jdbc.ArrayResultSetFactoryTest
Tear down the test fixture.
tearDown() - Method in class com.mockrunner.test.jdbc.MockConnectionTest
 
tearDown() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
tearDown() - Method in class com.mockrunner.test.jdbc.MockParameterMetaDataTest
 
tearDown() - Method in class com.mockrunner.test.jdbc.MockResultSetMetaDataTest
 
tearDown() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Tear down the test fixture.
testAddColumn() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testAddRow() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testAttributes() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testAttributes() - Method in class com.mockrunner.test.jdbc.MockStructTest
 
testAttributesCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testAttributesWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testBadCreate() - Method in class com.mockrunner.test.jdbc.FileResultSetFactoryTest
 
testBadCreate() - Method in class com.mockrunner.test.jdbc.XMLResultSetFactoryTest
Test for a bad create where there is no actual file passed to the XMLResultSetFactory
testBestRowIdentifier() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testBestRowIdentifierCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testCallStoredProc() - Method in class com.mockrunner.example.jdbc.OrderDBTest
 
testCaseInsensitiveColumns() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testCaseSensitiveColumns() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testClientInfo() - Method in class com.mockrunner.test.jdbc.MockConnectionTest
 
testClone() - Method in class com.mockrunner.test.jdbc.MockArrayTest
 
testClone() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testClone() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testClone() - Method in class com.mockrunner.test.jdbc.MockRefTest
 
testClone() - Method in class com.mockrunner.test.jdbc.MockRowIdTest
 
testClone() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testClone() - Method in class com.mockrunner.test.jdbc.MockStructTest
 
testCloneAndIsEqual() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testCloneDeepCopyMetaData() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testCloneOnInsertRow() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testCloneOnUpdateRow() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testColumnPrivileges() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testColumnPrivilegesCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testColumnPrivilegesWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testColumns() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testColumnsCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testColumnsWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testCompareParameter() - Method in class com.mockrunner.test.jdbc.ParameterUtilTest
 
testConstructors() - Method in class com.mockrunner.test.jdbc.ArrayResultSetFactoryTest
Ensures that the contructors published for ArrayResultSetFactory fulfill their contract.
testConstructors() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that the contructors published for StringValuesTable fulfill their contract.
testContains() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testContainsRegEx() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testCopyParameter() - Method in class com.mockrunner.test.jdbc.ParameterUtilTest
 
testCorrectSQL() - Method in class com.mockrunner.example.jdbc.BookstoreTest
 
testCreate() - Method in class com.mockrunner.test.jdbc.ArrayResultSetFactoryTest
Ensures that MockResultSet create(id) fulfills its published contract.
testCreate() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest
 
testCreateTypes() - Method in class com.mockrunner.test.jdbc.MockConnectionTest
 
testCreateWithTemplates() - Method in class com.mockrunner.test.jdbc.FileResultSetFactoryTest
 
testCrossReference() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testCrossReferenceCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testCursorNotAllowed() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testCursorPosition() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testDatabaseMetaData() - Method in class com.mockrunner.test.jdbc.MockConnectionTest
 
testDatabaseView() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testDisconnect() - Method in class com.mockrunner.test.jdbc.MockConnectionTest
 
testDoStringsMatch() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testDoStringsMatchRegEx() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testDriverDeregistered() - Method in class com.mockrunner.test.jdbc.BasicJDBCTestCaseAdapterTest
 
testEmptyResultSet() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testEquals() - Method in class com.mockrunner.test.jdbc.MockArrayTest
 
testEquals() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testEquals() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testEquals() - Method in class com.mockrunner.test.jdbc.MockRefTest
 
testEquals() - Method in class com.mockrunner.test.jdbc.MockRowIdTest
 
testEquals() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testEquals() - Method in class com.mockrunner.test.jdbc.MockStructTest
 
testError() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testException() - Method in class com.mockrunner.example.jdbc.BookstoreTest
 
testExportedKeys() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testExportedKeysCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testFindColumn() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testFree() - Method in class com.mockrunner.test.jdbc.MockArrayTest
 
testFree() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testFree() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testFree() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testFunctionColumns() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testFunctionColumnsCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testFunctionColumnsWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testFunctions() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testFunctionsCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testFunctionsWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testGetArray() - Method in class com.mockrunner.test.jdbc.MockArrayTest
 
testGetBinaryStream() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testGetBytes() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testGetBytes() - Method in class com.mockrunner.test.jdbc.MockRowIdTest
 
testGetCallableStatementObjects() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetCallableStatementsByIndex() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetCallableStatementsBySQL() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetCallableStatementsBySQLRegEx() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetColumnByName() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for String[] getColumn(String) is upheld.
testGetColumnByNumber() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for String[] getColumn(int) is upheld.
testGetColumnCountMetaData() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testGetColumnNames() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for String[] getColumnNames() is upheld.
testGetExecutedSQLStatementParameter() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetExecutedSQLStatementParameterSets() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetExecutedSQLStatements() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetExecutedSQLStatementsRegEx() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetFile() - Method in class com.mockrunner.test.jdbc.FileResultSetFactoryTest
 
testGetItemColumnName() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for String getItem(int, String) is upheld.
testGetItemColumnNumber() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for String getItem(int, int) is upheld.
testGetMatchingObjects() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testGetMatchingObjectsRegEx() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testGetMatchingObjectsResolveCollection() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testGetMatchingObjectsResolveCollectionRegEx() - Method in class com.mockrunner.test.jdbc.SQLStatementMatcherTest
 
testGetMethods() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testGetName() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for String getName() is upheld.
testGetNumberOfColumns() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for int getNumberOfColumns() is upheld.
testGetNumberOfRows() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for int getNumberOfRows() is upheld.
testGetPreparedStatementObjects() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetPreparedStatementsByIndex() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetPreparedStatementsBySQL() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetPreparedStatementsBySQLRegEx() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetResultSet() - Method in class com.mockrunner.test.jdbc.MockArrayTest
 
testGetReturnedResultSets() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetRow() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for String[] getRow(int) is upheld.
testGetStatements() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testGetStream() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testGetUnderlyingResultSetList() - Method in class com.mockrunner.test.jdbc.PolyResultSetTest
 
testGetValues() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testGetXMLFile() - Method in class com.mockrunner.test.jdbc.XMLResultSetFactoryTest
 
testGoodCreate() - Method in class com.mockrunner.test.jdbc.FileResultSetFactoryTest
 
testIllegalMethods() - Method in class com.mockrunner.test.jdbc.PolyResultSetTest
 
testImportedKeys() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testImportedKeysCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testIndexInfo() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testIndexInfoCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testInsertDeleteRows() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testInsertOnEmptyResultSet() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testInsertRowFailure() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testIsEqual() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testIsEqualNotAssignableAndNull() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testIsValidColumnName() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for boolean isValidColumnName(String) is upheld.
testIsValidColumnNumber() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for boolean isValidColumnNumber(int) is upheld.
testIsValidRowNumber() - Method in class com.mockrunner.test.jdbc.StringValuesTableTest
Ensures that published contract for boolean isValidRowNumber(int) is upheld.
testJDBCFactorySet() - Method in class com.mockrunner.test.jdbc.BasicJDBCTestCaseAdapterTest
 
testMultipleReturnedResultSetsClosed() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testNext() - Method in class com.mockrunner.test.jdbc.PolyResultSetTest
 
testNoContent() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testOverrideCreate() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest
 
testParameterSets() - Method in class com.mockrunner.test.jdbc.ParameterSetsTest
 
testPosition() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testPosition() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testPreparedStatementsAndCallableStatementsSQLOrdered() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testPrepareStatementAutoGeneratedKeys() - Method in class com.mockrunner.test.jdbc.MockConnectionTest
 
testPrimaryKeys() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testPrimaryKeysCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testProcedureColumns() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testProcedureColumnsCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testProcedureColumnsWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testProcedures() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testProceduresCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testProceduresWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testRestoreDivers() - Method in class com.mockrunner.test.jdbc.JDBCMockObjectFactoryTest
 
testReturnedResultSetsClosed() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testRowsInsertDeleteUpdateNotAllowed() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testRowsInsertedDeletedUpdated() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testSavepoints() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSchemas() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSchemasCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSchemasWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSetAndClone() - Method in class com.mockrunner.test.jdbc.MockResultSetMetaDataTest
 
testSetAndGet() - Method in class com.mockrunner.test.jdbc.MockParameterMetaDataTest
 
testSetBinaryStream() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSetCharacterStream() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSetDOMResultGetNode() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSetDOMResultSetNode() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSetFetchDirection() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testSetSAXResult() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSetStAXResult() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSetStreamResult() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSetString() - Method in class com.mockrunner.test.jdbc.MockSQLXMLTest
 
testSQLStatementNullParameterCallableStatement() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementNullParameterPreparedStatement() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementParameterCallableStatement() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementParameterCallableStatementBatchParameterSets() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementParameterMultipleParameterSets() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementParameterNoParameterSets() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementParameterNumber() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementParameterPreparedStatement() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSQLStatementParameterPreparedStatementBatchParameterSets() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSquirrelCreate() - Method in class com.mockrunner.test.jdbc.XMLResultSetFactoryTest
Test for the SquirrelSQL Dialect of the XMLResultSetFactory
testStatementsClosed() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testSubString() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testSuccessfulOrder() - Method in class com.mockrunner.example.jdbc.BookstoreTest
 
testSuperTables() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSuperTablesCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSuperTablesWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSuperTypes() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSuperTypesCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSuperTypesWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testSybaseCreate() - Method in class com.mockrunner.test.jdbc.XMLResultSetFactoryTest
Test for the Sybase Dialect of the XMLResultSetFactory
testTablePrivileges() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testTablePrivilegesCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testTablePrivilegesWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testTables() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testTablesCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testTablesWithTypes() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testTablesWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testToString() - Method in class com.mockrunner.test.jdbc.MockArrayTest
 
testToString() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testToString() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testToString() - Method in class com.mockrunner.test.jdbc.MockRefTest
 
testToString() - Method in class com.mockrunner.test.jdbc.MockRowIdTest
 
testToString() - Method in class com.mockrunner.test.jdbc.MockStructTest
 
testTransferFailure() - Method in class com.mockrunner.example.jdbc.BankTest
 
testTransferOk() - Method in class com.mockrunner.example.jdbc.BankTest
 
testUDTs() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testUDTsCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testUDTsWithTypes() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testUDTsWithWildcards() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testUpdateBlobAndClob() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testUpdateData() - Method in class com.mockrunner.test.jdbc.MockBlobTest
 
testUpdateData() - Method in class com.mockrunner.test.jdbc.MockClobTest
 
testUpdateDeleteInvalidRow() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testUpdateSQLXML() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testUpdateStreams() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testUpdateValues() - Method in class com.mockrunner.test.jdbc.MockResultSetTest
 
testVerifyCallableStatementOutParameterRegistered() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testVerifyNumberCommitsAndRollbacks() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testVerifyResultSet() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testVerifyResultSetRowModified() - Method in class com.mockrunner.test.jdbc.JDBCTestModuleTest
 
testVersionColumns() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testVersionColumnsCaseSensitive() - Method in class com.mockrunner.test.jdbc.MockDatabaseMetaDataTest
 
testWrongId() - Method in class com.mockrunner.example.jdbc.BankTest
 
toString() - Method in class com.mockrunner.mock.jdbc.MockArray
 
toString() - Method in class com.mockrunner.mock.jdbc.MockBlob
 
toString() - Method in class com.mockrunner.mock.jdbc.MockClob
 
toString() - Method in class com.mockrunner.mock.jdbc.MockRef
 
toString() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
toString() - Method in class com.mockrunner.mock.jdbc.MockRowId
 
toString() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
toString() - Method in class com.mockrunner.mock.jdbc.MockStruct
 
transfer(int, int, int) - Method in class com.mockrunner.example.jdbc.Bank
 
truncate(long) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
truncate(long) - Method in class com.mockrunner.mock.jdbc.MockClob
 

U

unwrap(Class) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
unwrap(Class) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
unwrap(Class) - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
unwrap(Class) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
unwrap(Class) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
unwrap(Class) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
unwrap(Class) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
unwrap(Class) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateArray(int, Array) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateArray(String, Array) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateArray(int, Array) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateArray(String, Array) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBlob(int, Blob) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBlob(String, Blob) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBlob(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBlob(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBlob(int, InputStream) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBlob(String, InputStream) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBlob(int, InputStream, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBlob(int, Blob) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBlob(int, InputStream) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBlob(String, Blob) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBlob(String, InputStream, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBlob(String, InputStream) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBoolean(int, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBoolean(String, boolean) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBoolean(int, boolean) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBoolean(String, boolean) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateByte(int, byte) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateByte(String, byte) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateByte(int, byte) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateByte(String, byte) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBytes(int, byte[]) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBytes(String, byte[]) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateBytes(int, byte[]) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateBytes(String, byte[]) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateCharacterStream(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateCharacterStream(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateCharacterStream(int, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateCharacterStream(String, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateClob(int, Clob) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateClob(String, Clob) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateClob(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateClob(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateClob(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateClob(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateClob(int, Clob) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateClob(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateClob(int, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateClob(String, Clob) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateClob(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateClob(String, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateDate(int, Date) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateDate(String, Date) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateDate(int, Date) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateDate(String, Date) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateDouble(int, double) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateDouble(String, double) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateDouble(int, double) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateDouble(String, double) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateFloat(int, float) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateFloat(String, float) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateFloat(int, float) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateFloat(String, float) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateInt(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateInt(String, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateInt(int, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateInt(String, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateLong(int, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateLong(String, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateLong(int, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateLong(String, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNCharacterStream(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNCharacterStream(int, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNClob(int, NClob) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNClob(String, NClob) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNClob(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNClob(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNClob(int, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNClob(String, Reader) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNClob(int, NClob) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNClob(int, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNClob(int, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNClob(String, NClob) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNClob(String, Reader, long) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNClob(String, Reader) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNString(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNString(String, String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNString(int, String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNString(String, String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNull(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNull(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateNull(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateNull(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateObject(int, Object) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateObject(int, Object, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateObject(String, Object, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateObject(String, Object) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateObject(int, Object, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateObject(int, Object) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateObject(String, Object, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateObject(String, Object) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateRef(int, Ref) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateRef(String, Ref) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateRef(int, Ref) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateRef(String, Ref) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateRow() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateRow() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateRowId(int, RowId) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateRowId(String, RowId) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateRowId(int, RowId) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateRowId(String, RowId) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updatesAreDetected(int) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
updateShort(int, short) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateShort(String, short) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateShort(int, short) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateShort(String, short) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateString(int, String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateString(String, String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateString(int, String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateString(String, String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateTime(int, Time) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateTime(String, Time) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateTime(int, Time) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateTime(String, Time) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
usesLocalFilePerTable() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
usesLocalFiles() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 

V

verifyAllResultSetsClosed() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyAllResultSetsClosed() - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that all ResultSet objects are closed.
verifyAllStatementsClosed() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyAllStatementsClosed() - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that all statements, all prepared statements and all callable statements are closed.
verifyCallableStatementClosed(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementClosed(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementClosed(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a callable statement is closed.
verifyCallableStatementClosed(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a callable statement is closed.
verifyCallableStatementNotPresent(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementNotPresent(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a CallableStatement with the specified SQL statement is not present.
verifyCallableStatementOutParameterRegistered(CallableStatement, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementOutParameterRegistered(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementOutParameterRegistered(int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementOutParameterRegistered(CallableStatement, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementOutParameterRegistered(String, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementOutParameterRegistered(int, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementOutParameterRegistered(CallableStatement, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an out parameter was registered on the specified CallableStatement.
verifyCallableStatementOutParameterRegistered(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an out parameter was registered on the CallableStatement with the specified SQL.
verifyCallableStatementOutParameterRegistered(int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an out parameter was registered on the CallableStatement with the specified index.
verifyCallableStatementOutParameterRegistered(CallableStatement, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an out parameter was registered on the specified CallableStatement.
verifyCallableStatementOutParameterRegistered(String, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an out parameter was registered on the CallableStatement with the specified SQL.
verifyCallableStatementOutParameterRegistered(int, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an out parameter was registered on the CallableStatement with the specified index.
verifyCallableStatementParameter(int, String, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameter(CallableStatement, int, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameter(String, int, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameter(int, int, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameter(CallableStatement, String, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameter(String, String, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameter(CallableStatement, int, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the specified CallableStatement is equal to the specified object.
verifyCallableStatementParameter(String, int, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the CallableStatement with the specified SQL statement is equal to the specified object.
verifyCallableStatementParameter(int, int, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the CallableStatement with the specified SQL statement is equal to the specified object.
verifyCallableStatementParameter(CallableStatement, String, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the specified CallableStatement is equal to the specified object.
verifyCallableStatementParameter(String, String, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the CallableStatement with the specified SQL statement is equal to the specified object.
verifyCallableStatementParameter(int, String, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the CallableStatement with the specified SQL statement is equal to the specified object.
verifyCallableStatementParameterNotPresent(CallableStatement, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterNotPresent(int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterNotPresent(CallableStatement, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterNotPresent(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterNotPresent(int, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterNotPresent(String, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterNotPresent(CallableStatement, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyCallableStatementParameterNotPresent(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyCallableStatementParameterNotPresent(int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyCallableStatementParameterNotPresent(CallableStatement, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyCallableStatementParameterNotPresent(String, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyCallableStatementParameterNotPresent(int, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyCallableStatementParameterPresent(int, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterPresent(CallableStatement, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterPresent(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterPresent(int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterPresent(String, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterPresent(CallableStatement, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementParameterPresent(CallableStatement, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a CallableStatement with the specified index.
verifyCallableStatementParameterPresent(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a CallableStatement with the specified index.
verifyCallableStatementParameterPresent(int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a CallableStatement with the specified index.
verifyCallableStatementParameterPresent(CallableStatement, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a CallableStatement with the specified index.
verifyCallableStatementParameterPresent(String, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a CallableStatement with the specified index.
verifyCallableStatementParameterPresent(int, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a CallableStatement with the specified index.
verifyCallableStatementPresent(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCallableStatementPresent(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a CallableStatement with the specified SQL statement is present.
verifyColumnNames(String[], String[][]) - Static method in class com.mockrunner.jdbc.StringValuesTable
Returns the given array if it is found to indeed be valid according to the published contract.
verifyCommitted() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyCommitted() - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the changes were commited, i.e.
verifyConnectionClosed() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyConnectionClosed() - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the connection is closed.
verifyNotCommitted() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNotCommitted() - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the changes were not commited.
verifyNotRolledBack() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNotRolledBack() - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the changes were not rolled back.
verifyNumberCallableStatements(int, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNumberCallableStatements(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNumberCallableStatements(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of callable statements.
verifyNumberCallableStatements(int, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of callable statements with the specified SQL.
verifyNumberCommits(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNumberCommits(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of commit calls.
verifyNumberPreparedStatements(int, String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNumberPreparedStatements(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNumberPreparedStatements(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of prepared statements.
verifyNumberPreparedStatements(int, String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of prepared statements with the specified SQL.
verifyNumberRollbacks(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNumberRollbacks(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of rollback calls.
verifyNumberStatements(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyNumberStatements(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of statements.
verifyPreparedStatementClosed(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementClosed(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementClosed(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a prepared statement is closed.
verifyPreparedStatementClosed(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a prepared statement is closed.
verifyPreparedStatementNotPresent(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementNotPresent(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a PreparedStatement with the specified SQL statement is not present.
verifyPreparedStatementParameter(PreparedStatement, int, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameter(String, int, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameter(int, int, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameter(PreparedStatement, int, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the specified PreparedStatement is equal to the specified object.
verifyPreparedStatementParameter(String, int, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the PreparedStatement with the specified SQL statement is equal to the specified object.
verifyPreparedStatementParameter(int, int, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter from the PreparedStatement with the specified SQL statement is equal to the specified object.
verifyPreparedStatementParameterNotPresent(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameterNotPresent(PreparedStatement, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameterNotPresent(int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameterNotPresent(PreparedStatement, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyPreparedStatementParameterNotPresent(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyPreparedStatementParameterNotPresent(int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter with the specified index is not present.
verifyPreparedStatementParameterPresent(PreparedStatement, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameterPresent(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameterPresent(int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementParameterPresent(PreparedStatement, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a PreparedStatement with the specified index.
verifyPreparedStatementParameterPresent(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a PreparedStatement with the specified index.
verifyPreparedStatementParameterPresent(int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a parameter was added to a PreparedStatement with the specified index.
verifyPreparedStatementPresent(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyPreparedStatementPresent(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a PreparedStatement with the specified SQL statement is present.
verifyResultSetClosed(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetClosed(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the ResultSet with the specified id is closed.
verifyResultSetColumn(String, String, List) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, int, List) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(String, int, List) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(String, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, String, List) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, String, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(String, String, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, int, List) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified List.
verifyResultSetColumn(MockResultSet, int, Object[]) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified array.
verifyResultSetColumn(String, int, List) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified List.
verifyResultSetColumn(String, int, Object[]) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified array.
verifyResultSetColumn(MockResultSet, String, List) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified List.
verifyResultSetColumn(MockResultSet, String, Object[]) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified array.
verifyResultSetColumn(String, String, List) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified List.
verifyResultSetColumn(String, String, Object[]) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a column of a ResultSet is equal to the entries in the specified array.
verifyResultSetEquals(String, MockResultSet) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetEquals(MockResultSet, MockResultSet) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetEquals(MockResultSet, MockResultSet) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a ResultSet is equal to another one.
verifyResultSetEquals(String, MockResultSet) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a ResultSet is equal to another one.
verifyResultSetRow(MockResultSet, int, List) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(MockResultSet, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(String, int, List) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(String, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(MockResultSet, int, List) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a row of a ResultSet is equal to the entries in the specified List.
verifyResultSetRow(MockResultSet, int, Object[]) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a row of a ResultSet is equal to the entries in the specified array.
verifyResultSetRow(String, int, List) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a row of a ResultSet is equal to the entries in the specified List.
verifyResultSetRow(String, int, Object[]) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a row of a ResultSet is equal to the entries in the specified array.
verifyResultSetRowDeleted(MockResultSet, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowDeleted(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowDeleted(MockResultSet, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was deleted.
verifyResultSetRowDeleted(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was deleted.
verifyResultSetRowInserted(MockResultSet, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowInserted(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowInserted(MockResultSet, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was inserted.
verifyResultSetRowInserted(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was inserted.
verifyResultSetRowNotDeleted(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowNotDeleted(MockResultSet, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowNotDeleted(MockResultSet, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was not deleted.
verifyResultSetRowNotDeleted(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was not deleted.
verifyResultSetRowNotInserted(MockResultSet, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowNotInserted(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowNotInserted(MockResultSet, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was not inserted.
verifyResultSetRowNotInserted(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was not inserted.
verifyResultSetRowNotUpdated(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowNotUpdated(MockResultSet, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowNotUpdated(MockResultSet, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was not updated.
verifyResultSetRowNotUpdated(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was not updated.
verifyResultSetRowUpdated(MockResultSet, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowUpdated(String, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRowUpdated(MockResultSet, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was updated.
verifyResultSetRowUpdated(String, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the specified row of a ResultSet was updated.
verifyRolledBack() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyRolledBack() - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the changes were rolled back, i.e.
verifySavepointNotReleased(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointNotReleased(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointNotReleased(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified index is not released.
verifySavepointNotReleased(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified name is not released.
verifySavepointNotRollbacked(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Deprecated. 
verifySavepointNotRollbacked(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Deprecated. 
verifySavepointNotRollbacked(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
verifySavepointNotRollbacked(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
verifySavepointNotRolledBack(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointNotRolledBack(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointNotRolledBack(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified index is not rolled back.
verifySavepointNotRolledBack(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified name is not rolled back.
verifySavepointPresent(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointPresent(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointPresent(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a Savepoint with the specified index is present.
verifySavepointPresent(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a Savepoint with the specified name is present.
verifySavepointReleased(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointReleased(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointReleased(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified index is released.
verifySavepointReleased(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified name is released.
verifySavepointRollbacked(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Deprecated. 
verifySavepointRollbacked(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Deprecated. 
verifySavepointRollbacked(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
verifySavepointRollbacked(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
verifySavepointRolledBack(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointRolledBack(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySavepointRolledBack(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified index is rolled back.
verifySavepointRolledBack(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that the Savepoint with the specified name is rolled back.
verifySQLStatementExecuted(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySQLStatementExecuted(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an SQL statement was executed.
verifySQLStatementNotExecuted(String) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySQLStatementNotExecuted(String) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that an SQL statement was not executed.
verifySQLStatementParameter(String, int, String, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySQLStatementParameter(String, int, int, Object) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySQLStatementParameter(String, int, Map) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySQLStatementParameter(String, int, Map) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the parameters for the specified SQL statement.
verifySQLStatementParameter(String, int, int, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the parameter for the specified SQL statement.
verifySQLStatementParameter(String, int, String, Object) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the parameter for the specified SQL statement.
verifySQLStatementParameterNumber(String, int, int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifySQLStatementParameterNumber(String, int, int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies the number of parameters for the specified SQL statement.
verifyStatementClosed(int) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyStatementClosed(int) - Method in class com.mockrunner.jdbc.JDBCTestModule
Verifies that a statement is closed.
verifyStringMatrix(String[][]) - Static method in class com.mockrunner.jdbc.StringValuesTable
Returns the given matrix if it is found to indeed be valid according to the published contract.

W

wasFreeCalled() - Method in class com.mockrunner.mock.jdbc.MockArray
Returns if MockArray.free() has been called.
wasFreeCalled() - Method in class com.mockrunner.mock.jdbc.MockBlob
Returns if MockBlob.free() has been called.
wasFreeCalled() - Method in class com.mockrunner.mock.jdbc.MockClob
Returns if MockClob.free() has been called.
wasFreeCalled() - Method in class com.mockrunner.mock.jdbc.MockSQLXML
Returns if MockSQLXML.free() has been called.
wasNull() - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
wasNull() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
wasNull() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 

X

XMLResultSetFactory - Class in com.mockrunner.jdbc
Can be used to create a ResultSet based on a an XML Document of the proper format.
XMLResultSetFactory(String) - Constructor for class com.mockrunner.jdbc.XMLResultSetFactory
 
XMLResultSetFactory(File) - Constructor for class com.mockrunner.jdbc.XMLResultSetFactory
 
XMLResultSetFactoryTest - Class in com.mockrunner.test.jdbc
 
XMLResultSetFactoryTest() - Constructor for class com.mockrunner.test.jdbc.XMLResultSetFactoryTest
 
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2003-2014. All Rights Reserved.