Uses of Package
org.tentackle.sql

Packages that use org.tentackle.sql
Package
Description
SQL backend layer.
Backend implementations.
DataType implementations.
SQL metadata support.
  • Class
    Description
    A database backend.
    Defines the backend specifics.
    There is only one instance per database type.
    Implementations must not maintain any state except for the whole of all connections to the specific kind of database.
    The backend factory.
    Configuration info for a backend.
    The backend info factory.
    Just an interface to decouple dependency from PreparedStatementWrapper.
    The data type.
    Describes a type from the model perspective and maps it to one or more SqlTypes, each corresponding to a database column.
    Loads all data types and creates singletons of each type.
    The next SQL code to execute as a statement.
    Join type.
    Defines the methods to use for migration.
    SQL script runner.
    The result of a statement executed by a ScriptRunner.
    SQL name type.
    The sql types used when talking to the database backend.
  • Class
    Description
    A database backend.
    Defines the backend specifics.
    There is only one instance per database type.
    Implementations must not maintain any state except for the whole of all connections to the specific kind of database.
    Configuration info for a backend.
    Just an interface to decouple dependency from PreparedStatementWrapper.
    Default implementation of a script runner.
    Join type.
    Defines the methods to use for migration.
    SQL script runner.
    SQL name type.
    The sql types used when talking to the database backend.
  • Class
    Description
    A database backend.
    Defines the backend specifics.
    There is only one instance per database type.
    Implementations must not maintain any state except for the whole of all connections to the specific kind of database.
    Runtime exception thrown for database backend configuration errors.
    The data type.
    Describes a type from the model perspective and maps it to one or more SqlTypes, each corresponding to a database column.
    The sql types used when talking to the database backend.
  • Class
    Description
    A database backend.
    Defines the backend specifics.
    There is only one instance per database type.
    Implementations must not maintain any state except for the whole of all connections to the specific kind of database.
    The sql types used when talking to the database backend.