検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 274 for row (0.169 sec.)
InterBase データベースでクエリを実行する 4001
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... base_errmsg() - エラーメッセージを返す ibase_fetch_row() - InterBase データベースから 1 行分の結果を取得す ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
フェッチしたフィールドが null であるかどうかを確認する 4001
« oci_fetch oci_field_name » PHP Manual OCI8 関数 フェッチしたフィールドが null であるかどうかを ... * FROM mytab" ); oci_execute ( $stid ); while (( $row = oci_fetch_array ( $stid , OCI_RETURN_NULLS )) != ...
https://man.plustar.jp/php/function.oci-field-is-null.html - [similar]
サンプル 4001
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... 5 - キャッチする時に変数を省略する Example#336 - throw を 式として扱う Example#337 - ファイバーの基本的な ... cubrid_num_cols example Example#1159 - cubrid_num_rows example Example#1160 - cubrid_pconnect_with_url u ... rid_version example Example#1174 - cubrid_affected_rows example Example#1175 - cubrid_client_encoding exa ... d_fetch_object example Example#1186 - cubrid_fetch_row example Example#1187 - cubrid_field_flags example ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
結果セットのフィールド数を取得する 4001
« mysqli_result::fetch_row mysqli_result::field_seek » PHP Manual mysqli_result 結果セットのフィ ...
https://man.plustar.jp/php/mysqli-result.field-count.html - [similar]
ストアドプロシージャ 4001
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... t = $mysqli -> query ( "SELECT @msg as _p_out" ); $row = $result -> fetch_assoc (); echo $row [ '_p_out' ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
Get column information from a result and return as an object 3972
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... and event_code=20001;" ); var_dump ( cubrid_fetch_row ( $req )); cubrid_field_seek ( $req , 1 ); $field ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
結果において指定したフィールドのフラグを取得する 3972
« mysql_fetch_row mysql_field_len » PHP Manual MySQL 関数 結果において指定したフィールドのフラグ ...
https://man.plustar.jp/php/function.mysql-field-flags.html - [similar]
フェッチした行からフィールドの値を取得する 3972
« oci_register_taf_callback oci_rollback » PHP Manual OCI8 関数 フェッチした行からフィールドの値 ... データ上は大文字で記録されています。 戻り値 抽象型 (ROWID, LOB, FILE) を除き、全てを文字列として返します。 ... - クエリの次の行をオブジェクトとして返す oci_fetch_row() - クエリの次の行を配列で返す oci_fetch_all() - ク ...
https://man.plustar.jp/php/function.oci-result.html - [similar]
複数の結果が利用可能などうか確認する 3972
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する o ... 果セットが存在して odbc_fetch_array() 、 odbc_fetch_row() 、 odbc_result() などで次の結果セットにアクセスで ... Results = odbc_exec ( $r_Connection , $s_SQL ); $a_Row1 = odbc_fetch_array ( $r_Results ); $a_Row2 = odbc ... cho "最初の結果セットを出力します" ; var_dump ( $a_Row1 , $a_Row2 ); echo "二番目の結果セットを取得します ... ; var_dump ( odbc_next_result ( $r_Results )); $a_Row1 = odbc_fetch_array ( $r_Results ); $a_Row2 = odbc ...
https://man.plustar.jp/php/function.odbc-next-result.html - [similar]
取得されたすべての行を配列として取得する 3972
« pg_fetch_all_columns pg_fetch_array » PHP Manual PostgreSQL 関数 取得されたすべての行を配列とし ... Array ( [id] => 2 [name] => Bob ) ) 参考 pg_fetch_row() - 数値添字の配列として行を得る pg_fetch_array() ...
https://man.plustar.jp/php/function.pg-fetch-all.html - [similar]