| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringColumn<T,E> |
| Modifier and Type | Method and Description |
|---|---|
static <T> StringExpr<T,T> |
SQL.str(T value)
Creates a new literal.
|
StringExpr<T,E> |
StringExpr.trim()
Create a new string expression that is the trim of this string
expression.
|
static StringExpr<String,String> |
SQL.val(String value)
Creates a new literal.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanExpr<Boolean,Boolean> |
StringExpr.like(StringExpr<?,?> stringExpr)
Creates a new boolean expression that performs the LIKE comparison of
this expression with the given one.
|
| Modifier and Type | Method and Description |
|---|---|
<T,E> StringExpr<T,E> |
SQLFactory.str(T value) |
StringExpr<String,String> |
SQLFactory.val(String value) |
Copyright © 2015–2018 Bridje Framework. All rights reserved.