Package org.relique.jdbc.dbf
Class DbfReader
- java.lang.Object
-
- org.relique.io.DataReader
-
- org.relique.jdbc.dbf.DbfReader
-
public class DbfReader extends DataReader
-
-
Field Summary
-
Fields inherited from class org.relique.io.DataReader
DEFAULT_COLUMN_SIZE
-
-
Constructor Summary
Constructors Constructor Description DbfReader(java.lang.String path, java.lang.String tableName, java.lang.String tableAlias, java.lang.String charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.lang.String[]
getColumnNames()
int[]
getColumnSizes()
java.lang.String[]
getColumnTypes()
java.util.Map<java.lang.String,java.lang.Object>
getEnvironment()
java.lang.String
getTableAlias()
boolean
next()
-
-
-
Method Detail
-
close
public void close() throws java.sql.SQLException
- Specified by:
close
in classDataReader
- Throws:
java.sql.SQLException
-
getColumnNames
public java.lang.String[] getColumnNames() throws java.sql.SQLException
- Specified by:
getColumnNames
in classDataReader
- Throws:
java.sql.SQLException
-
next
public boolean next() throws java.sql.SQLException
- Specified by:
next
in classDataReader
- Throws:
java.sql.SQLException
-
getColumnTypes
public java.lang.String[] getColumnTypes() throws java.sql.SQLException
- Specified by:
getColumnTypes
in classDataReader
- Throws:
java.sql.SQLException
-
getColumnSizes
public int[] getColumnSizes() throws java.sql.SQLException
- Specified by:
getColumnSizes
in classDataReader
- Throws:
java.sql.SQLException
-
getEnvironment
public java.util.Map<java.lang.String,java.lang.Object> getEnvironment() throws java.sql.SQLException
- Specified by:
getEnvironment
in classDataReader
- Throws:
java.sql.SQLException
-
getTableAlias
public java.lang.String getTableAlias()
- Specified by:
getTableAlias
in classDataReader
-
-