public class ListDataReader extends DataReader
DEFAULT_COLUMN_SIZE| Constructor and Description |
|---|
ListDataReader(String[] columnNames,
String[] columnTypes,
List<Object[]> columnValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
getColumnNames() |
int[] |
getColumnSizes() |
String[] |
getColumnTypes() |
Map<String,Object> |
getEnvironment() |
String |
getTableAlias() |
boolean |
next() |
public boolean next()
throws SQLException
next in class DataReaderSQLExceptionpublic String[] getColumnNames() throws SQLException
getColumnNames in class DataReaderSQLExceptionpublic void close()
throws SQLException
close in class DataReaderSQLExceptionpublic Map<String,Object> getEnvironment() throws SQLException
getEnvironment in class DataReaderSQLExceptionpublic String[] getColumnTypes() throws SQLException
getColumnTypes in class DataReaderSQLExceptionpublic int[] getColumnSizes()
throws SQLException
getColumnSizes in class DataReaderSQLExceptionpublic String getTableAlias()
getTableAlias in class DataReaderCopyright © 2016. All rights reserved.