Class ScalarHandler<T>

    • Constructor Detail

      • ScalarHandler

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

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

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