| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Expression.expr(java.lang.String expressionString)
Static method for static import to allow:
set("b", expr("a + 1")) |
| Modifier and Type | Method and Description |
|---|---|
FindStatement |
FindStatementImpl.fields(Expression docProjection) |
FindStatement |
FindStatement.fields(Expression docProjection)
Add/replace the field projection defining the result.
|
void |
DocFilterParams.setFields(Expression docProjection)
Parse projection expressions into X Protocol Projection objects.
|