Class DoubleColumn
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.NumericColumn
org.apache.jena.jdbc.results.metadata.columns.DoubleColumn
Column information for double columns
-
Constructor Summary
ConstructorsConstructorDescriptionDoubleColumn
(String label, int nullable) Creates new double 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
-
DoubleColumn
Creates new double column information- Parameters:
label
- Labelnullable
- Nullability- Throws:
SQLException
-