Uses of Package
org.apache.cayenne.access.jdbc
Packages that use org.apache.cayenne.access.jdbc
Package
Description
Contains classes that handle JDBC interactions.
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.jdbcClassDescriptionA convenience superclass for SQLAction implementations.Describes a single immutable PreparedStatement parameter binding.A descriptor of a ResultSet column.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.jdbc.reader
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.sqlbuilder
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.translatorClassDescriptionDescribes a single immutable CallableStatement parameter binding, pairing a bound value with the
ProcedureParameterthat describes it.An immutable batch parameter corresponding to a single PreparedStatement placeholder, carrying the values of all batch rows for that placeholder alongside the static position and column metadata.Describes a single immutable PreparedStatement parameter binding.A descriptor of a ResultSet column. -
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.translator.batchClassDescriptionAn immutable batch parameter corresponding to a single PreparedStatement placeholder, carrying the values of all batch rows for that placeholder alongside the static position and column metadata.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.translator.procedureClassDescriptionDescribes a single immutable CallableStatement parameter binding, pairing a bound value with the
ProcedureParameterthat describes it. -
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.access.translator.sqltemplateClassDescriptionDescribes a single immutable PreparedStatement parameter binding.A descriptor of a ResultSet column.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dbaClassDescriptionDescribes a single immutable CallableStatement parameter binding, pairing a bound value with the
ProcedureParameterthat describes it.Describes a single immutable PreparedStatement parameter binding. -
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.db2ClassDescriptionA convenience superclass for SQLAction implementations.A SQLAction that handles SelectQuery execution.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.derbyClassDescriptionA convenience superclass for SQLAction implementations.A SQLAction that handles SelectQuery execution.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.firebirdClassDescriptionA convenience superclass for SQLAction implementations.A SQLAction that handles SelectQuery execution.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.frontbase
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.h2ClassDescriptionA convenience superclass for SQLAction implementations.A SQLAction that handles SelectQuery execution.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.ingresClassDescriptionA convenience superclass for SQLAction implementations.A SQLAction that handles SelectQuery execution.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.postgres
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.sqliteClassDescriptionA convenience superclass for SQLAction implementations.A SQLAction that handles SelectQuery execution.
-
Classes in org.apache.cayenne.access.jdbc used by org.apache.cayenne.dba.sqlserverClassDescriptionA convenience superclass for SQLAction implementations.A SQLAction that runs a stored procedure.A SQLAction that handles SelectQuery execution.