public class SqlConstant extends SqlExprBase
| Constructor and Description |
|---|
SqlConstant(long number) |
SqlConstant(String str) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSqlString() |
boolean |
isConstant() |
void |
visit(SqlExprVisitor visitor) |
asSQL, asSQL, getColumnsNeeded, isColumn, toStringaddNote, addNotes, getNotes, hasNotes, hasOneNoteequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNote, addNotes, getNotes, hasNotes, hasOneNotepublic SqlConstant(String str)
public SqlConstant(long number)
public String asSqlString()
public boolean isConstant()
isConstant in interface SqlExprisConstant in class SqlExprBasepublic void visit(SqlExprVisitor visitor)
Licenced under the Apache License, Version 2.0