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, hasOneNote
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addNote, addNotes, getNotes, hasNotes, hasOneNote
public Set<SqlColumn> getColumnsNeeded()
getColumnsNeeded
in interface SqlExpr
public boolean isConstant()
isConstant
in interface SqlExpr
Licenced under the Apache License, Version 2.0