public abstract class SqlExprBase extends AnnotationsBase implements SqlExpr
| Constructor and Description |
|---|
SqlExprBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
asSQL() |
static String |
asSQL(SqlExpr expr) |
Set<SqlColumn> |
getColumnsNeeded() |
boolean |
isColumn() |
boolean |
isConstant() |
String |
toString() |
addNote, addNotes, getNotes, hasNotes, hasOneNoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic Set<SqlColumn> getColumnsNeeded()
getColumnsNeeded in interface SqlExprpublic boolean isConstant()
isConstant in interface SqlExprLicenced under the Apache License, Version 2.0