ここは旧式の4DドキュメントWebサイトです。最新のアップデートされたドキュメントを読むには新サイトをご利用下さい→ developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20
OCIStmtExecute
|
OCIStmtExecute ( svchp ; stmtp ; errhp ; iters ; rowoff ; snap_in ; snap_out ; mode ) -> 戻り値 | ||||||||
引数 | 型 | 説明 | ||||||
svchp | 倍長整数 |
![]() |
Service context handle | |||||
![]() |
||||||||
stmtp | 倍長整数 |
![]() |
Statement handle | |||||
![]() |
||||||||
errhp | 倍長整数 |
![]() |
Error handle | |||||
![]() |
||||||||
iters | 倍長整数 |
![]() |
Number of times statement is executed | |||||
rowoff | 倍長整数 |
![]() |
Starting index from which data in array bind is relevant | |||||
snap_in | 倍長整数 |
![]() |
Database snapshot where statement is being executed | |||||
snap_out | 倍長整数 |
![]() |
Database snapshot suitable as a snap_in input to a subsequent call | |||||
mode | 倍長整数 |
![]() |
Mode of execution | |||||
戻り値 | 倍長整数 |
![]() |
Status | |||||
Please refer to the OCIStmtExecute command in the OCI documentation provided by Oracle.
See the examples for Executing an SQL SELECT request, Executing an SQL INSERT request, Executing an SQL UPDATE request and Executing an SQL DELETE request.
プロダクト: 4D
テーマ: Datatype
番号:
705120
4D for OCI ( 4D v20)