Uses of Package
org.tentackle.sql
Packages that use org.tentackle.sql
Package
Description
SQL backend layer.
Backend implementations.
DataType implementations.
SQL metadata support.
-
Classes in org.tentackle.sql used by org.tentackle.sqlClassDescriptionA 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 moreSqlTypes, 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 aScriptRunner.SQL name type.The sql types used when talking to the database backend. -
Classes in org.tentackle.sql used by org.tentackle.sql.backendsClassDescriptionA 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. -
Classes in org.tentackle.sql used by org.tentackle.sql.datatypesClassDescriptionA 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 moreSqlTypes, each corresponding to a database column.The sql types used when talking to the database backend. -
Classes in org.tentackle.sql used by org.tentackle.sql.metadataClassDescriptionA 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.