| Package | Description |
|---|---|
| org.bridje.sql |
| Modifier and Type | Method and Description |
|---|---|
SQLBuilder |
SQLBuilder.append(char c)
Appends a new char to the SQL query.
|
SQLBuilder |
SQLBuilder.append(CharSequence s)
Appends a new string to the SQL query.
|
SQLBuilder |
SQLBuilder.append(double d)
Appends a new double to the SQL query.
|
SQLBuilder |
SQLBuilder.append(float f)
Appends a new float to the SQL query.
|
SQLBuilder |
SQLBuilder.append(int i)
Appends a new integer to the SQL query.
|
SQLBuilder |
SQLBuilder.append(long lng)
Appends a new long to the SQL query.
|
SQLBuilder |
SQLBuilder.append(SQLWritable expression)
Appends a new SQL expression to the SQL query.
|
SQLBuilder |
SQLBuilder.append(String str)
Appends a new string to the SQL query.
|
SQLBuilder |
SQLBuilder.appendLimit(int count)
Appends a new limit statement to the SQL query.
|
SQLBuilder |
SQLBuilder.appendLimit(int offset,
int count)
Appends a new limit statement to the SQL query.
|
SQLBuilder |
SQLBuilder.appendObjectName(String name)
Appends a new object name to the SQL query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SQLWritable.writeSQL(SQLBuilder builder)
Writes the actual SQL object or statement to the SQLBuilder provided.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.