| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_prepare(PECL CUBRID >= 8.3.0) cubrid_prepare — Prepare a SQL statement for execution 説明
resource cubrid_prepare
( resource
$conn_identifier
, string $prepare_stmt
[, int $option = 0
] )The cubrid_prepare() function is a sort of API which represents SQL statements compiled previously to a given connection handle. This pre-compiled SQL statement will be included in the cubrid_prepare(). Accordingly, you can use this statement effectively to execute several times repeatedly or to process long data. Only a single statement can be used and a parameter may put a question mark (?) to appropriate area in the SQL statement. Add a parameter when you bind a value in the VALUES clause of INSERT statement or in the WHERE clause. Note that it is allowed to bind a value to a MARK(?) by using the cubrid_bind() function only. パラメータ
返り値Request identifier, if process is successful;
例例1 cubrid_prepare() example
<?php 上の例の出力は以下となります。 There are 27 event that exits in 2004 olympic but not in 2000. For example: Event_code Event_name ---------------------------- 20063 +91kg 20070 64kg 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_prepare - Prepare a SQL statement for execution」をGoogle検索
|