Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

addColumn(Column<?, ?>, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
addColumn(StringBuilder, List<Object>, Column<?, ?>, boolean) - Method in class org.bridje.sql.dialects.DerbyDialect
 
addColumn(Column<?, ?>, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
addColumn(StringBuilder, List<Object>, Column<?, ?>, boolean) - Method in class org.bridje.sql.dialects.MySQLDialect
 
addColumn(Column<?, ?>, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 
alterTable(StringBuilder, Table) - Method in class org.bridje.sql.dialects.DerbyDialect
 
alterTable(StringBuilder, Table) - Method in class org.bridje.sql.dialects.MySQLDialect
 
and(BooleanExpr<T, E>) - Method in interface org.bridje.sql.BooleanExpr
Creates a new boolean expression that performs the logical and of this expresion with the given one.
and(T) - Method in interface org.bridje.sql.BooleanExpr
Creates a new boolean expression that performs the logical and of this expresion with the given one.
append(String) - Method in interface org.bridje.sql.SQLBuilder
 
append(CharSequence) - Method in interface org.bridje.sql.SQLBuilder
 
append(char) - Method in interface org.bridje.sql.SQLBuilder
 
append(int) - Method in interface org.bridje.sql.SQLBuilder
 
append(long) - Method in interface org.bridje.sql.SQLBuilder
 
append(float) - Method in interface org.bridje.sql.SQLBuilder
 
append(double) - Method in interface org.bridje.sql.SQLBuilder
 
append(SQLWritable) - Method in interface org.bridje.sql.SQLBuilder
 
appendAll(SQLWritable[], String) - Method in interface org.bridje.sql.SQLBuilder
 
appendLimit(int, int) - Method in interface org.bridje.sql.SQLBuilder
 
appendObjectName(String) - Method in interface org.bridje.sql.SQLBuilder
 
ArithmeticExpr<T,E> - Interface in org.bridje.sql
An arithmetic SQL expression.
asc() - Method in interface org.bridje.sql.Expression
 
asParam() - Method in interface org.bridje.sql.Column
 
asParam() - Method in interface org.bridje.sql.SQLType
 
asTable() - Method in interface org.bridje.sql.SelectFinalStep
 

B

begin() - Method in interface org.bridje.sql.SQLEnvironment
 
bool(T) - Method in class org.bridje.sql.impl.SQLFactory
 
bool(T) - Static method in class org.bridje.sql.SQL
 
BOOLEAN - Static variable in interface org.bridje.sql.SQLType
 
BooleanColumn<T,E> - Interface in org.bridje.sql
Represents a boolean column.
BooleanExpr<T,E> - Interface in org.bridje.sql
Represents a boolean SQL expression.
build() - Method in interface org.bridje.sql.BuildFkFinalStep
Builds the foreign key.
build() - Method in interface org.bridje.sql.BuildSchemaFKsStep
Creates the schema.
build() - Method in interface org.bridje.sql.BuildTableFKsStep
 
buildAiColumn(String, SQLType<T, E>, boolean) - Method in class org.bridje.sql.impl.SQLFactory
 
buildAiColumn(String, SQLType<T, E>, boolean) - Static method in class org.bridje.sql.SQL
 
buildBooleanColumn(String, SQLType<T, E>, boolean, T) - Method in class org.bridje.sql.impl.SQLFactory
 
buildBooleanColumn(String, SQLType<T, E>, boolean, T) - Static method in class org.bridje.sql.SQL
 
buildColumn(String, SQLType<T, E>, boolean, T) - Method in class org.bridje.sql.impl.SQLFactory
 
buildColumn(String, SQLType<T, E>, boolean, T) - Static method in class org.bridje.sql.SQL
 
buildDateColumn(String, SQLType<T, E>, boolean, T) - Method in class org.bridje.sql.impl.SQLFactory
 
buildDateColumn(String, SQLType<T, E>, boolean, T) - Static method in class org.bridje.sql.SQL
 
BuildFkFinalStep - Interface in org.bridje.sql
Build foreign key final step.
BuildFkReferencesStep - Interface in org.bridje.sql
Build foreign key references step.
buildForeignKey(String, Table, Column<?, ?>[]) - Method in class org.bridje.sql.impl.SQLFactory
 
buildForeignKey(Table, Column<?, ?>[]) - Method in class org.bridje.sql.impl.SQLFactory
 
buildForeignKey(String, Column<?, ?>[]) - Method in class org.bridje.sql.impl.SQLFactory
 
buildForeignKey(Column<?, ?>[]) - Method in class org.bridje.sql.impl.SQLFactory
 
buildForeignKey(String, Table, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildForeignKey(Table, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildForeignKey(String, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildForeignKey(Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
BuildForeignKeyStep - Interface in org.bridje.sql
Build foreign key step.
buildIndex(String, Table, Column<?, ?>[]) - Method in class org.bridje.sql.impl.SQLFactory
 
buildIndex(Table, Column<?, ?>...) - Method in class org.bridje.sql.impl.SQLFactory
 
buildIndex(String, Column<?, ?>[]) - Method in class org.bridje.sql.impl.SQLFactory
 
buildIndex(Column<?, ?>...) - Method in class org.bridje.sql.impl.SQLFactory
 
buildIndex(String, Table, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildIndex(Table, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildIndex(String, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildIndex(Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildNumberColumn(String, SQLType<T, E>, boolean, T) - Method in class org.bridje.sql.impl.SQLFactory
 
buildNumberColumn(String, SQLType<T, E>, boolean, T) - Static method in class org.bridje.sql.SQL
 
buildSchema(String) - Method in class org.bridje.sql.impl.SQLFactory
 
buildSchema(String) - Static method in class org.bridje.sql.SQL
 
BuildSchemaFKsStep - Interface in org.bridje.sql
Build schema foreign keys step.
BuildSchemaIndexesStep - Interface in org.bridje.sql
Build schema indexes step.
BuildSchemaStep - Interface in org.bridje.sql
Build schema step.
buildStringColumn(String, SQLType<T, E>, boolean, T) - Method in class org.bridje.sql.impl.SQLFactory
 
buildStringColumn(String, SQLType<T, E>, boolean, T) - Static method in class org.bridje.sql.SQL
 
buildTable(String) - Method in class org.bridje.sql.impl.SQLFactory
 
buildTable(String) - Static method in class org.bridje.sql.SQL
 
BuildTableColumnsStep - Interface in org.bridje.sql
Build table columns step.
BuildTableFKsStep - Interface in org.bridje.sql
Build table foreign keys step.
BuildTableIndexesStep - Interface in org.bridje.sql
Build table indexes step.
BuildTableStep - Interface in org.bridje.sql
Build table step.
buildType(Class<T>, Class<E>, JDBCType, int, int, SQLValueParser<T, E>, SQLValueWriter<E, T>) - Method in class org.bridje.sql.impl.SQLFactory
 
buildType(Class<T>, Class<E>, JDBCType, int, SQLValueParser<T, E>, SQLValueWriter<E, T>) - Method in class org.bridje.sql.impl.SQLFactory
 
buildType(Class<T>, Class<E>, JDBCType, SQLValueParser<T, E>, SQLValueWriter<E, T>) - Method in class org.bridje.sql.impl.SQLFactory
 
buildType(Class<T>, JDBCType, int, int) - Static method in class org.bridje.sql.SQL
 
buildType(Class<T>, JDBCType, int) - Static method in class org.bridje.sql.SQL
 
buildType(Class<T>, JDBCType) - Static method in class org.bridje.sql.SQL
 
buildType(Class<T>, Class<E>, JDBCType, int, int, SQLValueParser<T, E>, SQLValueWriter<E, T>) - Static method in class org.bridje.sql.SQL
 
buildType(Class<T>, Class<E>, JDBCType, int, SQLValueParser<T, E>, SQLValueWriter<E, T>) - Static method in class org.bridje.sql.SQL
 
buildType(Class<T>, Class<E>, JDBCType, SQLValueParser<T, E>, SQLValueWriter<E, T>) - Static method in class org.bridje.sql.SQL
 
buildUnique(String, Table, Column<?, ?>...) - Method in class org.bridje.sql.impl.SQLFactory
 
buildUnique(Table, Column<?, ?>...) - Method in class org.bridje.sql.impl.SQLFactory
 
buildUnique(String, Column<?, ?>...) - Method in class org.bridje.sql.impl.SQLFactory
 
buildUnique(Column<?, ?>...) - Method in class org.bridje.sql.impl.SQLFactory
 
buildUnique(String, Table, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildUnique(Table, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildUnique(String, Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 
buildUnique(Column<?, ?>...) - Static method in class org.bridje.sql.SQL
 

C

canHandle(Connection) - Method in class org.bridje.sql.dialects.DerbyDialect
 
canHandle(Connection) - Method in class org.bridje.sql.dialects.MySQLDialect
 
canHandle(Connection) - Method in interface org.bridje.sql.SQLDialect
 
CastUtils - Class in org.bridje.sql.impl
Utilities for casting values from to the database.
CastUtils() - Constructor for class org.bridje.sql.impl.CastUtils
 
castValue(Class<F>, Object) - Static method in class org.bridje.sql.impl.CastUtils
Cast the given object to the specified class.
changeColumn(String, Column<?, ?>, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
changeColumn(StringBuilder, List<Object>, Column<?, ?>, String, boolean) - Method in class org.bridje.sql.dialects.DerbyDialect
 
changeColumn(String, Column<?, ?>, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
changeColumn(StringBuilder, List<Object>, Column<?, ?>, String, boolean) - Method in class org.bridje.sql.dialects.MySQLDialect
 
changeColumn(String, Column<?, ?>, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 
CHAR - Static variable in interface org.bridje.sql.SQLType
 
column(Column<?, ?>) - Method in interface org.bridje.sql.BuildTableColumnsStep
 
Column<T,E> - Interface in org.bridje.sql
 
columns(Column<?, ?>...) - Method in interface org.bridje.sql.InsertIntoStep
 
ColumnsStep - Interface in org.bridje.sql
Insert columns step.
commit() - Method in interface org.bridje.sql.SQLEnvironment
 
count() - Method in class org.bridje.sql.impl.SQLFactory
 
count() - Static method in class org.bridje.sql.SQL
 
createColumn(StringBuilder, List<Object>, Column<?, ?>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
createColumn(StringBuilder, List<Object>, Column<?, ?>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
createEnvironment(DataSource) - Method in interface org.bridje.sql.SQLService
 
createEnvironment(Connection) - Method in interface org.bridje.sql.SQLService
 
createEnvironment(String) - Method in interface org.bridje.sql.SQLService
 
createForeignKey(ForeignKey, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
createForeignKey(ForeignKey, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
createForeignKey(ForeignKey, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 
createIndex(Index, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
createIndex(StringBuilder, String, Table, Column<?, ?>[], boolean) - Method in class org.bridje.sql.dialects.DerbyDialect
 
createIndex(Index, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
createIndex(StringBuilder, String, Table, Column<?, ?>[], boolean) - Method in class org.bridje.sql.dialects.MySQLDialect
 
createIndex(Index, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 
createTable(Table, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
createTable(StringBuilder, Table) - Method in class org.bridje.sql.dialects.DerbyDialect
 
createTable(Table, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
createTable(StringBuilder, Table) - Method in class org.bridje.sql.dialects.MySQLDialect
 
createTable(Table, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 
createUniqueIndex(StringBuilder, String, Table, Column<?, ?>[]) - Method in class org.bridje.sql.dialects.DerbyDialect
 
createUniqueIndex(StringBuilder, String, Table, Column<?, ?>[]) - Method in class org.bridje.sql.dialects.MySQLDialect
 
custom(T) - Method in class org.bridje.sql.impl.SQLFactory
 
custom(T) - Static method in class org.bridje.sql.SQL
 

D

DateColumn<T,E> - Interface in org.bridje.sql
 
DateExpr<T,E> - Interface in org.bridje.sql
A date SQL expression.
delete(Table...) - Method in class org.bridje.sql.impl.SQLFactory
 
delete(Table...) - Static method in class org.bridje.sql.SQL
 
DeleteFromStep - Interface in org.bridje.sql
Delete from step.
DeleteLimitStep - Interface in org.bridje.sql
Delete limit step.
DeleteStep - Interface in org.bridje.sql
Delete step.
DeleteWhereStep - Interface in org.bridje.sql
Delete where step.
DerbyDialect - Class in org.bridje.sql.dialects
 
DerbyDialect() - Constructor for class org.bridje.sql.dialects.DerbyDialect
 
desc() - Method in interface org.bridje.sql.Expression
 
div(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the division of this expresion with the given one.
div(T) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the division of this expresion with the given one.
dropColumn(Column<?, ?>, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
dropColumn(StringBuilder, Column<?, ?>, boolean) - Method in class org.bridje.sql.dialects.DerbyDialect
 
dropColumn(Column<?, ?>, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
dropColumn(StringBuilder, Column<?, ?>, boolean) - Method in class org.bridje.sql.dialects.MySQLDialect
 
dropColumn(Column<?, ?>, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 
dropForeignKey(ForeignKey, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
dropForeignKey(ForeignKey, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
dropForeignKey(ForeignKey, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 
dropIndex(Index, List<Object>) - Method in class org.bridje.sql.dialects.DerbyDialect
 
dropIndex(StringBuilder, String, Table) - Method in class org.bridje.sql.dialects.DerbyDialect
 
dropIndex(Index, List<Object>) - Method in class org.bridje.sql.dialects.MySQLDialect
 
dropIndex(StringBuilder, String, Table) - Method in class org.bridje.sql.dialects.MySQLDialect
 
dropIndex(Index, List<Object>) - Method in interface org.bridje.sql.SQLDialect
 

E

eq(Expression<T, E>) - Method in interface org.bridje.sql.Expression
 
eq(T) - Method in interface org.bridje.sql.Expression
 
Expression<T,E> - Interface in org.bridje.sql
 

F

fetchAll(Query, SQLResultParser<T>, Object...) - Method in interface org.bridje.sql.SQLEnvironment
 
fetchAll(SQLStatement, SQLResultParser<T>) - Method in interface org.bridje.sql.SQLEnvironment
 
fetchOne(Query, SQLResultParser<T>, Object...) - Method in interface org.bridje.sql.SQLEnvironment
 
fetchOne(SQLStatement, SQLResultParser<T>) - Method in interface org.bridje.sql.SQLEnvironment
 
FinalStep - Interface in org.bridje.sql
The final step for queries.
fixSchema(Schema) - Method in interface org.bridje.sql.SQLEnvironment
 
foreignKey(ForeignKey) - Method in interface org.bridje.sql.BuildSchemaFKsStep
Adds a foreign key to the schema.
foreignKey(ForeignKey) - Method in interface org.bridje.sql.BuildTableFKsStep
 
ForeignKey - Interface in org.bridje.sql
 
ForeignKeyStrategy - Enum in org.bridje.sql
 
from(TableExpr) - Method in interface org.bridje.sql.DeleteStep
 
from(TableExpr) - Method in interface org.bridje.sql.SelectStep
 
FromStep - Interface in org.bridje.sql
The form step.

G

ge(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new boolean expression that performs the grather or equals to comparation of this expresion with the given one.
ge(DateExpr<T, E>) - Method in interface org.bridje.sql.DateExpr
Creates a new boolean expression that performs the grather or equals to comparation of this expresion with the given one.
get(Expression<T, E>) - Method in interface org.bridje.sql.SQLResultSet
 
get(int, SQLType<T, E>) - Method in interface org.bridje.sql.SQLResultSet
 
get(Expression<T, E>, SQLValueParser<T, E>) - Method in interface org.bridje.sql.SQLResultSet
 
get(int, SQLType<T, E>, SQLValueParser<T, E>) - Method in interface org.bridje.sql.SQLResultSet
 
getAutoIncrement() - Method in interface org.bridje.sql.Table
 
getColumn() - Method in interface org.bridje.sql.OrderExpr
 
getColumn(String) - Method in interface org.bridje.sql.Table
 
getColumns() - Method in interface org.bridje.sql.ForeignKey
 
getColumns() - Method in interface org.bridje.sql.Index
 
getColumns() - Method in interface org.bridje.sql.Table
 
getCount() - Method in interface org.bridje.sql.Limit
 
getDefValue() - Method in interface org.bridje.sql.Column
 
getDialect() - Method in interface org.bridje.sql.SQLBuilder
 
getDialect() - Method in interface org.bridje.sql.SQLEnvironment
 
getForeignKeys() - Method in interface org.bridje.sql.Schema
 
getForeignKeys() - Method in interface org.bridje.sql.Table
 
getIndexes() - Method in interface org.bridje.sql.Schema
 
getIndexes() - Method in interface org.bridje.sql.Table
 
getInstance() - Static method in class org.bridje.sql.impl.SQLFactory
 
getJavaReadType() - Method in interface org.bridje.sql.SQLType
 
getJavaType() - Method in interface org.bridje.sql.SQLType
 
getJDBCType() - Method in interface org.bridje.sql.SQLType
 
getLength() - Method in interface org.bridje.sql.SQLType
 
getName() - Method in interface org.bridje.sql.Column
 
getName() - Method in interface org.bridje.sql.ForeignKey
 
getName() - Method in interface org.bridje.sql.Index
 
getName() - Method in interface org.bridje.sql.Schema
 
getName() - Method in interface org.bridje.sql.Table
 
getOffset() - Method in interface org.bridje.sql.Limit
 
getOnDelete() - Method in interface org.bridje.sql.ForeignKey
 
getOnUpdate() - Method in interface org.bridje.sql.ForeignKey
 
getParameters() - Method in interface org.bridje.sql.SQLBuilder
 
getParameters() - Method in interface org.bridje.sql.SQLStatement
 
getParser() - Method in interface org.bridje.sql.SQLType
 
getPrecision() - Method in interface org.bridje.sql.SQLType
 
getPrimaryKey() - Method in interface org.bridje.sql.Table
 
getReferences() - Method in interface org.bridje.sql.ForeignKey
 
getResultFields() - Method in interface org.bridje.sql.Query
 
getResultFields() - Method in interface org.bridje.sql.SQLStatement
 
getSchema() - Method in interface org.bridje.sql.Table
 
getSQL() - Method in interface org.bridje.sql.SQLStatement
 
getSQLType() - Method in interface org.bridje.sql.Expression
 
getTable() - Method in interface org.bridje.sql.Column
 
getTable() - Method in interface org.bridje.sql.ForeignKey
 
getTable() - Method in interface org.bridje.sql.Index
 
getTables() - Method in interface org.bridje.sql.Schema
 
getType() - Method in interface org.bridje.sql.OrderExpr
 
getValue() - Method in interface org.bridje.sql.Literal
 
getWriter() - Method in interface org.bridje.sql.SQLType
 
groupBy(OrderExpr...) - Method in interface org.bridje.sql.OrderByStep
 
GroupByStep - Interface in org.bridje.sql
The group by step.
gt(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new boolean expression that performs the grather than comparation of this expresion with the given one.
gt(DateExpr<T, E>) - Method in interface org.bridje.sql.DateExpr
Creates a new boolean expression that performs the grather than comparation of this expresion with the given one.

H

having(BooleanExpr<?, ?>) - Method in interface org.bridje.sql.GroupByStep
 

I

index(Index) - Method in interface org.bridje.sql.BuildSchemaIndexesStep
Adds an index to the schema.
index(Index) - Method in interface org.bridje.sql.BuildTableIndexesStep
 
Index - Interface in org.bridje.sql
 
innerJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.DeleteFromStep
 
innerJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.FromStep
 
innerJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.UpdateStep
 
insertInto(Table) - Method in class org.bridje.sql.impl.SQLFactory
 
insertInto(Table) - Static method in class org.bridje.sql.SQL
 
InsertIntoStep - Interface in org.bridje.sql
The insert into step.
INTEGER - Static variable in interface org.bridje.sql.SQLType
 
isAllowNull() - Method in interface org.bridje.sql.Column
 
isAutoIncrement() - Method in interface org.bridje.sql.Column
 
isKey() - Method in interface org.bridje.sql.Column
 
isSimpleColumnNames() - Method in interface org.bridje.sql.SQLBuilder
 
isUnique() - Method in interface org.bridje.sql.Index
 
isWithGeneratedKeys() - Method in interface org.bridje.sql.Query
 
isWithGeneratedKeys() - Method in interface org.bridje.sql.SQLStatement
 

K

key(Column<?, ?>) - Method in interface org.bridje.sql.BuildTableStep
 

L

le(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new boolean expression that performs the less or equals to comparation of this expresion with the given one.
le(DateExpr<T, E>) - Method in interface org.bridje.sql.DateExpr
Creates a new boolean expression that performs the less or equals to comparation of this expresion with the given one.
leftJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.DeleteFromStep
 
leftJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.FromStep
 
leftJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.UpdateStep
 
length() - Method in interface org.bridje.sql.StringExpr
 
limit(Limit) - Method in interface org.bridje.sql.DeleteLimitStep
 
limit(int, int) - Method in class org.bridje.sql.impl.SQLFactory
 
Limit - Interface in org.bridje.sql
 
limit(Limit) - Method in interface org.bridje.sql.SelectLimitStep
 
limit(int, int) - Static method in class org.bridje.sql.SQL
 
limit(Limit) - Method in interface org.bridje.sql.UpdateLimitStep
 
Literal<T,E> - Interface in org.bridje.sql
 
LONG - Static variable in interface org.bridje.sql.SQLType
 
lt(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new boolean expression that performs the less than comparation of this expresion with the given one.
lt(DateExpr<T, E>) - Method in interface org.bridje.sql.DateExpr
Creates a new boolean expression that performs the less than comparation of this expresion with the given one.

M

minus(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the substraction of this expresion with the given one.
minus(T) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the substraction of this expresion with the given one.
mod(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the modulus of this expresion with the given one.
mod(T) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the modulus of this expresion with the given one.
mul(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the multiplication of this expresion with the given one.
mul(T) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the multiplication of this expresion with the given one.
MySQLDialect - Class in org.bridje.sql.dialects
 
MySQLDialect() - Constructor for class org.bridje.sql.dialects.MySQLDialect
 

N

ne(Expression<T, E>) - Method in interface org.bridje.sql.Expression
 
ne(T) - Method in interface org.bridje.sql.Expression
 
next() - Method in interface org.bridje.sql.SQLResultSet
 
not() - Method in interface org.bridje.sql.BooleanExpr
Creates a new boolean expression that performs the logical not for this expresion.
number(T) - Method in class org.bridje.sql.impl.SQLFactory
 
number(T) - Static method in class org.bridje.sql.SQL
 
NumberColumn<T,E> - Interface in org.bridje.sql
 

O

or(BooleanExpr<T, E>) - Method in interface org.bridje.sql.BooleanExpr
Creates a new boolean expression that performs the logical or of this expresion with the given one.
or(T) - Method in interface org.bridje.sql.BooleanExpr
Creates a new boolean expression that performs the logical or of this expresion with the given one.
orderBy(OrderExpr...) - Method in interface org.bridje.sql.DeleteWhereStep
 
orderBy(OrderExpr...) - Method in interface org.bridje.sql.SelectWhereStep
 
orderBy(OrderExpr...) - Method in interface org.bridje.sql.UpdateWhereStep
 
OrderByStep - Interface in org.bridje.sql
The order by step.
OrderExpr - Interface in org.bridje.sql
 
org.bridje.sql - package org.bridje.sql
 
org.bridje.sql.dialects - package org.bridje.sql.dialects
 
org.bridje.sql.impl - package org.bridje.sql.impl
 

P

param(SQLType<T, E>) - Method in class org.bridje.sql.impl.SQLFactory
 
param(SQLType<T, E>) - Static method in class org.bridje.sql.SQL
 
parse(SQLResultSet) - Method in interface org.bridje.sql.SQLResultParser
 
parse(E) - Method in interface org.bridje.sql.SQLType
 
parse(E) - Method in interface org.bridje.sql.SQLValueParser
 
plus(ArithmeticExpr<T, E>) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the addition of this expresion with the given one.
plus(T) - Method in interface org.bridje.sql.ArithmeticExpr
Creates a new arithmetic expression that performs the addition of this expresion with the given one.
primaryKey(StringBuilder, Column<?, ?>[]) - Method in class org.bridje.sql.dialects.DerbyDialect
 
primaryKey(StringBuilder, Column<?, ?>[]) - Method in class org.bridje.sql.dialects.MySQLDialect
 

Q

Query - Interface in org.bridje.sql
 

R

read(Object) - Method in interface org.bridje.sql.SQLType
 
references(Table) - Method in interface org.bridje.sql.BuildForeignKeyStep
Especify the references table for the foreign key.
rightJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.DeleteFromStep
 
rightJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.FromStep
 
rightJoin(TableExpr, BooleanExpr<?, ?>) - Method in interface org.bridje.sql.UpdateStep
 
rollback() - Method in interface org.bridje.sql.SQLEnvironment
 

S

Schema - Interface in org.bridje.sql
 
select(SelectExpr) - Method in interface org.bridje.sql.ColumnsStep
 
select(Expression<?, ?>...) - Method in class org.bridje.sql.impl.SQLFactory
 
select(Expression<?, ?>...) - Static method in class org.bridje.sql.SQL
 
SelectExpr - Interface in org.bridje.sql
 
SelectFinalStep - Interface in org.bridje.sql
The select final step.
SelectLimitStep - Interface in org.bridje.sql
The select limit step.
SelectStep - Interface in org.bridje.sql
The select step.
SelectWhereStep - Interface in org.bridje.sql
The select where step.
set(Column<T, E>, T) - Method in interface org.bridje.sql.SetsStep
 
set(Column<T, E>, Expression<T, E>) - Method in interface org.bridje.sql.SetsStep
 
setSimpleColumnNames(boolean) - Method in interface org.bridje.sql.SQLBuilder
 
SetsStep - Interface in org.bridje.sql
The sets step.
SHORT - Static variable in interface org.bridje.sql.SQLType
 
SortType - Enum in org.bridje.sql
 
SQL - Class in org.bridje.sql
 
SQL() - Constructor for class org.bridje.sql.SQL
 
SQLBuilder - Interface in org.bridje.sql
 
SQLDialect - Interface in org.bridje.sql
 
SQLEnvironment - Interface in org.bridje.sql
 
SQLFactory - Class in org.bridje.sql.impl
 
SQLResultParser<T> - Interface in org.bridje.sql
 
SQLResultSet - Interface in org.bridje.sql
 
SQLService - Interface in org.bridje.sql
 
SQLStatement - Interface in org.bridje.sql
 
SQLType<T,E> - Interface in org.bridje.sql
 
SQLValueParser<T,E> - Interface in org.bridje.sql
 
SQLValueWriter<T,E> - Interface in org.bridje.sql
 
SQLWritable - Interface in org.bridje.sql
 
str(T) - Method in class org.bridje.sql.impl.SQLFactory
 
str(T) - Static method in class org.bridje.sql.SQL
 
strategy(ForeignKeyStrategy, ForeignKeyStrategy) - Method in interface org.bridje.sql.BuildFkReferencesStep
Adds the ON DELTE, ON UPDATE strategy for the foreign key.
strategy(ForeignKeyStrategy) - Method in interface org.bridje.sql.BuildFkReferencesStep
Adds the ON DELTE, ON UPDATE strategy for the foreign key.
STRING - Static variable in interface org.bridje.sql.SQLType
 
StringColumn<T,E> - Interface in org.bridje.sql
 
StringExpr<T,E> - Interface in org.bridje.sql
 

T

table(Table) - Method in interface org.bridje.sql.BuildSchemaStep
Adds a table to the schema.
Table - Interface in org.bridje.sql
 
TableExpr - Interface in org.bridje.sql
 
toQuery() - Method in interface org.bridje.sql.FinalStep
 
toStatement(SQLDialect, Object...) - Method in interface org.bridje.sql.Query
 
trim() - Method in interface org.bridje.sql.StringExpr
 

U

update(Table) - Method in class org.bridje.sql.impl.SQLFactory
 
update(Table) - Static method in class org.bridje.sql.SQL
 
update(Query, Object...) - Method in interface org.bridje.sql.SQLEnvironment
 
update(SQLStatement) - Method in interface org.bridje.sql.SQLEnvironment
 
UpdateLimitStep - Interface in org.bridje.sql
The update limit step.
UpdateStep - Interface in org.bridje.sql
The update step.
UpdateWhereStep - Interface in org.bridje.sql
The update where step.

V

val(Number) - Method in class org.bridje.sql.impl.SQLFactory
 
val(byte) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Byte) - Method in class org.bridje.sql.impl.SQLFactory
 
val(short) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Short) - Method in class org.bridje.sql.impl.SQLFactory
 
val(int) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Integer) - Method in class org.bridje.sql.impl.SQLFactory
 
val(long) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Long) - Method in class org.bridje.sql.impl.SQLFactory
 
val(float) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Float) - Method in class org.bridje.sql.impl.SQLFactory
 
val(double) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Double) - Method in class org.bridje.sql.impl.SQLFactory
 
val(String) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Boolean) - Method in class org.bridje.sql.impl.SQLFactory
 
val(boolean) - Method in class org.bridje.sql.impl.SQLFactory
 
val(char) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Character) - Method in class org.bridje.sql.impl.SQLFactory
 
val(Number) - Static method in class org.bridje.sql.SQL
 
val(byte) - Static method in class org.bridje.sql.SQL
 
val(Byte) - Static method in class org.bridje.sql.SQL
 
val(short) - Static method in class org.bridje.sql.SQL
 
val(Short) - Static method in class org.bridje.sql.SQL
 
val(int) - Static method in class org.bridje.sql.SQL
 
val(Integer) - Static method in class org.bridje.sql.SQL
 
val(long) - Static method in class org.bridje.sql.SQL
 
val(Long) - Static method in class org.bridje.sql.SQL
 
val(float) - Static method in class org.bridje.sql.SQL
 
val(Float) - Static method in class org.bridje.sql.SQL
 
val(double) - Static method in class org.bridje.sql.SQL
 
val(Double) - Static method in class org.bridje.sql.SQL
 
val(String) - Static method in class org.bridje.sql.SQL
 
val(Boolean) - Static method in class org.bridje.sql.SQL
 
val(boolean) - Static method in class org.bridje.sql.SQL
 
val(char) - Static method in class org.bridje.sql.SQL
 
val(Character) - Static method in class org.bridje.sql.SQL
 
valueOf(String) - Static method in enum org.bridje.sql.ForeignKeyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.bridje.sql.SortType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bridje.sql.ForeignKeyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.bridje.sql.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
values(Object...) - Method in interface org.bridje.sql.ValuesStep
 
ValuesStep - Interface in org.bridje.sql
The values step.

W

where(BooleanExpr<?, ?>) - Method in interface org.bridje.sql.DeleteFromStep
 
where(BooleanExpr<?, ?>) - Method in interface org.bridje.sql.FromStep
 
where(BooleanExpr<?, ?>) - Method in interface org.bridje.sql.SetsStep
 
write(T) - Method in interface org.bridje.sql.SQLType
 
write(E) - Method in interface org.bridje.sql.SQLValueWriter
 
writeLimit(StringBuilder, int, int) - Method in class org.bridje.sql.dialects.DerbyDialect
 
writeLimit(StringBuilder, int, int) - Method in class org.bridje.sql.dialects.MySQLDialect
 
writeLimit(StringBuilder, int, int) - Method in interface org.bridje.sql.SQLDialect
 
writeObjectName(StringBuilder, String) - Method in class org.bridje.sql.dialects.DerbyDialect
 
writeObjectName(StringBuilder, String) - Method in class org.bridje.sql.dialects.MySQLDialect
 
writeObjectName(StringBuilder, String) - Method in interface org.bridje.sql.SQLDialect
 
writeSQL(SQLBuilder) - Method in interface org.bridje.sql.SQLWritable
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015–2017 Bridje Framework. All rights reserved.