4D v16

OCIDefineDateByPos

ホーム

 
4D v16
OCIDefineDateByPos

OCIDefineDateByPos 


 

OCIDefineDateByPos ( stmtp ; defnnpp ; errhp ; position ; valuep ; valuep2 ; dty ; indp ; rlenp ; rcodep ; mode ) -> 戻り値 
引数   説明
stmtp  倍長整数 in Handle to requested SQL query operation
in
defnnpp  倍長整数 in Define handle
in
errhp  倍長整数 in Error handle
in
position  倍長整数 in Position of value in list
valuep  ポインター in Buffer(s) of type specified in dty parameter
in
valuep2  ポインター in Buffer(s) of type specified in dty parameter
in
dty  倍長整数 in Datatype
indp  ポインター in Indicator variable or array
rlenp  ポインター in Array of length of data fetched
in
rcodep  ポインター in Array of column-level return codes
mode  倍長整数 in Specifies mode of operation
戻り値  倍長整数 in Status

説明   

Please refer to the OCIDefineDateByPos command in the OCI documentation provided by Oracle for more information.

Note: The OCIDefineDateByPos command is similar to the OCIDefineByPos 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, the command takes the date (day/month/year) from the valuep parameter and the time (hour:minute:second) from the valuep2 parameter.

例題  

See the example for Working with Oracle Date types.

 
プロパティ 

プロダクト: 4D
テーマ: Relational Commands
番号: 705236

 
履歴 

 
ARTICLE USAGE

4D for OCI ( 4D v16)