org.relique.jdbc.dbf
Class DbfReader
java.lang.Object
org.relique.io.DataReader
org.relique.jdbc.dbf.DbfReader
public class DbfReader
- extends DataReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbfReader
public DbfReader(String path,
String tableName,
String tableAlias,
String charset)
throws SQLException
- Throws:
SQLException
close
public void close()
throws SQLException
- Specified by:
close
in class DataReader
- Throws:
SQLException
getColumnNames
public String[] getColumnNames()
throws SQLException
- Specified by:
getColumnNames
in class DataReader
- Throws:
SQLException
next
public boolean next()
throws SQLException
- Specified by:
next
in class DataReader
- Throws:
SQLException
getColumnTypes
public String[] getColumnTypes()
throws SQLException
- Specified by:
getColumnTypes
in class DataReader
- Throws:
SQLException
getColumnSizes
public int[] getColumnSizes()
throws SQLException
- Specified by:
getColumnSizes
in class DataReader
- Throws:
SQLException
getEnvironment
public Map<String,Object> getEnvironment()
throws SQLException
- Specified by:
getEnvironment
in class DataReader
- Throws:
SQLException
getTableAlias
public String getTableAlias()
- Specified by:
getTableAlias
in class DataReader
Copyright © 2016. All rights reserved.