Uses of Class
org.xerial.db.sql.SQLUtil.QuotationType

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
<E> String
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
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.