Database.sp.getObjectAtIndex()

Signature

Object getObjectAtIndex(Object handle, int index)

Domain

ACTION

Description

Queries the database using supplied prepared statement.

Parameters

NameTypeDescription
handleObjectinitStoredProc()
indexintIndex at which output is to be obtained.

Returns

TypeDescription
ObjectReturns Calendar object for Date/Timestamp datatypes.
For Clob datatype, returns the CLOB as stream (Use readClobContent() to read content).