All Classes and Interfaces
Class
Description
Abstract implementation of JDBC result set metadata
Represents an ASK result
Meta data for
AskResults
Boolean column information
Column information for byte columns
Abstract class for representing column information
Interface for command pre-processors
Represents a connection to a
Dataset
instanceAbstract implementation of metadata for dataset connections
A Jena JDBC statement over a
Dataset
A Jena JDBC statement over a
Dataset
Column information for date columns
Column information for date time columns
Column information for decimal columns
Column information for double columns
Column information for float columns
Column information for normal integer columns, integer columns report as
Types.INTEGER
for JDBC purposes because some of the XML Schema integer types
equate to integer
Class containing constants and helper methods related to JDBC compatibility
Class with helpful utility methods for Jena JDBC
Abstract base implementation of a Jena JDBC connection
Abstract implementation of a Jena JDBC driver
Root class for Jena JDBC
Database metadata for Jena JDBC connections
Implementation of
ParameterMetaData
for ParameterizedSparqlString
instances to support JenaPreparedStatement
Abstract Jena JDBC implementation of a prepared statement
Abstract implementation of a JDBC Result Set which makes all update methods
throw
SQLFeatureNotSupportedException
Abstract implementation of result set metadata for Jena JDBC result sets,
specially for
JenaResultSet
implementations.Abstract Jena JDBC implementation of a statement that only permits read
operations
Column information for integer columns, integer columns report as
Types.BIGINT
for JDBC purposes because most of the XML Schema integer
types equate to longsRepresents a set of materialized results backed by some
QueryExecution
, materialized results permit scrolling but are not
sensitive to changes in the underlying dataRepresents SPARQL SELECT results
Represents a dataset connection backed by an in-memory dataset
Connection metadata for in-memory datasets
A Jena JDBC driver which creates connections to in-memory datasets
Helper class containing constants pertaining to the columns returned by
various methods of a
DatabaseMetaData
implementationA result set implementation specifically for representing JDBC metadata
Abstract implementation of result set metadata for Jena JDBC metadata result sets
Abstract column information for numeric columns
Abstract base class for result sets that are backed by a
QueryExecution
Represents a connection to a remote endpoint
A Jena JDBC driver which creates connections to remote endpoints
Represents metadata about connections to remote endpoints
A Jena JDBC statement against a remote endpoint
A Jena JDBC statement against a remote endpoint
Interface for results post processors, post processors have the ability to
modify the raw SPARQL results or the JDBC results metadata before it is
provided for consumption to the caller of the JDBC APIs
Represents SPARQL SELECT results
Result Set Metadata for
SelectResults
instancesColumn 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.Abstract class for column information for columns originating from SPARQL results
Represents a set of streamed results backed by some
QueryExecution
,
streamed results are considered to be forward onlyColumn information for string columns
Represents a dataset connection backed by a TDB dataset
Connection metadata for TDB datasets
A Jena JDBC driver which creates connections to TDB datasets
Column information for time columns
Represents results of a CONSTRUCT/DESCRIBE query where the results are
streamed
Represents results of a CONSTRUCT/DESCRIBE query where the results are
materialized
Result set metadata for
TripleIteratorResults
instances