Skip navigation links
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
 
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
 
addAttribute(Object) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
addAttributes(Object[]) - Method in class com.mockrunner.mock.jdbc.MockStruct
 
addAttributes(List<Object>) - 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<Object>) - 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<Object>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Adds a column to the simulated database table.
addColumns(Set<String>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
addExecutedStatement(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Collects all SQL strings that were executed.
addParameterMapForExecutedStatement(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Collects all SQL strings that were executed.
addParameterSet(MockParameterMap) - 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(HashMap<String, Object>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
addRow(List<Object>) - 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.
autoCommitFailureClosesAllResultSets() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 

B

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
 
beforeFirst() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
beforeFirst() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 

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.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.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.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.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
 
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
 
columnsCaseSensitive - Variable in class com.mockrunner.jdbc.ResultSetFactory.Default
 
columnsCaseSensitive - Variable in class com.mockrunner.mock.jdbc.EvaluableResultSet.Factory
 
com.mockrunner.jdbc - package com.mockrunner.jdbc
 
com.mockrunner.mock.jdbc - package com.mockrunner.mock.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(String, Properties) - Method in class com.mockrunner.mock.jdbc.MockDriver
 
contains(Collection<String>, 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.ResultSetFactory.Default
 
create(String) - Method in class com.mockrunner.jdbc.XMLResultSetFactory
Makes and returns a MockResultSet created from an existing and valid XML Document.
create(String) - Method in class com.mockrunner.mock.jdbc.EvaluableResultSet.Factory
 
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.
createMockDataSource() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Creates the MockDataSource using new.
createMockDriver() - Method in class com.mockrunner.mock.jdbc.JDBCMockObjectFactory
Creates the MockDriver using new.
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
 
Default(boolean) - Constructor for class com.mockrunner.jdbc.ResultSetFactory.Default
 
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
 
doesMaxRowSizeIncludeBlobs() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
doParameterMatch(MockParameterMap, boolean) - Method in class com.mockrunner.mock.jdbc.MockParameterMap
 
doStringsMatch(String, String) - Method in class com.mockrunner.jdbc.SQLStatementMatcher
Compares two strings and returns if they match.

E

equals(Object) - Method in class com.mockrunner.jdbc.ParameterWrapper
 
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
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.ParameterIndex
 
equals(Object) - Method in class com.mockrunner.mock.jdbc.ParameterName
 
EvaluableResultSet - Class in com.mockrunner.mock.jdbc
 
EvaluableResultSet(String) - Constructor for class com.mockrunner.mock.jdbc.EvaluableResultSet
 
EvaluableResultSet(String, String) - Constructor for class com.mockrunner.mock.jdbc.EvaluableResultSet
 
EvaluableResultSet.Evaluable - Interface in com.mockrunner.mock.jdbc
Implementation of this interface will be stored in the result set.
EvaluableResultSet.Factory - Class in com.mockrunner.mock.jdbc
 
evaluate(String, MockParameterMap, String, int) - Method in interface com.mockrunner.mock.jdbc.EvaluableResultSet.Evaluable
 
evaluate(String, MockParameterMap) - Method in class com.mockrunner.mock.jdbc.EvaluableResultSet
 
evaluate(String, MockParameterMap) - Method in class com.mockrunner.mock.jdbc.MockResultSet
This method returns instance with contents evaluated using given SQL query and parameters.
exactMatchParameter - Variable in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
 
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<MockParameterMap>) - 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(MockParameterMap) - 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(MockParameterMap) - 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

Factory(boolean) - Constructor for class com.mockrunner.mock.jdbc.EvaluableResultSet.Factory
 
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
 
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
 
get(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMap
 
get(String) - Method in class com.mockrunner.mock.jdbc.MockParameterMap
 
getArray() - Method in class com.mockrunner.mock.jdbc.MockArray
 
getArray(Map<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getArray(long, int) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getArray(long, int, Map<String, Class<?>>) - 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<String, Class<?>>) - 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
Deprecated.
getBigDecimal(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getBigDecimal(int, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Deprecated.
getBigDecimal(String, int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Deprecated.
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
Deprecated.
getBigDecimal(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getBigDecimal(String, int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
Deprecated.
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, MockParameterMap) - 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(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
getGeneratedKeys() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
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.
getListFromMapForSQLStatement(S, Map<S, List<T>>) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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
 
getMatchingObjects(Map<PatternMatcher, ? extends T>, String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
getMatchingObjects(Map<String, ? extends T>, String, 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).
getMatchingObjectsFromCollections(Map<String, ? extends Collection<? extends T>>, String, 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, MockParameterMap, Map<PatternMatcher, List<ParameterWrapper<T>>>, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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
 
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
 
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<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(int, Class<T>) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(String, Class<T>) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(String) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.MockCallableStatement
 
getObject(Map<String, Class<?>>) - 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<T>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(String, Class<T>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
getObject(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(int, Class<T>) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
getObject(String, Class<T>) - 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, MockParameterMap) - 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
 
getParameters() - Method in class com.mockrunner.jdbc.ParameterWrapper
 
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
 
getParentLogger() - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
getParentLogger() - Method in class com.mockrunner.mock.jdbc.MockDriver
 
getPatternMatcherFactory() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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
 
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, MockParameterMap) - 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(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
getResultSet() - Method in class com.mockrunner.mock.jdbc.MockArray
 
getResultSet(long, int) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class com.mockrunner.mock.jdbc.MockArray
 
getResultSet(Map<String, Class<?>>) - 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
 
getResultSetFactory() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
getResultSetHoldability() - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
getResultSetHoldability() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getResultSets(String, MockParameterMap) - 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.
getResultSets(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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
Delegates to getSavepoint(int)
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
Delegates to getSavepoints()
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<T>) - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
getSQL() - Method in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
getSQLException(String, MockParameterMap) - 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.
getSQLException(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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
Delegates to getStatement(int)
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
Delegates to getStatements()
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, MockParameterMap) - 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
Deprecated.
getUnicodeStream(String) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Deprecated.
getUnicodeStream(int) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
Deprecated.
getUnicodeStream(String) - Method in class com.mockrunner.mock.jdbc.PolyResultSet
Deprecated.
getUpdateCount(String, MockParameterMap) - 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(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
getUpdateCount() - Method in class com.mockrunner.mock.jdbc.MockStatement
 
getUpdateCounts(String, MockParameterMap) - 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.
getUpdateCounts(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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
 
getWrappedObject() - Method in class com.mockrunner.jdbc.ParameterWrapper
 
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.jdbc.ParameterWrapper
 
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
 
hashCode() - Method in class com.mockrunner.mock.jdbc.ParameterIndex
 
hashCode() - Method in class com.mockrunner.mock.jdbc.ParameterName
 
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, MockParameterMap) - 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.
hasMultipleResultSets(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
hasMultipleUpdateCounts(String, MockParameterMap) - 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.
hasMultipleUpdateCounts(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
hasNext() - Method in class com.mockrunner.jdbc.ResultSetIterator
 

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
 
INSTANCE - Static variable in class com.mockrunner.jdbc.ResultSetFactory.Default
 
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<Object>) - 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<Object>) - 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<Object>) - 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
 
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.
JDBCTestModule - Class in com.mockrunner.jdbc
Module for JDBC tests.
JDBCTestModule(JDBCMockObjectFactory) - Constructor for class com.mockrunner.jdbc.JDBCTestModule
 

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
 
MockBlob - Class in com.mockrunner.mock.jdbc
Mock implementation of Blob.
MockBlob(byte[]) - Constructor for class com.mockrunner.mock.jdbc.MockBlob
 
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
 
MockConnection - Class in com.mockrunner.mock.jdbc
Mock implementation of Connection.
MockConnection() - Constructor for class com.mockrunner.mock.jdbc.MockConnection
 
MockConnection(StatementResultSetHandler, PreparedStatementResultSetHandler, CallableStatementResultSetHandler) - Constructor for class com.mockrunner.mock.jdbc.MockConnection
 
MockDatabaseMetaData - Class in com.mockrunner.mock.jdbc
Mock implementation of DatabaseMetaData.
MockDatabaseMetaData() - Constructor for class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
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
 
MockParameterMap - Class in com.mockrunner.mock.jdbc
 
MockParameterMap() - Constructor for class com.mockrunner.mock.jdbc.MockParameterMap
 
MockParameterMap(MockParameterMap) - Constructor for class com.mockrunner.mock.jdbc.MockParameterMap
 
MockParameterMap(Object[]) - Constructor for class com.mockrunner.mock.jdbc.MockParameterMap
 
MockParameterMap(List<Object>) - Constructor for class com.mockrunner.mock.jdbc.MockParameterMap
 
MockParameterMetaData - Class in com.mockrunner.mock.jdbc
Mock implementation of ParameterMetaData.
MockParameterMetaData() - Constructor for class com.mockrunner.mock.jdbc.MockParameterMetaData
 
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
 
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
 
MockRowId - Class in com.mockrunner.mock.jdbc
Mock implementation of RowId.
MockRowId(byte[]) - Constructor for class com.mockrunner.mock.jdbc.MockRowId
 
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
 
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
 
MockUnmodifiableParameterMap - Class in com.mockrunner.mock.jdbc
 
MockUnmodifiableParameterMap(MockParameterMap) - Constructor for class com.mockrunner.mock.jdbc.MockUnmodifiableParameterMap
 
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.jdbc.ResultSetIterator
Returns the list of column values of the next row, or null.
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

onPatternMatcherFactoryChanged() - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
 
onPatternMatcherFactoryChanged() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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

ParameterIndex - Class in com.mockrunner.mock.jdbc
 
ParameterIndex(int) - Constructor for class com.mockrunner.mock.jdbc.ParameterIndex
 
ParameterName - Class in com.mockrunner.mock.jdbc
 
ParameterName(String) - Constructor for class com.mockrunner.mock.jdbc.ParameterName
 
ParameterReference - Interface in com.mockrunner.mock.jdbc
 
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
 
ParameterUtil - Class in com.mockrunner.jdbc
Util class for PreparedStatement and ResultSet parameters.
ParameterUtil() - Constructor for class com.mockrunner.jdbc.ParameterUtil
 
ParameterWrapper<T> - Class in com.mockrunner.jdbc
 
ParameterWrapper(T, MockParameterMap) - Constructor for class com.mockrunner.jdbc.ParameterWrapper
 
paramObjects - Variable in class com.mockrunner.mock.jdbc.MockPreparedStatement
 
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<ResultSet>) - Constructor for class com.mockrunner.mock.jdbc.PolyResultSet
 
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) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the generated keys ResultSet for a specified SQL string with an empty parameter map.
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<Object>) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the generated keys ResultSet for a specified SQL string.
prepareGeneratedKeys(String, MockResultSet, MockParameterMap) - 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.
prepareGeneratedKeys(String, MockResultSet, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
prepareGlobalGeneratedKeys(MockResultSet) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare the global generated keys ResultSet.
prepareGlobalOutParameter(MockParameterMap) - 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(Integer[]) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare an array of global update count values for executeUpdate calls.
prepareOutParameter(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string.
prepareOutParameter(String, MockParameterMap, Object[]) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string and the specified parameters.
prepareOutParameter(String, MockParameterMap, List<Object>) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string and the specified parameters.
prepareOutParameter(String, MockParameterMap, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
Prepare an out parameter Map for a specified SQL string and the specified parameters.
prepareResultSet(String, MockResultSet) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare a ResultSet for a specified SQL string and an empty parameter map.
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<Object>) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare a ResultSet for a specified SQL string and the specified parameters.
prepareResultSet(String, MockResultSet, MockParameterMap) - 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.
prepareResultSet(String, MockResultSet, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
prepareResultSets(String, MockResultSet[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare an array of ResultSet objects for a specified SQL string and an empty parameter map.
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<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[], MockParameterMap) - 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.
prepareResultSets(String, MockResultSet[], MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with empty parameters should raise an exception.
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<Object>) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with the specified parameters should raise an exception.
prepareThrowsSQLException(String, SQLException) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare that the specified SQL string with empty 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<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, MockParameterMap) - 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, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
prepareThrowsSQLException(String, SQLException) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare that the specified SQL string should raise an exception.
prepareThrowsSQLException(String, SQLException, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
prepareUpdateCount(String, int) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the update count for execute update calls for a specified SQL string with an empty parameter map.
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<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, MockParameterMap) - 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.
prepareUpdateCount(String, int, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
prepareUpdateCounts(String, Integer[]) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Prepare the update counts for execute update calls for a specified SQL string with an empty parameter map.
prepareUpdateCounts(String, Integer[], 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, Integer[], List<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, Integer[], MockParameterMap) - 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, Integer[]) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Prepare an array update count values for executeUpdate calls for a specified SQL string.
prepareUpdateCounts(String, Integer[], MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
previous() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
previous() - Method in class com.mockrunner.mock.jdbc.PolyResultSet
 
put(int, Object) - Method in class com.mockrunner.mock.jdbc.MockParameterMap
 
put(String, Object) - Method in class com.mockrunner.mock.jdbc.MockParameterMap
 
put(int, Object) - Method in class com.mockrunner.mock.jdbc.MockUnmodifiableParameterMap
 
put(String, Object) - Method in class com.mockrunner.mock.jdbc.MockUnmodifiableParameterMap
 

R

recompile(Map<String, T>, Map<PatternMatcher, T>) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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
 
remove() - Method in class com.mockrunner.jdbc.ResultSetIterator
Not implemented
remove(int) - Method in class com.mockrunner.mock.jdbc.MockParameterMap
 
remove(String) - Method in class com.mockrunner.mock.jdbc.MockParameterMap
 
removeAllGeneratedKeys(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Remove the generated keys mock for the specified SQL string.
removeAllResultSet(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Given a SQL string, remove the associated entry from the resultSetsForStatement TreeMap
removeAllThrowsSqlException(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Remove the throws mock for the specified SQL string.
removeAllUpdateCount(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Remove the update count mock for the specified SQL string.
removeGeneratedKeys(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Remove the generated keys mock for the specified SQL string.
removeGeneratedKeys(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Remove the generated keys mock for the specified SQL string.
removeGeneratedKeys(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
removeMatchingParameterWrapper(S, MockParameterMap, Map<S, List<ParameterWrapper<T>>>, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
removeOutParameter(String) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
 
removeOutParameter(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractOutParameterResultSetHandler
 
removeResultSet(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Given a SQL string, remove the associated entry from the resultSetsForStatement TreeMap
removeResultSet(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Given a SQL string, remove the associated entry from the resultSetsForStatement TreeMap
removeResultSet(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
removeThrowsSqlException(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Remove the throws mock for the specified SQL string.
removeThrowsSqlException(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Remove the throws mock for the specified SQL string.
removeThrowsSqlException(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
removeUpdateCount(String, MockParameterMap) - Method in class com.mockrunner.jdbc.AbstractParameterResultSetHandler
Remove the update count mock for the specified SQL string.
removeUpdateCount(String) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Remove the update count mock for the specified SQL string.
removeUpdateCount(String, MockParameterMap, boolean) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
resetNumberCommits() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
resetNumberRollbacks() - Method in class com.mockrunner.mock.jdbc.MockConnection
 
resetPatternMatcherFactory() - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
 
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.
ResultSetFactory.Default - Class in com.mockrunner.jdbc
 
ResultSetIterator - Class in com.mockrunner.jdbc
Iterates over a MockResultSet
ResultSetIterator(MockResultSet) - Constructor for class com.mockrunner.jdbc.ResultSetIterator
Clones the MockResultSet passed and initiates an iterator over the cloned result set.
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
 
setPatternMatcherFactory(PatternMatcher.Factory) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
Sets custom factory for patterns for matching SQL statements.
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<T>) - Method in class com.mockrunner.mock.jdbc.MockSQLXML
 
setResultSetConcurrency(int) - Method in class com.mockrunner.mock.jdbc.MockResultSet
Sets the result set concurrency.
setResultSetFactory(ResultSetFactory) - Method in class com.mockrunner.jdbc.AbstractResultSetHandler
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<String, String>) - 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<String, Class<?>>) - 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
Deprecated.
setUp() - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Creates the JDBCTestModule.
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(Integer[]) - 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
 
shallowCopy() - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
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
 
SQLStatementMatcher(PatternMatcher.Factory) - Constructor for class com.mockrunner.jdbc.SQLStatementMatcher
 
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.
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
 
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
 
toString() - Method in class com.mockrunner.mock.jdbc.ParameterIndex
 
toString() - Method in class com.mockrunner.mock.jdbc.ParameterName
 
truncate(long) - Method in class com.mockrunner.mock.jdbc.MockBlob
 
truncate(long) - Method in class com.mockrunner.mock.jdbc.MockClob
 

U

unwrap(Class<T>) - Method in class com.mockrunner.mock.jdbc.MockConnection
 
unwrap(Class<T>) - Method in class com.mockrunner.mock.jdbc.MockDatabaseMetaData
 
unwrap(Class<T>) - Method in class com.mockrunner.mock.jdbc.MockDataSource
 
unwrap(Class<T>) - Method in class com.mockrunner.mock.jdbc.MockParameterMetaData
 
unwrap(Class<T>) - Method in class com.mockrunner.mock.jdbc.MockResultSet
 
unwrap(Class<T>) - Method in class com.mockrunner.mock.jdbc.MockResultSetMetaData
 
unwrap(Class<T>) - Method in class com.mockrunner.mock.jdbc.MockStatement
 
unwrap(Class<T>) - 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
Delegates to verifyCommitted()
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<Object>) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, int, List<Object>) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(String, int, List<Object>) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(String, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetColumn(MockResultSet, String, List<Object>) - 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<Object>) - 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<Object>) - 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<Object>) - 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<Object>) - 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<Object>) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(MockResultSet, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(String, int, List<Object>) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(String, int, Object[]) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
verifyResultSetRow(MockResultSet, int, List<Object>) - 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<Object>) - 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
Delegates to verifyRolledBack()
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, MockParameterMap) - Method in class com.mockrunner.jdbc.BasicJDBCTestCaseAdapter
Delegates to
verifySQLStatementParameter(String, int, MockParameterMap) - 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
 
A B C D E F G H I J L M N O P R S T U V W X 

Copyright © 2003-2018. All Rights Reserved.