|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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(java.lang.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 java.lang.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 java.lang.String |
SQLServerDatabaseProvider.renderFunction(DatabaseFunction func)
|
protected java.lang.String |
PostgreSQLDatabaseProvider.renderFunction(DatabaseFunction func)
|
protected java.lang.String |
OracleDatabaseProvider.renderFunction(DatabaseFunction func)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |