public interface SQLClause
Modifier and Type | Interface and Description |
---|---|
static class |
SQLClause.SQLType
Supported SQL types for the clause
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getValues()
Note: null value is accepted IF NULL is also set on the valueType map, otherwise behavior is undefined
The values will be added in-order in places designated by ? in the sql string
|
SQLClause.SQLType[] |
getValueTypes() |
void |
toSQLString(java.lang.StringBuilder sql)
print this clause the the given builder, the output should NOT include AND or OR keyword, this will be automatically added when needed
|
SQLClause.SQLType[] getValueTypes()
java.lang.Object[] getValues()
void toSQLString(java.lang.StringBuilder sql)
sql
- Copyright © 2015 Tampere University of Technology, Pori Department.