public interface SqlExpr extends Annotations
Modifier and Type | Method and Description |
---|---|
String |
asSQL() |
Set<SqlColumn> |
getColumnsNeeded() |
boolean |
isColumn() |
boolean |
isConstant() |
void |
visit(SqlExprVisitor visitor) |
addNote, addNotes, getNotes, hasNotes, hasOneNote
void visit(SqlExprVisitor visitor)
String asSQL()
boolean isColumn()
boolean isConstant()
Licenced under the Apache License, Version 2.0