| Package | Description |
|---|---|
| com.feedzai.commons.sql.abstraction.ddl |
Contains classes that aid on DDL creation.
|
| com.feedzai.commons.sql.abstraction.dml |
Contains classes to build DML statements.
|
| com.feedzai.commons.sql.abstraction.dml.dialect |
Contains an SQL builder.
|
| com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
| com.feedzai.commons.sql.abstraction.engine.impl |
Database specific implementations.
|
| Class and Description |
|---|
| Expression
A generic SQL Expression capable of being translated.
|
| K
An SQL constant.
|
| Class and Description |
|---|
| Between
The BETWEEN operator.
|
| Delete
The DELETE operator.
|
| Expression
A generic SQL Expression capable of being translated.
|
| Join
Represents a SQL join.
|
| Name
An object name.
|
| Query
A Query representation.
|
| Update
The UPDATE SQL keyword.
|
| View
Represents a SQL view.
|
| Class and Description |
|---|
| Between
The BETWEEN operator.
|
| Coalesce
The Coalesce operator.
|
| Delete
The DELETE operator.
|
| Expression
A generic SQL Expression capable of being translated.
|
| Literal
A literal to introduce in the SQL statement.
|
| Name
An object name.
|
| Query
A Query representation.
|
| Rename
Expression to rename tables.
|
| Truncate
The Truncate operator.
|
| Update
The UPDATE SQL keyword.
|
| View
Represents a SQL view.
|
| Class and Description |
|---|
| Expression
A generic SQL Expression capable of being translated.
|
| Class and Description |
|---|
| Expression
A generic SQL Expression capable of being translated.
|
Copyright © 2013. All Rights Reserved.