A B C E G I K M N O P Q R S T W

A

ArrayHandlerTest - Class in org.apache.commons.dbutils.handlers
ArrayHandlerTest
ArrayHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.ArrayHandlerTest
 
ArrayListHandlerTest - Class in org.apache.commons.dbutils.handlers
ArrayListHandlerTest
ArrayListHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.ArrayListHandlerTest
 

B

BaseTestCase - Class in org.apache.commons.dbutils
BaseTestCase is the base class for all test cases as well as the "all tests" runner.
BaseTestCase() - Constructor for class org.apache.commons.dbutils.BaseTestCase
 
BasicRowProcessorTest - Class in org.apache.commons.dbutils
Test the BasicRowProcessor class.
BasicRowProcessorTest() - Constructor for class org.apache.commons.dbutils.BasicRowProcessorTest
 
BeanHandlerTest - Class in org.apache.commons.dbutils.handlers
BeanHandlerTest
BeanHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.BeanHandlerTest
 
BeanListHandlerTest - Class in org.apache.commons.dbutils.handlers
BeanListHandlerTest
BeanListHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.BeanListHandlerTest
 
BeanProcessorTest - Class in org.apache.commons.dbutils
 
BeanProcessorTest() - Constructor for class org.apache.commons.dbutils.BeanProcessorTest
 

C

COLS - Static variable in class org.apache.commons.dbutils.BaseTestCase
The number of columns in the MockResultSet.
ColumnListHandlerTest - Class in org.apache.commons.dbutils.handlers
ColumnListHandlerTest
ColumnListHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.ColumnListHandlerTest
 
create(ResultSetMetaData, Object[][]) - Static method in class org.apache.commons.dbutils.MockResultSet
Create a MockResultSet proxy object.
create(String[]) - Static method in class org.apache.commons.dbutils.MockResultSetMetaData
Create a MockResultSetMetaData proxy object.
createMockResultSet() - Method in class org.apache.commons.dbutils.BaseTestCase
Creates a freshly initialized ResultSet.

E

emptyResultSet - Variable in class org.apache.commons.dbutils.BaseTestCase
A ResultSet with 0 rows.

G

getBoolean(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the boolean value at the given column index.
getByte(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the byte value at the given column index.
getColumnProcessorDoubleTest() - Method in class org.apache.commons.dbutils.TestBean
 
getDoNotSet() - Method in class org.apache.commons.dbutils.TestBean
 
getDouble(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the double value at the given column index.
getFloat(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the float value at the given column index.
getIndexed(int) - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
getInt(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the int value at the given column index.
getIntegerTest() - Method in class org.apache.commons.dbutils.TestBean
 
getIntTest() - Method in class org.apache.commons.dbutils.TestBean
 
getLong(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the long value at the given column index.
getMetaData() - Method in class org.apache.commons.dbutils.MockResultSet
 
getNotDate() - Method in class org.apache.commons.dbutils.TestBean
 
getNullObjectTest() - Method in class org.apache.commons.dbutils.TestBean
 
getNullPrimitiveTest() - Method in class org.apache.commons.dbutils.TestBean
 
getObject(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the object at the given column index.
getOne() - Method in class org.apache.commons.dbutils.TestBean
 
getShort(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the short value at the given column index.
getString(int) - Method in class org.apache.commons.dbutils.MockResultSet
Gets the String at the given column index.
getThree() - Method in class org.apache.commons.dbutils.TestBean
 
getThrowsException() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
getTwo() - Method in class org.apache.commons.dbutils.TestBean
 

I

invoke(Object, Method, Object[]) - Method in class org.apache.commons.dbutils.MockResultSet
 
invoke(Object, Method, Object[]) - Method in class org.apache.commons.dbutils.MockResultSetMetaData
 
isLast() - Method in class org.apache.commons.dbutils.MockResultSet
 

K

KeyedHandlerTest - Class in org.apache.commons.dbutils.handlers
 
KeyedHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.KeyedHandlerTest
 

M

MapHandlerTest - Class in org.apache.commons.dbutils.handlers
MapHandlerTest
MapHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.MapHandlerTest
 
MapListHandlerTest - Class in org.apache.commons.dbutils.handlers
MapListHandlerTest
MapListHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.MapListHandlerTest
 
metaData - Static variable in class org.apache.commons.dbutils.BaseTestCase
 
MockResultSet - Class in org.apache.commons.dbutils
MockResultSet dynamically implements the ResultSet interface.
MockResultSet(ResultSetMetaData, Object[][]) - Constructor for class org.apache.commons.dbutils.MockResultSet
MockResultSet constructor.
MockResultSetMetaData - Class in org.apache.commons.dbutils
MockResultSetMetaData dynamically implements the ResultSetMetaData interface.
MockResultSetMetaData(String[]) - Constructor for class org.apache.commons.dbutils.MockResultSetMetaData
 

N

next() - Method in class org.apache.commons.dbutils.MockResultSet
 

O

org.apache.commons.dbutils - package org.apache.commons.dbutils
 
org.apache.commons.dbutils.handlers - package org.apache.commons.dbutils.handlers
 
org.apache.commons.dbutils.wrappers - package org.apache.commons.dbutils.wrappers
 

P

ProxyFactoryTest - Class in org.apache.commons.dbutils
ProxyFactoryTest performs simple type checking on proxy objects returned from a ProxyFactory.
ProxyFactoryTest() - Constructor for class org.apache.commons.dbutils.ProxyFactoryTest
 

Q

QueryLoaderTest - Class in org.apache.commons.dbutils
QueryLoaderTest
QueryLoaderTest() - Constructor for class org.apache.commons.dbutils.QueryLoaderTest
 
QueryRunnerTest - Class in org.apache.commons.dbutils
 
QueryRunnerTest() - Constructor for class org.apache.commons.dbutils.QueryRunnerTest
 

R

ResultSetIteratorTest - Class in org.apache.commons.dbutils
ResultSetIteratorTest
ResultSetIteratorTest() - Constructor for class org.apache.commons.dbutils.ResultSetIteratorTest
 
ROWS - Static variable in class org.apache.commons.dbutils.BaseTestCase
The number of rows in the MockResultSet.
rs - Variable in class org.apache.commons.dbutils.BaseTestCase
The ResultSet all test methods will use.

S

ScalarHandlerTest - Class in org.apache.commons.dbutils.handlers
 
ScalarHandlerTest() - Constructor for class org.apache.commons.dbutils.handlers.ScalarHandlerTest
 
setColumnProcessorDoubleTest(double) - Method in class org.apache.commons.dbutils.TestBean
 
setDoNotSet(String) - Method in class org.apache.commons.dbutils.TestBean
 
setIntegerTest(Integer) - Method in class org.apache.commons.dbutils.TestBean
 
setIntTest(int) - Method in class org.apache.commons.dbutils.TestBean
 
setNotDate(String) - Method in class org.apache.commons.dbutils.TestBean
 
setNullObjectTest(Object) - Method in class org.apache.commons.dbutils.TestBean
 
setNullPrimitiveTest(int) - Method in class org.apache.commons.dbutils.TestBean
 
setOne(String) - Method in class org.apache.commons.dbutils.TestBean
 
setThree(String) - Method in class org.apache.commons.dbutils.TestBean
 
setTwo(String) - Method in class org.apache.commons.dbutils.TestBean
 
setUp() - Method in class org.apache.commons.dbutils.BaseTestCase
This is called before each test method so ResultSet will be fresh each time.
setUp() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
setUp() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Sets up instance variables required by this test case.
setUp() - Method in class org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest
 
SqlNullCheckedResultSetTest - Class in org.apache.commons.dbutils.wrappers
Test cases for SqlNullCheckedResultSet class.
SqlNullCheckedResultSetTest() - Constructor for class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
 
StringTrimmedResultSetTest - Class in org.apache.commons.dbutils.wrappers
StringTrimmedResultSetTest
StringTrimmedResultSetTest() - Constructor for class org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest
 

T

TestBean - Class in org.apache.commons.dbutils
A bean to use in testing toBean() and toBeanList().
TestBean() - Constructor for class org.apache.commons.dbutils.TestBean
Constructor for TestBean.
testColumnIndexHandle() - Method in class org.apache.commons.dbutils.handlers.ColumnListHandlerTest
 
testColumnIndexHandle() - Method in class org.apache.commons.dbutils.handlers.KeyedHandlerTest
 
testColumnIndexHandle() - Method in class org.apache.commons.dbutils.handlers.ScalarHandlerTest
 
testColumnNameHandle() - Method in class org.apache.commons.dbutils.handlers.ColumnListHandlerTest
 
testColumnNameHandle() - Method in class org.apache.commons.dbutils.handlers.KeyedHandlerTest
 
testColumnNameHandle() - Method in class org.apache.commons.dbutils.handlers.ScalarHandlerTest
 
testCreateCallableStatement() - Method in class org.apache.commons.dbutils.ProxyFactoryTest
 
testCreateConnection() - Method in class org.apache.commons.dbutils.ProxyFactoryTest
 
testCreateDriver() - Method in class org.apache.commons.dbutils.ProxyFactoryTest
 
testCreatePreparedStatement() - Method in class org.apache.commons.dbutils.ProxyFactoryTest
 
testCreateResultSet() - Method in class org.apache.commons.dbutils.ProxyFactoryTest
 
testCreateResultSetMetaData() - Method in class org.apache.commons.dbutils.ProxyFactoryTest
 
testCreateStatement() - Method in class org.apache.commons.dbutils.ProxyFactoryTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.ArrayHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.ArrayListHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.BeanHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.BeanListHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.ColumnListHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.KeyedHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.MapHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.MapListHandlerTest
 
testEmptyResultSetHandle() - Method in class org.apache.commons.dbutils.handlers.ScalarHandlerTest
 
testFillStatementWithBean() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testFillStatementWithBeanErrorBadReadMethod() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testFillStatementWithBeanErrorNoReadMethod() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testFillStatementWithBeanErrorReadMethodPrivate() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testFillStatementWithBeanErrorReadMethodThrows() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testFillStatementWithNull() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testFillStatementWithNullOracle() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testGetAsciiStream() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getAsciiStream implementation.
testGetBigDecimal() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getBigDecimal implementation.
testGetBinaryStream() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getBinaryStream implementation.
testGetBlob() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getBlob implementation.
testGetBoolean() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getBoolean implementation.
testGetByte() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getByte implementation.
testGetBytes() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getByte implementation.
testGetCharacterStream() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getCharacterStream implementation.
testGetClob() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getClob implementation.
testGetDate() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getDate implementation.
testGetDouble() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getDouble implementation.
testGetFloat() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getFloat implementation.
testGetInt() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getInt implementation.
testGetLong() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getLong implementation.
testGetObject() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getObject implementation.
testGetObject() - Method in class org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest
 
testGetRef() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getRef implementation.
testGetShort() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getShort implementation.
testGetString() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getString implementation.
testGetString() - Method in class org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest
 
testGetTime() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getTime implementation.
testGetTimestamp() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getTimestamp implementation.
testHandle() - Method in class org.apache.commons.dbutils.handlers.ArrayHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.ArrayListHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.BeanHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.BeanListHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.ColumnListHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.KeyedHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.MapHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.MapListHandlerTest
 
testHandle() - Method in class org.apache.commons.dbutils.handlers.ScalarHandlerTest
 
testLoad() - Method in class org.apache.commons.dbutils.QueryLoaderTest
 
testMultipleWrappers() - Method in class org.apache.commons.dbutils.wrappers.StringTrimmedResultSetTest
Make sure 2 wrappers work together.
testNext() - Method in class org.apache.commons.dbutils.ResultSetIteratorTest
 
testProcess() - Method in class org.apache.commons.dbutils.BeanProcessorTest
 
testRethrowNullMessage() - Method in class org.apache.commons.dbutils.QueryRunnerTest
 
testSetNullAsciiStream() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullAsciiStream implementation.
testSetNullBigDecimal() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullBigDecimal implementation.
testSetNullBinaryStream() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullBinaryStream implementation.
testSetNullBlob() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullBlob implementation.
testSetNullBoolean() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullBoolean implementation.
testSetNullByte() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullByte implementation.
testSetNullBytes() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullByte implementation.
testSetNullCharacterStream() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullCharacterStream implementation.
testSetNullClob() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullClob implementation.
testSetNullDate() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullDate implementation.
testSetNullDouble() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullDouble implementation.
testSetNullFloat() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullFloat implementation.
testSetNullInt() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullInt implementation.
testSetNullLong() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullLong implementation.
testSetNullObject() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullObject implementation.
testSetNullRef() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullRef implementation.
testSetNullShort() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullShort implementation.
testSetNullString() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullString implementation.
testSetNullTime() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullTime implementation.
testSetNullTimestamp() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the setNullTimestamp implementation.
testToArray() - Method in class org.apache.commons.dbutils.BasicRowProcessorTest
 
testToBean() - Method in class org.apache.commons.dbutils.BasicRowProcessorTest
 
testToBeanList() - Method in class org.apache.commons.dbutils.BasicRowProcessorTest
 
testToMap() - Method in class org.apache.commons.dbutils.BasicRowProcessorTest
 
testURL() - Method in class org.apache.commons.dbutils.wrappers.SqlNullCheckedResultSetTest
Tests the getURL and setNullURL implementations.

W

wasNull() - Method in class org.apache.commons.dbutils.MockResultSet
 

A B C E G I K M N O P Q R S T W

Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.