Interface | Description |
---|---|
SqlDialect |
This is the interface for an SQL dialect.
|
Class | Description |
---|---|
AbstractDeleteStatement<E,SELF extends DeleteStatement<E,SELF>> |
This is the abstract base-implementation of
DeleteStatement . |
AbstractInsertStatement<E,SELF extends InsertStatement<E,SELF>> |
This is the abstract base-implementation of
InsertStatement . |
AbstractModifyStatement<E,SELF extends ModifyStatement<E,SELF>> |
This is the abstract base-implementation of
ModifyStatement . |
AbstractSelectStatement<E,SELF extends SelectStatement<E,SELF>,T> |
This is the abstract base-implementation of
SelectStatement . |
AbstractStatement<E,SELF extends Statement<E,SELF>> |
This is the abstract base-implementation of
Statement . |
AbstractStatementFactory |
This is the abstract base implementation of
StatementFactory . |
AbstractStoreStatement<E,SELF extends StoreStatement<E,SELF>> |
This is the abstract base-implementation of
StoreStatement . |
AbstractUpdateStatement<E,SELF extends UpdateStatement<E,SELF>> |
This is the abstract base-implementation of
UpdateStatement . |
DefaultSqlDialect |
The default implementation of
SqlDialect . |
SqlBuilder |
This class represents the with context to build the SQL string and collect bind variables.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.