4D v16

OCIBindDateByName

Página Inicial

 
4D v16
OCIBindDateByName

OCIBindDateByName 


 

OCIBindDateByName ( stmtp ; bindpp ; errhp ; placeholder ; valuep ; valuep2 ; dty ; indp ; alenp ; rcodep ; maxarr_len ; mode ) -> Resultado 
Parâmetro Tipo   Descrição
stmtp  Inteiro longo in Statement handle
in
bindpp  Inteiro longo in Address of bind handle
in
errhp  Inteiro longo in Error handle
in
placeholder  String in Name of placeholder
valuep  Ponteiro in Address of data value(s) of type specified in dty parameter
in
valuep2  Ponteiro in Address of data value(s) of type specified in dty parameter
in
dty  Inteiro longo in Datatype of value(s) being bound
indp  Ponteiro in Indicator variable or array
in
alenp  Ponteiro in Array of actual lengths of array elements
in
rcodep  Ponteiro in Array of column-level return codes
maxarr_len  Inteiro longo in Maximum array length parameter
mode  Inteiro longo in Specifies mode of operation
Resultado  Inteiro longo in Status

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

Note: The OCIBindDateByName command is similar to the OCIBindByName 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.



Ver também 

OCIBindByName
OCIBindByPos
OCIBindDateByPos

 
PROPRIEDADES 

Produto: 4D
Tema: Relational Commands
Número 705235

 
HISTÓRIA 

 
ARTICLE USAGE

4D for OCI ( 4D v16)