|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLFunction | |
|---|---|
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| Uses of SQLFunction in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that return SQLFunction | |
|---|---|
static SQLFunction |
SQLFunction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SQLFunction[] |
SQLFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.sql with parameters of type SQLFunction | |
|---|---|
Object |
ConnectionHelper.getAggregatedFunctionValue(String table,
String column,
SQLFunction function,
String method,
Map<String,?> fieldRestrictions)
|
Object |
ConnectionHelper.getFunctionValue(String table,
String columnField,
SQLFunction func)
|
Object |
ConnectionHelper.getFunctionValue(String table,
String columnField,
SQLFunction function,
Map<String,?> fieldRestrictions)
|
Object |
SQLColumnInfoStore.getFunctionValueForColumn(String column,
SQLFunction func,
Map<String,Object> sqlRestrictions)
|
Object |
SQLColumnInfo.getFunctionValueForColumn(String column,
SQLFunction func,
Map<String,Object> sqlRestrictions)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||