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 DataReader
SQLException
public String[] getColumnNames() throws SQLException
getColumnNames
in class DataReader
SQLException
public void close() throws SQLException
close
in class DataReader
SQLException
public Map<String,Object> getEnvironment() throws SQLException
getEnvironment
in class DataReader
SQLException
public String[] getColumnTypes() throws SQLException
getColumnTypes
in class DataReader
SQLException
public int[] getColumnSizes() throws SQLException
getColumnSizes
in class DataReader
SQLException
public String getTableAlias()
getTableAlias
in class DataReader
Copyright © 2019. All rights reserved.