Class ShortIntegerColumn
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.ShortIntegerColumn
Column information for short integer columns, note that no XSD types directly
correspond to a
Types.SMALLINT
so this is not really used but merely
provided for completeness.-
Constructor Summary
ConstructorsConstructorDescriptionShortIntegerColumn
(String label, int nullable, boolean signed) Creates new integer 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
-
ShortIntegerColumn
Creates new integer column information- Parameters:
label
- Labelnullable
- Nullabilitysigned
- Whether the integer is signed- Throws:
SQLException
-