検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 184 for Statement (0.052 sec.)
Oracle におけるフィールドの型を問い合わせる 5444
« oci_field_size oci_field_type » PHP Manual OCI8 関数 Oracle におけるフィールドの型を問い合わせ ... 型を問い合わせる 説明 oci_field_type_raw ( resource $statement , string | int $column ): int | false フィールド c ... 場合は oci_field_type() を使いましょう。 パラメータ statement 有効な OCI ステートメント ID。 column フィールド番 ... raw type: 112 // DATE_COL is raw type: 12 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : PHP ...
https://man.plustar.jp/php/function.oci-field-type-raw.html - [similar]
バイナリカラムデータを処理する 5444
« odbc_autocommit odbc_close_all » PHP Manual ODBC 関数 バイナリカラムデータを処理する odbc_binm ... カラムデータを処理する 説明 odbc_binmode ( resource $statement , int $mode ): bool バイナリカラムデータを処理する ... ことを意味します(つまり、表示されます)。 パラメータ statement 結果 ID。 statement に 0 を指定した場合、 ここで設 ...
https://man.plustar.jp/php/function.odbc-binmode.html - [similar]
フィールドのデータ型を返す 5444
« odbc_field_scale odbc_foreignkeys » PHP Manual ODBC 関数 フィールドのデータ型を返す odbc_field ... ドのデータ型を返す 説明 odbc_field_type ( resource $statement , int $field ): string | false 指定された ODBC 結果 ... 照されるフィールドの SQL 型を取得します。 パラメータ statement 結果 ID。 field フィールド番号。フィールド番号は 1 ...
https://man.plustar.jp/php/function.odbc-field-type.html - [similar]
Prepares and executes a query 5444
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... e Microsoft SQLSRV documentation. 戻り値 Returns a statement resource on success and false if an error occurred ... print_r ( sqlsrv_errors (), true )); } ?> 注意 For statements that you plan to execute only once, use sqlsrv_qu ... ery() . If you intend to re-execute a statement with different parameter values, use the combinati ... query for execution sqlsrv_execute() - Executes a statement prepared with sqlsrv_prepare 関連キーワード: query ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
OCI8 廃止されたエイリアスと関数 5444
« OCILob::writeToFile oci_internal_debug » PHP Manual OCI8 OCI8 廃止されたエイリアスと関数 OCI8 ... t、 oci_fetch_assoc、 oci_fetch_row の変種 ocifetchstatement — oci_fetch_all のエイリアス ocifreecollection — の ... リアス OCICollection::free ocifreecursor — oci_free_statement のエイリアス ocifreedesc — OCILob::free のエイリア ... ス ocifreestatement — oci_free_statement のエイリアス ociinternaldebug ... ocisetprefetch — oci_set_prefetch のエイリアス ocistatementtype — oci_statement_type のエイリアス ociwritelobt ...
https://man.plustar.jp/php/oldaliases.oci8.html - [similar]
SqlStatement クラス 5411
« Session::startTransaction SqlStatement::bind » PHP Manual Mysql_xdevapi SqlStatement クラス Sq ... lStatement クラス (PECL mysql-xdevapi >= 8.0.11) はじめに クラ ... ス概要 class mysql_xdevapi\SqlStatement { /* Constants */ const int EXECUTE_ASYNC = 1 ; co ... nst int BUFFERED = 2 ; /* プロパティ */ public $ statement ; /* メソッド */ public bind ( string $param ): my ... sql_xdevapi\SqlStatement public execute (): mysql_xdevapi\Result public get ...
https://man.plustar.jp/php/class.mysql-xdevapi-sqlstatement.html - [similar]
クエリからの複数の行を二次元配列に取得する 5411
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... 二次元配列に取得する 説明 oci_fetch_all ( resource $statement , array &$output , int $offset = 0 , int $limit = ... -1 , int $flags = OCI_FETCHSTATEMENT_BY_COLUMN | OCI_ASSOC ): int クエリからの複数の行を ... 行した後でのみコールすることができます。 パラメータ statement oci_parse() で作成して oci_execute() で実行した有効 ... ci_fetch_all() の配列構造モード 定数 説明 OCI_FETCHSTATEMENT_BY_ROW 配列の配列で、内側の配列はクエリの行単位とな ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
フィールドサイズを返す 5411
« oci_field_scale oci_field_type_raw » PHP Manual OCI8 関数 フィールドサイズを返す oci_field_siz ... ィールドサイズを返す 説明 oci_field_size ( resource $statement , string | int $column ): int | false フィールド c ... olumn のサイズを返します。 パラメータ statement 有効な OCI ステートメント ID。 column フィールドの ... // CLOB_COL CLOB 4000 // DATE_COL DATE 7 oci_free_statement ( $stid ); oci_close ( $conn ); ?> 注意 注意 : PHP ...
https://man.plustar.jp/php/function.oci-field-size.html - [similar]
フィールドの長さ (精度) を得る 5411
« odbc_fetch_row odbc_field_name » PHP Manual ODBC 関数 フィールドの長さ (精度) を得る odbc_fiel ... の長さ (精度) を得る 説明 odbc_field_len ( resource $statement , int $field ): int | false 指定した ODBC 結果 ID ... 参照されるフィールドの長さを取得します。 パラメータ statement 結果 ID。 field フィールド番号。フィールド番号は 1 ...
https://man.plustar.jp/php/function.odbc-field-len.html - [similar]
Loads C declarations from a C header file 5367
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load ( ... ed below. The header file should contain a #define statement for the FFI_SCOPE variable, e.g.: #define FFI_SCOP ... for details. The header file may contain a #define statement for the FFI_LIB variable to specify the library it ...
https://man.plustar.jp/php/ffi.load.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT