Class CsvReader

    • Constructor Detail

      • CsvReader

        public CsvReader​(CsvRawReader rawReader,
                         int transposedLines,
                         int transposedFieldsToSkip,
                         java.lang.String headerline)
                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • next

        public boolean next()
                     throws java.sql.SQLException
        Specified by:
        next 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
      • setColumnTypes

        public void setColumnTypes​(java.lang.String line)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getColumnTypes

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