Package ch.agent.crnickl.jdbc

A JDBC implementation of the CrNiCKL (chronicle) database.

See:
          Description

Interface Summary
DB Provides constants for table names.
 

Class Summary
AccessMethodsForAny<T> An implementation of ValueAccessMethods which stores values as strings.
AccessMethodsForNumber An implementation of ValueAccessMethods for numeric data using Double.
JDBCDatabase A JDBC implementation of DatabaseBackendImpl.
JDBCDatabaseMethods A JDBCDatabaseMethods object provides support for prepared statements.
JDBCObjectId JDBCObjectId is the JDBC variant of DBObjectId.
JDBCSchemaUpdatePolicy  
JDBCSession JDBCSession is a singleton keeping track of the JDBC connection.
ReadMethodsForChroniclesAndSeries A stateless object with methods providing read access to chronicles and series.
ReadMethodsForProperty A stateless object with methods providing read access to properties.
ReadMethodsForSchema A stateless object with methods providing read access to schemas.
ReadMethodsForValueType A stateless object with methods providing read access to value types.
T2DBJMsg T2DBJMsg provides keyed messages to the package.
WriteMethodsForChroniclesAndSeries A stateless object with methods providing write access to chronicles and series.
WriteMethodsForProperty A stateless object with methods providing write access to properties.
WriteMethodsForSchema A stateless object with methods providing write access to schemas.
WriteMethodsForValueType A stateless object with methods providing write access to value types.
 

Exception Summary
T2DBJException A T2DBJException is thrown by JDBC methods of CrNiCKL when they need to throw a checked exception.
 

Package ch.agent.crnickl.jdbc Description

A JDBC implementation of the CrNiCKL (chronicle) database.



Copyright © 2013. All Rights Reserved.