検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 184 for Statement (0.033 sec.)
関数エイリアスのリスト 5179
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少 ... ci_fetch_assoc() , oci_fetch_object() OCI8 ocifetchstatement oci_fetch_all() OCI8 ocifreecollection OCICollecti ... on::free OCI8 ocifreecursor oci_free_statement() OCI8 ocifreedesc oci_free_descriptor() OCI8 ocif ... reestatement oci_free_statement() OCI8 ocigetelem OCICollection ... n() OCI8 ocisetprefetch oci_set_prefetch() OCI8 ocistatementtype oci_statement_type() OCI8 ociwritelobtofile OC ...
https://man.plustar.jp/php/aliases.html - [similar]
DB2 データベースサーバーの情報をプロパティに保持するオブジェクトを返す 5179
« db2_rollback db2_set_option » PHP Manual IBM DB2 関数 DB2 データベースサーバーの情報をプロパテ ... サーバーがサポートするスキーマ名の最大バイト数。 MAX_STATEMENT_LEN int データベースサーバーがサポートする SQL 文の ... dump ( $server -> MAX_SCHEMA_NAME_LEN ); echo "MAX_STATEMENT_LEN: " ; var_dump ( $server -> MAX_STATEMENT_LEN ) ... AME_LEN: int(128) MAX_SCHEMA_NAME_LEN: int(30) MAX_STATEMENT_LEN: int(2097152) MAX_TABLE_NAME_LEN: int(128) NON ...
https://man.plustar.jp/php/function.db2-server-info.html - [similar]
新規カーソル (ステートメントハンドル) を割り当て、それを返す 5135
« oci_new_connect oci_new_descriptor » PHP Manual OCI8 関数 新規カーソル (ステートメントハンドル ... ho $row [ 'FIRST_NAME' ] . "<br />\n" ; } oci_free_statement ( $stid ); oci_free_statement ( $curs ); oci_close ...
https://man.plustar.jp/php/function.oci-new-cursor.html - [similar]
空の新規 LOB あるいは FILE ディスクリプタを初期化する 5135
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... ( $stmt ); echo " $nrows deleted...\n" ; oci_free_statement ( $stmt ); oci_close ( $conn ); ?> <?php /* このス ... ドできませんでした\n" ; } $lob -> free (); oci_free_statement ( $stmt ); oci_close ( $conn ); } ?> 例2 oci_new_d ... ; oci_commit ( $conn ); $clob -> free (); oci_free_statement ( $stmt ); ?> 注意 注意 : PHP バージョン 5.0.0 以前 ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
結果データを得る 5135
« odbc_result_all odbc_rollback » PHP Manual ODBC 関数 結果データを得る odbc_result (PHP 4, PHP ... lt — 結果データを得る 説明 odbc_result ( resource $statement , string | int $field ): string | bool | null 結果 ... データを取得します。 パラメータ statement ODBC リソース。 field 取得するフィールド。 カラム番 ...
https://man.plustar.jp/php/function.odbc-result.html - [similar]
Makes the next row in a result set available for reading 5135
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... ) to read the fields of the row. パラメータ stmt A statement resource created by executing sqlsrv_query() or sq ... . This parameter can only be used if the specified statement was prepared with a scrollable cursor. In that cas ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
プリペアドステートメントを実行する 5102
« odbc_exec odbc_fetch_array » PHP Manual ODBC 関数 プリペアドステートメントを実行する odbc_exec ... テートメントを実行する 説明 odbc_execute ( resource $statement , array $params = [] ): bool odbc_prepare() で準備 ... された命令を実行します。 パラメータ statement odbc_prepare() で取得した結果 ID リソース。 params ...
https://man.plustar.jp/php/function.odbc-execute.html - [similar]
どの API を使うか 5102
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... ple.com;dbname=database' , 'user' , 'password' ); $statement = $pdo -> query ( "SELECT 'Hello, dear MySQL user! ... ' AS _message FROM DUAL" ); $row = $statement -> fetch ( PDO :: FETCH_ASSOC ); echo htmlentities ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
Oracleとの接続を閉じる 5058
« oci_client_version oci_commit » PHP Manual OCI8 関数 Oracleとの接続を閉じる oci_close (PHP 5, ... じるときにステートメント識別子を解放します oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 参照の全てが ... 、データベース接続は物理的に閉じられます。 oci_free_statement ( $stid ); // PHP が活動していない間にターミナルウ ... connect() - Oracle データベースに接続する oci_free_statement() - 文やカーソルに関連付けられた全てのリソースを解 ...
https://man.plustar.jp/php/function.oci-close.html - [similar]
文を実行する 5058
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... xecute — 文を実行する 説明 oci_execute ( resource $statement , int $mode = OCI_COMMIT_ON_SUCCESS ): bool oci_pa ... rse() が返した statement を実行します。 実行後、 INSERT 文などの場合はデフォ ... した INSERT 文で一般的に使われています。 パラメータ statement 有効な OCI ステートメント ID。 mode オプションの二 ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT