| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.dialects | |
| org.bridje.sql.impl |
| Class and Description |
|---|
| ArithmeticExpr
An arithmetic SQL expression.
|
| ArrayExpr
An array of elements SQL expression.
|
| BooleanColumn
Represents a boolean column.
|
| BooleanExpr
Represents a boolean SQL expression.
|
| BuildFkFinalStep
Build foreign key final step.
|
| BuildFkReferencesStep
Build foreign key references step.
|
| BuildForeignKeyStep
Build foreign key step.
|
| BuildSchemaFKsStep
Build schema foreign keys step.
|
| BuildSchemaIndexesStep
Build schema indexes step.
|
| BuildSchemaStep
Build schema step.
|
| BuildTableColumnsStep
Build table columns step.
|
| BuildTableFKsStep
Build table foreign keys step.
|
| BuildTableIndexesStep
Build table indexes step.
|
| BuildTableStep
Build table step.
|
| Column
Represents a column for a table for an SQL database.
|
| ColumnsStep
Insert columns step.
|
| DateColumn
Represents a date/time column.
|
| DateExpr
A date SQL expression.
|
| DeleteFromStep
Delete from step.
|
| DeleteLimitStep
Delete limit step.
|
| DeleteStep
Delete step.
|
| DeleteWhereStep
Delete where step.
|
| Expression
An SQL expression.
|
| FinalStep
The final step for queries.
|
| ForeignKey
Represents a foreign key.
|
| ForeignKeyStrategy
The strategies to use for the rows on update and on delete events.
|
| FromStep
The form step.
|
| GroupByStep
The group by step.
|
| Index
Represents an SQL index.
|
| InsertIntoStep
The insert into step.
|
| Limit
Represents an SQL limit statement.
|
| NumberColumn |
| OrderByStep
The order by step.
|
| OrderExpr
An order by expression.
|
| Query
Represents an SQL query.
|
| Schema
Represents an SQL database schema.
|
| SelectExpr
Represents a select expression that can be use in queries.
|
| SelectFinalStep
The select final step.
|
| SelectLimitStep
The select limit step.
|
| SelectStep
The select step.
|
| SelectWhereStep
The select where step.
|
| SetsStep
The sets step.
|
| SortType
The types of orders for the order by and group by statements.
|
| SQLBuilder
A builder for SQL queries.
|
| SQLDialect
Represents an SQL dialect for any specific RDBM or version.
|
| SQLEnvironment
The work environment for the SQL API.
|
| SQLResultParser
A parser for the execution of a select query in the database.
|
| SQLResultSet
Represents a result set for the execution of a select query in the database.
|
| SQLStatement
Represent an SQL statement tha can be execute in the database.
|
| SQLType
Represents an SQL type.
|
| SQLValueParser |
| SQLValueWriter |
| SQLWritable
This interface must be implemented by any class that can be write as an SQL
object or statement.
|
| StringColumn |
| StringExpr
Represents an string SQL expression.
|
| Table
Represents an SQL table.
|
| TableExpr
An expression that outputs a table.
|
| UpdateLimitStep
The update limit step.
|
| UpdateStep
The update step.
|
| UpdateWhereStep
The update where step.
|
| ValuesStep
The values step.
|
| Class and Description |
|---|
| Column
Represents a column for a table for an SQL database.
|
| ForeignKey
Represents a foreign key.
|
| Index
Represents an SQL index.
|
| SQLDialect
Represents an SQL dialect for any specific RDBM or version.
|
| Table
Represents an SQL table.
|
| Class and Description |
|---|
| ArithmeticExpr
An arithmetic SQL expression.
|
| ArrayExpr
An array of elements SQL expression.
|
| BooleanColumn
Represents a boolean column.
|
| BooleanExpr
Represents a boolean SQL expression.
|
| BuildForeignKeyStep
Build foreign key step.
|
| BuildSchemaStep
Build schema step.
|
| BuildTableStep
Build table step.
|
| Column
Represents a column for a table for an SQL database.
|
| DateColumn
Represents a date/time column.
|
| DateExpr
A date SQL expression.
|
| DeleteStep
Delete step.
|
| Expression
An SQL expression.
|
| Index
Represents an SQL index.
|
| InsertIntoStep
The insert into step.
|
| Limit
Represents an SQL limit statement.
|
| NumberColumn |
| SelectStep
The select step.
|
| SQLType
Represents an SQL type.
|
| SQLValueParser |
| SQLValueWriter |
| StringColumn |
| StringExpr
Represents an string SQL expression.
|
| Table
Represents an SQL table.
|
| UpdateStep
The update step.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.