|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.database.AbstractDatabaseConnection
Constructor Summary | |
AbstractDatabaseConnection()
|
Method Summary | |
IDataSet |
createDataSet()
Creates a dataset corresponding to the entire database. |
IDataSet |
createDataSet(java.lang.String[] tableNames)
Creates a dataset containing only the specified tables from the database. |
ITable |
createQueryTable(java.lang.String resultName,
java.lang.String sql)
Creates a table with the result of the specified SQL statement. |
DatabaseConfig |
getConfig()
Returns this connection database configuration |
int |
getRowCount(java.lang.String tableName)
Returns the specified table row count. |
int |
getRowCount(java.lang.String tableName,
java.lang.String whereClause)
Returns the specified table row count according specified where clause. |
IStatementFactory |
getStatementFactory()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.dbunit.database.IDatabaseConnection |
close, getConnection, getSchema |
Constructor Detail |
public AbstractDatabaseConnection()
Method Detail |
public IDataSet createDataSet() throws java.sql.SQLException
IDatabaseConnection
createDataSet
in interface IDatabaseConnection
java.sql.SQLException
public IDataSet createDataSet(java.lang.String[] tableNames) throws java.sql.SQLException
IDatabaseConnection
createDataSet
in interface IDatabaseConnection
java.sql.SQLException
public ITable createQueryTable(java.lang.String resultName, java.lang.String sql) throws DataSetException, java.sql.SQLException
IDatabaseConnection
createQueryTable
in interface IDatabaseConnection
resultName
- The name to be returned by ITableMetaData.getTableName()
.sql
- The SQL SELECT
statement
DataSetException
java.sql.SQLException
public int getRowCount(java.lang.String tableName) throws java.sql.SQLException
IDatabaseConnection
getRowCount
in interface IDatabaseConnection
tableName
- the table name
java.sql.SQLException
public int getRowCount(java.lang.String tableName, java.lang.String whereClause) throws java.sql.SQLException
IDatabaseConnection
getRowCount
in interface IDatabaseConnection
tableName
- the table namewhereClause
- the where clause
java.sql.SQLException
public DatabaseConfig getConfig()
IDatabaseConnection
getConfig
in interface IDatabaseConnection
public IStatementFactory getStatementFactory()
getStatementFactory
in interface IDatabaseConnection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |