4D v16

OCIBindDateByPos

Home

 
4D v16
OCIBindDateByPos

OCIBindDateByPos 


 

OCIBindDateByPos ( stmtp ; bindpp ; errhp ; position ; valuep ; valuep2 ; dty ; indp ; alenp ; rcodep ; maxarr_len ; mode ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
stmtp  Lange Ganzzahl in Statement handle
in
bindpp  Lange Ganzzahl in Address of bind handle
in
errhp  Lange Ganzzahl in Error handle
in
position  Lange Ganzzahl in Specifies placeholder attributes
valuep  Zeiger in Address of data value(s) of type specified in dty parameter
in
valuep2  Zeiger in Address of data value(s) of type specified in dty parameter
in
dty  Lange Ganzzahl in Datatype of value(s) being bound
indp  Zeiger in Indicator variable or array
in
alenp  Zeiger in Array of actual lengths of array elements
in
rcodep  Zeiger in Array of column-level return codes
maxarr_len  Lange Ganzzahl in Maximum array length parameter
mode  Lange Ganzzahl in Specifies mode of operation
Funktionsergebnis  in Status

Please refer to the OCIBindDateByPos command in the OCI documentation provided by Oracle.

Note: The OCIBindDateByPos command is similar to the OCIBindByPos command except that there is an additional valuep2 parameter to adapt it for working with Oracle columns of the TIMESTAMP type. For this command, the valuep parameter is a pointer to a date (C_DATE) and valuep2 is a pointer to a time (C_TIME). When both parameters are used in a bind, the command takes the date (day/month/year) from the valuep parameter and the time (hour:minute:second) from the valuep2 parameter.

For more information about handling dates, see Working with Oracle Date types.

See the example for Executing an SQL INSERT request.



Siehe auch 

OCIBindDateByName

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: Relational Commands
Nummer: 705234

 
GESCHICHTE 

 
ARTIKELVERWENDUNG

4D for OCI ( 4D v16)