Class StringColumn


public class StringColumn extends SparqlColumnInfo
Column information for string columns
  • Constructor Details

    • StringColumn

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

      public StringColumn(String label, int sqlType, int nullable) throws SQLException
      Creates new string column information
      Parameters:
      label - Label
      sqlType - SQL Type
      nullable - Nullability
      Throws:
      SQLException