|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.scooterframework.orm.sqldataexpress.object.StoredProcedure
com.scooterframework.orm.sqldataexpress.object.Function
public class Function
Function class. A function is essentially a stored procedure that returns a result.
| Field Summary |
|---|
| Fields inherited from class com.scooterframework.orm.sqldataexpress.object.StoredProcedure |
|---|
api, catalog, coursors, inputParamCount, javaAPIString, name, parameters, schema |
| Constructor Summary | |
|---|---|
Function(java.lang.String name)
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
formatJavaAPIString()
|
int |
getReturnType()
|
java.lang.String |
getReturnTypeName()
|
| Methods inherited from class com.scooterframework.orm.sqldataexpress.object.StoredProcedure |
|---|
addCursor, addParameter, getApi, getCatalog, getCursor, getInputParameterCount, getJavaAPIString, getName, getParameters, getSchema, setApi, setCataloge, setJavaAPIString, setName, setSchema |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Function(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getReturnTypeName()
public int getReturnType()
protected java.lang.String formatJavaAPIString()
formatJavaAPIString in class StoredProcedure
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||