public class CachedResultSetTableFactory extends Object implements IResultSetTableFactory
| Constructor and Description |
|---|
CachedResultSetTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
IResultSetTable |
createTable(ITableMetaData metaData,
IDatabaseConnection connection) |
IResultSetTable |
createTable(String tableName,
PreparedStatement preparedStatement,
IDatabaseConnection connection)
Creates a table from a preparedStatement
|
IResultSetTable |
createTable(String tableName,
String selectStatement,
IDatabaseConnection connection) |
public IResultSetTable createTable(String tableName, String selectStatement, IDatabaseConnection connection) throws SQLException, DataSetException
createTable in interface IResultSetTableFactorySQLExceptionDataSetExceptionpublic IResultSetTable createTable(ITableMetaData metaData, IDatabaseConnection connection) throws SQLException, DataSetException
createTable in interface IResultSetTableFactorySQLExceptionDataSetExceptionpublic IResultSetTable createTable(String tableName, PreparedStatement preparedStatement, IDatabaseConnection connection) throws SQLException, DataSetException
IResultSetTableFactorycreateTable in interface IResultSetTableFactorySQLExceptionDataSetExceptionCopyright © 2002-2017. All Rights Reserved.