Class ByteColumn
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.ByteColumn
Column information for byte columns
-
Constructor Summary
ConstructorsConstructorDescriptionByteColumn
(String label, int nullable, boolean signed) Creates new byte 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
-
ByteColumn
Creates new byte column information- Parameters:
label
- Labelnullable
- Nullability of the columnsigned
- Whether the column is signed- Throws:
SQLException
-