public abstract class DataReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COLUMN_SIZE |
| Constructor and Description |
|---|
DataReader() |
| Modifier and Type | Method and 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 © 2016. All rights reserved.