|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLUtil.QuotationType | |
|---|---|
| org.xerial.db.sql | |
| Uses of SQLUtil.QuotationType in org.xerial.db.sql |
|---|
| Methods in org.xerial.db.sql that return SQLUtil.QuotationType | |
|---|---|
static SQLUtil.QuotationType |
SQLUtil.QuotationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SQLUtil.QuotationType[] |
SQLUtil.QuotationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xerial.db.sql with parameters of type SQLUtil.QuotationType | ||
|---|---|---|
static String |
SQLUtil.commaSeparatedList(Collection list,
SQLUtil.QuotationType quotationType)
Generates the comma-separated string of the given data |
|
static
|
SQLUtil.commaSeparatedList(E[] list,
SQLUtil.QuotationType quotationType)
Generates the comma-separated string of the given data |
|
static String |
SQLUtil.separatedList(Collection list,
String separator,
SQLUtil.QuotationType quotationType)
Generates the concatenation of the given elements in the list |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
