public interface SQLBuilder
| Modifier and Type | Method and Description |
|---|---|
SQLBuilder |
append(char c) |
SQLBuilder |
append(CharSequence s) |
SQLBuilder |
append(double d) |
SQLBuilder |
append(float f) |
SQLBuilder |
append(int i) |
SQLBuilder |
append(long lng) |
SQLBuilder |
append(SQLWritable expression) |
SQLBuilder |
append(String str) |
void |
appendAll(SQLWritable[] expressions,
String sep) |
SQLBuilder |
appendLimit(int offset,
int count) |
SQLBuilder |
appendObjectName(String name) |
SQLDialect |
getDialect() |
List<Object> |
getParameters() |
boolean |
isSimpleColumnNames() |
void |
setSimpleColumnNames(boolean simpleColumnNames) |
boolean isSimpleColumnNames()
void setSimpleColumnNames(boolean simpleColumnNames)
simpleColumnNames - SQLDialect getDialect()
SQLBuilder append(String str)
str - SQLBuilder append(CharSequence s)
s - SQLBuilder append(char c)
c - SQLBuilder append(int i)
i - SQLBuilder append(long lng)
lng - SQLBuilder append(float f)
f - SQLBuilder append(double d)
d - SQLBuilder appendObjectName(String name)
name - SQLBuilder appendLimit(int offset, int count)
offset - count - SQLBuilder append(SQLWritable expression)
expression - void appendAll(SQLWritable[] expressions, String sep)
expressions - sep - Copyright © 2015–2017 Bridje Framework. All rights reserved.