public interface IResultSetTableFactory
| 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) |
IResultSetTable createTable(String tableName, String selectStatement, IDatabaseConnection connection) throws SQLException, DataSetException
SQLExceptionDataSetExceptionIResultSetTable createTable(ITableMetaData metaData, IDatabaseConnection connection) throws SQLException, DataSetException
SQLExceptionDataSetExceptionIResultSetTable createTable(String tableName, PreparedStatement preparedStatement, IDatabaseConnection connection) throws SQLException, DataSetException
tableName - preparedStatement - connection - SQLExceptionDataSetExceptionCopyright © 2002-2017. All Rights Reserved.