public class ForwardOnlyResultSetTableFactory extends java.lang.Object implements IResultSetTableFactory
| Constructor and Description |
|---|
ForwardOnlyResultSetTableFactory() |
| Modifier and Type | Method and Description |
|---|---|
IResultSetTable |
createTable(ITableMetaData metaData,
IDatabaseConnection connection) |
IResultSetTable |
createTable(java.lang.String tableName,
java.sql.PreparedStatement preparedStatement,
IDatabaseConnection connection)
Creates a table from a preparedStatement
|
IResultSetTable |
createTable(java.lang.String tableName,
java.lang.String selectStatement,
IDatabaseConnection connection) |
public IResultSetTable createTable(java.lang.String tableName, java.lang.String selectStatement, IDatabaseConnection connection) throws java.sql.SQLException, DataSetException
createTable in interface IResultSetTableFactoryjava.sql.SQLExceptionDataSetExceptionpublic IResultSetTable createTable(ITableMetaData metaData, IDatabaseConnection connection) throws java.sql.SQLException, DataSetException
createTable in interface IResultSetTableFactoryjava.sql.SQLExceptionDataSetExceptionpublic IResultSetTable createTable(java.lang.String tableName, java.sql.PreparedStatement preparedStatement, IDatabaseConnection connection) throws java.sql.SQLException, DataSetException
IResultSetTableFactorycreateTable in interface IResultSetTableFactoryjava.sql.SQLExceptionDataSetExceptionCopyright © 2002-2018. All Rights Reserved.