Class DbfReader

    • Constructor Detail

      • DbfReader

        public DbfReader​(java.lang.String path,
                         java.lang.String tableName,
                         java.lang.String tableAlias,
                         java.lang.String charset)
                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • close

        public void close()
                   throws java.sql.SQLException
        Specified by:
        close in class DataReader
        Throws:
        java.sql.SQLException
      • getColumnNames

        public java.lang.String[] getColumnNames()
                                          throws java.sql.SQLException
        Specified by:
        getColumnNames in class DataReader
        Throws:
        java.sql.SQLException
      • next

        public boolean next()
                     throws java.sql.SQLException
        Specified by:
        next in class DataReader
        Throws:
        java.sql.SQLException
      • getColumnTypes

        public java.lang.String[] getColumnTypes()
                                          throws java.sql.SQLException
        Specified by:
        getColumnTypes in class DataReader
        Throws:
        java.sql.SQLException
      • getColumnSizes

        public int[] getColumnSizes()
                             throws java.sql.SQLException
        Specified by:
        getColumnSizes in class DataReader
        Throws:
        java.sql.SQLException
      • getEnvironment

        public java.util.Map<java.lang.String,​java.lang.Object> getEnvironment()
                                                                              throws java.sql.SQLException
        Specified by:
        getEnvironment in class DataReader
        Throws:
        java.sql.SQLException