Try OpenEdge Now
skip to main content
SQL Reference
JDBC Reference : Java Class Reference : SQLCursor : SQLCursor.getParam : Parameters
 
Parameters
inout_var
The target variable into which the value of an OUT or INOUT parameter is stored.
fieldIndex
An integer that specifies the position of the parameter in the parameter list.
fieldType
A short integer that specifies the data type of the parameter. The allowable defined values for fieldType are listed in the table below, grouped by category of data type.
Table 56. Allowable values for fieldType in getParam
Character
Exact numeric
Approximate numeric
Date‑time
Bit string
CHAR
INTEGER
REAL
DATE
BIT
CHARACTER
SMALLINT
FLOAT
TIME
BINARY
VARCHAR
TINYINT
DOUBLE
TIMESTAMP
VARBINARY
NUMERIC
LVARBINARY
DECIMAL