検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 184 for Statement (0.019 sec.)
オブジェクトとして結果の行を取得する 5334
« odbc_fetch_into odbc_fetch_row » PHP Manual ODBC 関数 オブジェクトとして結果の行を取得する odb ... 果の行を取得する 説明 odbc_fetch_object ( resource $statement , int $row = -1 ): stdClass | false ODBC クエリから ... 、オブジェクトを取得します。 パラメータ statement odbc_exec() の結果リソース。 row どの行番号を取得す ...
https://man.plustar.jp/php/function.odbc-fetch-object.html - [similar]
結果を保持するリソースを開放する 5334
« odbc_foreignkeys odbc_gettypeinfo » PHP Manual ODBC 関数 結果を保持するリソースを開放する odbc ... リソースを開放する 説明 odbc_free_result ( resource $statement ): bool 結果を保持するリソースを開放します。 odbc_ ... 実行が終了した際に自動的に開放されます。 パラメータ statement 結果 ID。 戻り値 常に true を返します。 注意 注意 ...
https://man.plustar.jp/php/function.odbc-free-result.html - [similar]
HTML テーブルとして結果を出力する 5290
« odbc_procedures odbc_result » PHP Manual ODBC 関数 HTML テーブルとして結果を出力する odbc_resu ... を強く推奨します。 説明 odbc_result_all ( resource $statement , string $format = "" ): int | false odbc_exec() に ... せるためだけに使うものだということです。 パラメータ statement 結果 ID。 format テーブルのフォーマット指定。 戻り ...
https://man.plustar.jp/php/function.odbc-result-all.html - [similar]
MySQL Native Driverプラグイン のアーキテクチャ 5290
« mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ ... 初期化) 時 No mysqlnd_result_metadata_get_methods() Statement (MYSQLND_STMT) MINIT (モジュール初期化) 時 No mysq ... 親メソッドを呼び出すこと! Connection::list_fields() Statement::get_result() Statement::prepare() (メタデータのみ ... ) Statement::resultMetaData() Resultset Meta (MYSQLND_RES_META ... ソッドを呼び出すこと! Result::read_result_metadata() Statement (MYSQLND_STMT) Connection::stmt_init() Yes, ただし ...
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html - [similar]
CUBRID MySQL 互換関数 5256
« cubrid_version cubrid_affected_rows » PHP Manual CUBRID CUBRID MySQL 互換関数 CUBRID MySQL 互換 ... Return the number of rows affected by the last SQL statement cubrid_client_encoding — Return the current CUBRID ... e special characters in a string for use in an SQL statement cubrid_result — Return the value of a specific fie ...
https://man.plustar.jp/php/cubridmysql.cubrid.html - [similar]
Get the column names in result 5256
« cubrid_col_size cubrid_column_types » PHP Manual CUBRID 関数 Get the column names in result cu ... date date 10 参考 cubrid_prepare() - Prepare a SQL statement for execution cubrid_execute() - Execute a prepare ... d SQL statement cubrid_column_types() - Get column types in result ...
https://man.plustar.jp/php/function.cubrid-column-names.html - [similar]
Get column types in result 5256
« cubrid_column_names cubrid_commit » PHP Manual CUBRID 関数 Get column types in result cubrid_c ... n names in result cubrid_prepare() - Prepare a SQL statement for execution cubrid_execute() - Execute a prepare ... d SQL statement 関連キーワード: column , types , cubrid , Get , re ...
https://man.plustar.jp/php/function.cubrid-column-types.html - [similar]
Get BLOB/CLOB data 5256
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... tabase, CUBRID gets BLOB/CLOB by executing the SQL statement, and returns all LOBs as a resource array. Be sure ... ータ conn_identifier Connection identifier. sql SQL statement to be executed. 戻り値 Return an array of LOB reso ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
行を取り込む 5256
« odbc_fetch_object odbc_field_len » PHP Manual ODBC 関数 行を取り込む odbc_fetch_row (PHP 4, PH ... row — 行を取り込む 説明 odbc_fetch_row ( resource $statement , ? int $row = null ): bool odbc_do() や odbc_exec ... dbc_result() でアクセス可能となります。 パラメータ statement 結果 ID。 row row が指定されない場合、 odbc_fetch_ ...
https://man.plustar.jp/php/function.odbc-fetch-row.html - [similar]
Sends data from parameter streams to the server 5212
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... of data is sent with each call. パラメータ stmt A statement resource returned by sqlsrv_query() or sqlsrv_exec ... "r" ); $params = array( & $data ); // Prepare the statement. Use the $options array to turn off the // default ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]