Uses of Class
wt.query.SQLFunction

Packages that use SQLFunction
wt.prefs Uses the PreferenceService to manage Preferences
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of SQLFunction in wt.prefs
 

Fields in wt.prefs declared as SQLFunction
private static SQLFunction DBPrefEntry.concat
           
 

Uses of SQLFunction in wt.query
 

Methods in wt.query that return SQLFunction
static SQLFunction SQLFunction.newSQLFunction(String a_functionName)
          Constructs a new SQLFunction.
static SQLFunction SQLFunction.newSQLFunction(String a_functionName, ColumnExpression a_argument)
          Constructs a new SQLFunction.
static SQLFunction SQLFunction.newSQLFunction(String a_functionName, ColumnExpression a_argument_1, ColumnExpression a_argument_2)
          Constructs a new SQLFunction.
static SQLFunction SQLFunction.newSQLFunction(String a_functionName, ColumnExpression a_argument_1, ColumnExpression a_argument_2, ColumnExpression a_argument_3)
          Constructs a new SQLFunction.
static SQLFunction SQLFunction.newSQLFunction(String a_functionName, ColumnExpression[] a_arguments)
          Constructs a new SQLFunction.
 

Methods in wt.query with parameters of type SQLFunction
protected  boolean SQLFunction.readVersion(SQLFunction thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void QuerySpec.appendOrderBy(Class targetClass, String attrName, boolean descending, SQLFunction sqlfunction)
          Deprecated. Replaced by appendOrderBy(OrderBy, int[])