Class ColumnListHandler<T>

    • Constructor Detail

      • ColumnListHandler

        public ColumnListHandler()
        Creates a new instance of ColumnListHandler. The first column of each row will be returned from handle().
      • ColumnListHandler

        public ColumnListHandler​(int columnIndex)
        Creates a new instance of ColumnListHandler.
        Parameters:
        columnIndex - The index of the column to retrieve from the ResultSet.
      • ColumnListHandler

        public ColumnListHandler​(String columnName)
        Creates a new instance of ColumnListHandler.
        Parameters:
        columnName - The name of the column to retrieve from the ResultSet.