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