4D v16OCIBindByPos |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16
OCIBindByPos
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| OCIBindByPos ( stmtp ; bindpp ; errhp ; position ; valuep ; dty ; indp ; alenp ; rcodep ; maxarr_len ; mode ) -> Function result | ||||||||
| Parameter | Type | Description | ||||||
| stmtp | Longint |
|
Statement handle | |||||
|
||||||||
| bindpp | Longint |
|
Address of bind handle | |||||
|
||||||||
| errhp | Longint |
|
Error handle | |||||
|
||||||||
| position | Longint |
|
Specifies placeholder attributes | |||||
| valuep | Pointer |
|
Address of data value(s) of type specified in dty parameter | |||||
|
||||||||
| dty | Longint |
|
Datatype of value(s) being bound | |||||
| indp | Pointer |
|
Indicator variable or array | |||||
|
||||||||
| alenp | Pointer |
|
Array of actual lengths of array elements | |||||
|
||||||||
| rcodep | Pointer |
|
Array of column-level return codes | |||||
| maxarr_len | Longint |
|
Maximum array length parameter | |||||
| mode | Longint |
|
Specifies mode of operation | |||||
| Function result | Longint |
|
Status | |||||
Please refer to the OCIBindByPos command in the OCI documentation provided by Oracle.
See the examples for Writing in a LONG RAW column and Executing an SQL INSERT request.
Product: 4D
Theme: Datatype
Number:
705109
4D for OCI ( 4D v16)
Add a comment