Uses of Class
net.java.ao.DatabaseFunction

Packages that use DatabaseFunction
net.java.ao   
net.java.ao.db   
 

Uses of DatabaseFunction in net.java.ao
 

Methods in net.java.ao that return DatabaseFunction
static DatabaseFunction DatabaseFunction.get(String value)
          Performs a linear search through all database functions available within this enum and returns the value which matches the specified String name.
static DatabaseFunction DatabaseFunction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DatabaseFunction[] DatabaseFunction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.java.ao with parameters of type DatabaseFunction
protected  String DatabaseProvider.renderFunction(DatabaseFunction func)
          Renders the specified DatabaseFunction in its database-specific form.
 

Uses of DatabaseFunction in net.java.ao.db
 

Methods in net.java.ao.db with parameters of type DatabaseFunction
protected  String SQLServerDatabaseProvider.renderFunction(DatabaseFunction func)
           
protected  String PostgreSQLDatabaseProvider.renderFunction(DatabaseFunction func)
           
protected  String OracleDatabaseProvider.renderFunction(DatabaseFunction func)
           
 



Copyright © 2007-2011. All Rights Reserved.