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, toString
addNote, addNotes, getNotes, hasNotes, hasOneNote
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addNote, addNotes, getNotes, hasNotes, hasOneNote
public SqlConstant(String str)
public SqlConstant(long number)
public String asSqlString()
public boolean isConstant()
isConstant
in interface SqlExpr
isConstant
in class SqlExprBase
public void visit(SqlExprVisitor visitor)
Licenced under the Apache License, Version 2.0