public class TimeColumn extends SparqlColumnInfo
Column information for time columns
  • Constructor Details

    • TimeColumn

      public TimeColumn(String label, int nullable) throws SQLException
      Creates new time column information
      Parameters:
      label - Label
      nullable - Nullability
      Throws:
      SQLException