Class StringColumn
java.lang.Object
org.apache.jena.jdbc.results.metadata.columns.ColumnInfo
org.apache.jena.jdbc.results.metadata.columns.SparqlColumnInfo
org.apache.jena.jdbc.results.metadata.columns.StringColumn
Column information for string columns
-
Constructor Summary
ConstructorsConstructorDescriptionStringColumn
(String label, int nullable) Creates new string column informationStringColumn
(String label, int sqlType, int nullable) Creates new string column information -
Method Summary
Methods inherited from class org.apache.jena.jdbc.results.metadata.columns.ColumnInfo
getClassName, getDisplaySize, getLabel, getNullability, getPrecision, getScale, getType, getTypeName, isAutoIncrement, isCaseSensitive, isCurrency, isReadOnly, isSearchable, isSigned, isWritable
-
Constructor Details
-
StringColumn
Creates new string column information- Parameters:
label
- Labelnullable
- Nullability- Throws:
SQLException
-
StringColumn
Creates new string column information- Parameters:
label
- LabelsqlType
- SQL Typenullable
- Nullability- Throws:
SQLException
-