public class DbfReader extends DataReader
DEFAULT_COLUMN_SIZE
Constructor | Description |
---|---|
DbfReader(String path,
String tableName,
String tableAlias,
String charset) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
String[] |
getColumnNames() |
|
int[] |
getColumnSizes() |
|
String[] |
getColumnTypes() |
|
Map<String,Object> |
getEnvironment() |
|
String |
getTableAlias() |
|
boolean |
next() |
public DbfReader(String path, String tableName, String tableAlias, String charset) throws SQLException
SQLException
public void close() throws SQLException
close
in class DataReader
SQLException
public String[] getColumnNames() throws SQLException
getColumnNames
in class DataReader
SQLException
public boolean next() throws SQLException
next
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 Map<String,Object> getEnvironment() throws SQLException
getEnvironment
in class DataReader
SQLException
public String getTableAlias()
getTableAlias
in class DataReader
Copyright © 2018. All rights reserved.