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