CsvReader, DbfReader, ListDataReaderpublic abstract class DataReader extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_COLUMN_SIZE |
| Constructor | Description |
|---|---|
DataReader() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
close() |
|
abstract String[] |
getColumnNames() |
|
abstract int[] |
getColumnSizes() |
|
abstract String[] |
getColumnTypes() |
|
abstract Map<String,Object> |
getEnvironment() |
|
abstract String |
getTableAlias() |
|
abstract boolean |
next() |
public static final int DEFAULT_COLUMN_SIZE
public abstract boolean next()
throws SQLException
SQLExceptionpublic abstract String[] getColumnNames() throws SQLException
SQLExceptionpublic abstract void close()
throws SQLException
SQLExceptionpublic abstract Map<String,Object> getEnvironment() throws SQLException
SQLExceptionpublic abstract String[] getColumnTypes() throws SQLException
SQLExceptionpublic abstract int[] getColumnSizes()
throws SQLException
SQLExceptionpublic abstract String getTableAlias()
Copyright © 2018. All rights reserved.