public abstract class Expressions extends Object
Expression
s.SQL
,
Conditions
,
Functions
Modifier and Type | Class and Description |
---|---|
static class |
Expressions.SimpleExpression |
Modifier and Type | Method and Description |
---|---|
static Expression |
asterisk() |
static Expression |
asterisk(Table table) |
static Expression |
just(String sql)
Creates a plain
sql Expression . |
public static Expression asterisk()
*
expression.public static Expression just(String sql)
sql
Expression
.sql
- the SQL, must not be null or empty.Expression
.public static Expression asterisk(Table table)
Table
.scoped asterisk <table>.*
expression.Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.