Package org.apache.jena.jdbc.results.metadata.columns
package org.apache.jena.jdbc.results.metadata.columns
-
ClassesClassDescriptionBoolean column informationColumn information for byte columnsAbstract class for representing column informationColumn information for date columnsColumn information for date time columnsColumn information for decimal columnsColumn information for double columnsColumn information for float columnsColumn information for normal integer columns, integer columns report as
Types.INTEGER
for JDBC purposes because some of the XML Schema integer types equate to integerColumn information for integer columns, integer columns report asTypes.BIGINT
for JDBC purposes because most of the XML Schema integer types equate to longsAbstract column information for numeric columnsColumn information for short integer columns, note that no XSD types directly correspond to aTypes.SMALLINT
so this is not really used but merely provided for completeness.Abstract class for column information for columns originating from SPARQL resultsColumn information for string columnsColumn information for time columns