Database.sp.setOutputParameterType()

Signature

void setOutputParameterType(Object handle, int index, int beType)

Domain

ACTION

Description

For stored procedure with $1out$1 parameters, sets the sqltype of the return type at the given index.

Parameters

NameTypeDescription
handleObjectinitStoredProc()
indexintIndex at which to set the parameter type
beTypeintSTRING=0; INT=1; LONG=2; DOUBLE=3; BOOLEAN=4; DATETIME=5; CONCEPT=6; CLOB=7;

Returns

TypeDescription
void