Class DateTimeColumn
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.DateTimeColumn
Column information for date time columns
-
Constructor Summary
ConstructorsConstructorDescriptionDateTimeColumn
(String label, int nullable) Creates new date 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
-
DateTimeColumn
Creates new date column information- Parameters:
label
- Labelnullable
- Nullability- Throws:
SQLException
-