Class SimpleJdbcMapper

    • Constructor Detail

      • SimpleJdbcMapper

        public SimpleJdbcMapper​(List<Column> schemaColumns)
    • Method Detail

      • getColumns

        public List<Column> getColumns​(ITuple tuple)
        Description copied from interface: JdbcMapper
        Get columns.
        Specified by:
        getColumns in interface JdbcMapper
        Returns:
        list of columns that represents one row in a DB table.