検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1568 for Name (0.025 sec.)
外部キーのリストを取得する 3470
« odbc_field_type odbc_free_result » PHP Manual ODBC 関数 外部キーのリストを取得する odbc_foreig ... つものとなります。 PKTABLE_CAT PKTABLE_SCHEM PKTABLE_NAME PKCOLUMN_NAME FKTABLE_CAT FKTABLE_SCHEM FKTABLE_NA ... ME FKCOLUMN_NAME KEY_SEQ UPDATE_RULE DELETE_RULE FK_NAME PK_NAME DE ... 結果セットは FKTABLE_CAT , FKTABLE_SCHEM , FKTABLE_NAME , KEY_SEQ でソートされます。 外部キーと関連がある主 ... 結果セットは PKTABLE_CAT , PKTABLE_SCHEM , PKTABLE_NAME , KEY_SEQ でソートされます。 pk_table がテーブル名 ...
https://man.plustar.jp/php/function.odbc-foreignkeys.html - [similar]
ReflectionClass クラス 3444
« Reflection::getModifierNames ReflectionClass::__construct » PHP Manual リフレクション Reflecti ... t IS_FINAL = 64 ; /* プロパティ */ public string $ name ; /* メソッド */ public __construct ( object | str ... = false ): string public getAttributes ( ? string $name = null , int $flags = 0 ): array public getConstan ... t ( string $name ): mixed public getConstants ( ? int $filter = nul ... nsion (): ? ReflectionExtension public getExtensionName (): string | false public getFileName (): string | ...
https://man.plustar.jp/php/class.reflectionclass.html - [similar]
文からのフィールド名を返す 3444
« oci_field_is_null oci_field_precision » PHP Manual OCI8 関数 文からのフィールド名を返す oci_fi ... eld_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_fiel ... d_name — 文からのフィールド名を返す 説明 oci_field_name ( ... 。 失敗した場合に false を返します 例 例1 oci_field_name() の例 <?php // Create the table with: // CREATE T ... ); for ( $i = 1 ; $i <= $ncols ; $i ++) { $column_name = oci_field_name ( $stid , $i ); $column_type = oc ...
https://man.plustar.jp/php/function.oci-field-name.html - [similar]
テーブルに関する統計情報を取得する 3444
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... ムは次のようになります。 TABLE_CAT TABLE_SCHEM TABLE_NAME NON_UNIQUE INDEX_QUALIFIER INDEX_NAME TYPE ORDINAL ... _POSITION COLUMN_NAME ASC_OR_DESC CARDINALITY PAGES FILTER_CONDITION ドラ ... セットは NON_UNIQUE , TYPE , INDEX_QUALIFIER , INDEX_NAME , ORDINAL_POSITION でソートされます。 例 例1 テーブ ... BLE_CAT] => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => TEST [NON_UNIQUE] => [INDEX_QUALIFIER] => [IND ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
Register a function with the job server 3444
« GearmanWorker::options GearmanWorker::removeOptions » PHP Manual GearmanWorker Register a func ... public GearmanWorker::register ( string $function_name , int $timeout = ? ): bool Registers a function na ... to zero, there is no timeout. パラメータ function_name The name of a function to register with the job se ... earmanWorker::unregister() - Unregister a function name with the job servers GearmanWorker::unregisterAll( ... ) - Unregister all function names with the job servers 関連キーワード: function , j ...
https://man.plustar.jp/php/gearmanworker.register.html - [similar]
Session クラス 3423
« SchemaObject::getSchema Session::close » PHP Manual Mysql_xdevapi Session クラス Session クラス ... it (): Object public createSchema ( string $schema_name ): mysql_xdevapi\Schema public dropSchema ( string ... $schema_name ): bool public generateUUID (): string public getD ... chema (): string public getSchema ( string $schema_name ): mysql_xdevapi\Schema public getSchemas (): arra ... n (): int public listClients (): array public quoteName ( string $name ): string public releaseSavepoint ( ...
https://man.plustar.jp/php/class.mysql-xdevapi-session.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 3423
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... _parse ( $conn , 'SELECT department_id, department_name FROM departments' ); oci_execute ( $stid ); while ... " ; echo $row [ 1 ] . " and " . $row [ 'DEPARTMENT_NAME' ] . " are the same<br>\n" ; } oci_free_statement ... する前にテーブルを作成します。 CREATE TABLE mytab ("Name" VARCHAR2(20), city VARCHAR2(20)); INSERT INTO myt ... ab ("Name", city) values ('Chris', 'Melbourne'); COMMIT; */ ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
Dynamically removes the given method 3423
« runkit7_method_redefine runkit7_method_rename » PHP Manual runkit7 関数 Dynamically removes th ... method 説明 runkit7_method_remove ( string $class_name , string $method_name ): bool 注意 : この関数は、 ... ソッドを操作することはできません。 パラメータ class_name The class in which to remove the method method_nam ... e The name of the method to remove 戻り値 成功した場合に true ... nges the code of the given method runkit7_method_rename() - Dynamically changes the name of the given meth ...
https://man.plustar.jp/php/function.runkit7-method-remove.html - [similar]
Returns the command name 3423
« MongoDB\Driver\Monitoring\CommandFailedEvent MongoDB\Driver\Monitoring\CommandFailedEvent::get ... \Monitoring\CommandFailedEvent Returns the command name MongoDB\Driver\Monitoring\CommandFailedEvent::getC ... ommandName (mongodb >=1.3.0) MongoDB\Driver\Monitoring\Comman ... dFailedEvent::getCommandName — Returns the command name 説明 final public Mongo ... DB\Driver\Monitoring\CommandFailedEvent::getCommandName (): string Returns the command name (e.g. "find" , ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandfailedevent.getcomma... - [similar]
Returns the command name 3423
« MongoDB\Driver\Monitoring\CommandStartedEvent::getCommand MongoDB\Driver\Monitoring\CommandSta ... rtedEvent::getDatabaseName » PHP Manual MongoDB\Driver\Monitoring\CommandStar ... tedEvent Returns the command name MongoDB\Driver\Monitoring\CommandStartedEvent::get ... CommandName (mongodb >=1.3.0) MongoDB\Driver\Monitoring\Comman ... dStartedEvent::getCommandName — Returns the command name 説明 final public Mongo ...
https://man.plustar.jp/php/mongodb-driver-monitoring-commandstartedevent.getcomm... - [similar]