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
SQLExceptionpublic void close()
throws SQLException
close in class DataReaderSQLExceptionpublic String[] getColumnNames() throws SQLException
getColumnNames in class DataReaderSQLExceptionpublic boolean next()
throws SQLException
next in class DataReaderSQLExceptionpublic String[] getColumnTypes() throws SQLException
getColumnTypes in class DataReaderSQLExceptionpublic int[] getColumnSizes()
throws SQLException
getColumnSizes in class DataReaderSQLExceptionpublic Map<String,Object> getEnvironment() throws SQLException
getEnvironment in class DataReaderSQLExceptionpublic String getTableAlias()
getTableAlias in class DataReaderCopyright © 2018. All rights reserved.