| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T,E> ArrayExpr<Integer,Integer> |
SQL.array(Expression<T,E>... elements)
Creates a new array of elements.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanExpr<Boolean,Boolean> |
Expression.in(ArrayExpr<T,E> array)
Creates a new boolean expression that performs the "in" search of this
expression with in the given array.
|
| Modifier and Type | Method and Description |
|---|---|
<T,E> ArrayExpr<Integer,Integer> |
SQLFactory.array(Expression<T,E>... elements) |
Copyright © 2015–2018 Bridje Framework. All rights reserved.