|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--org.hsqldb.Function
Function class declaration
| Constructor Summary | |
(package private) |
Function(java.lang.String function,
Channel channel)
Constructor declaration |
| Method Summary | |
(package private) void |
checkResolved()
Method declaration |
(package private) int |
getArgCount()
Method declaration |
(package private) int |
getArgType(int i)
Method declaration |
(package private) int |
getReturnType()
Method declaration |
(package private) java.lang.Object |
getValue()
Method declaration |
(package private) void |
resolve(TableFilter f)
Method declaration |
(package private) void |
setArgument(int i,
Expression e)
Method declaration |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
Function(java.lang.String function,
Channel channel)
throws java.sql.SQLException
function - channel - | Method Detail |
java.lang.Object getValue()
throws java.sql.SQLException
int getArgCount()
void resolve(TableFilter f)
throws java.sql.SQLException
f -
void checkResolved()
throws java.sql.SQLException
int getArgType(int i)
i - int getReturnType()
void setArgument(int i,
Expression e)
i - e -
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||