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
SQLException
DataSetException
IResultSetTable createTable(ITableMetaData metaData, IDatabaseConnection connection) throws SQLException, DataSetException
SQLException
DataSetException
IResultSetTable createTable(String tableName, PreparedStatement preparedStatement, IDatabaseConnection connection) throws SQLException, DataSetException
tableName
- preparedStatement
- connection
- SQLException
DataSetException
Copyright © 2002–2020. All rights reserved.