| Interface | Description |
|---|---|
| IInitializable |
Used for computing value of calculated fields.
|
| IJdbcTypeFactory | |
| ILongIdentifyable | Deprecated |
| IQValueSetter |
| Class | Description |
|---|---|
| BigDecimalType |
JDBC converter for [BigDecimal] type.
|
| BooleanType |
JDBC converter for [boolean] and [Boolean] type.
|
| BooleanYNType |
JDBC converter for [boolean] and [Boolean] type, that converts boolean values into 'Y' / 'N' parameters.
|
| BundleStatement |
A SQL statement that comes from a
SQLBundle, which can be prepared and executed. |
| DoubleType |
JDBC converter for [double] and [Double] type.
|
| EnumAsStringType | |
| IntegerType |
JDBC converter for [int] and [Integer] type.
|
| JdbcAnyRecord |
EXPERIMENTAL A record read from the database.
|
| JdbcClassMeta |
Metadata for a JDBC accessible class.
|
| JdbcDataContext |
WATCH OUT- THIS DOES NOT OBEY OBJECT IDENTITY RULES!! Records loaded through
this code are NOT mapped by identity, so multiple queries for the same object
WILL return different copies!!
|
| JdbcInOutParam<T> |
IN OUT parameter definition when calling oracle function/stored procedure that has IN OUT params.
See JdbcUtil.oracleSpCall(Connection, Class, String, Object...). |
| JdbcMetaManager |
Singleton to manage all JDBC class metadata.
|
| JdbcOutParam<T> |
OUT parameter definition when calling oracle function/stored procedure that has OUT params.
See JdbcUtil.oracleSpCall(Connection, Class, String, Object...). |
| JdbcPropertyMeta | |
| JdbcQuery<T> |
Encapsulates an actual query.
|
| JdbcQueryExecutor | |
| JdbcSQLGenerator |
Generate a SQL query from a QCriteria selection using the poor man's JDBC code.
|
| JdbcUtil |
Utility class for JDBC code.
|
| LongType |
JDBC converter for [long] and [Long] type.
|
| PClassRef | |
| SelectorColumnsResultMaker |
Extracts count selection result from result set as first integer type column value.
|
| SQLBundle |
Resource bundle of SQL statements that can be easily executed.
|
| TimestampType |
JDBC converter for full Date type.
|
| Exception | Description |
|---|---|
| JdbcConversionException | |
| QQuerySyntaxException |
An exception thrown when a database query is somehow incorrect (grammar, column references).
|
| Annotation Type | Description |
|---|---|
| QJdbcColumn | |
| QJdbcCompound |
Marks a type as a compound (embedded) type.
|
| QJdbcId | |
| QJdbcTable |
Marks a POJO class as a JDBC accessed table or view.
|
Copyright © 2017 etc.to. All rights reserved.