検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 1568 for NAME (0.118 sec.)
テーブルの主キーを取得する 3594
« odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim ... 以下のカラムを有します。 TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME KEY_SEQ PK_NAME ドライバは追加のカラム ... ます。 結果セットは TABLE_CAT , TABLE_SCHEM , TABLE_NAME , KEY_SEQ でソートされます。 例 例1 プライマリーキ ... BLE_CAT] => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => TEST [COLUMN_NAME] => id [KEY_SEQ] => 1 [PK_NA ... を取得する 関連キーワード: 取得 , テーブル , TABLE , NAME , カラム , SEQ , KEY , SCHEM , CAT , primarykeys ...
https://man.plustar.jp/php/function.odbc-primarykeys.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 3594
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... 返します。 オブジェクトのプロパティ プロパティ 説明 name カラムの名前。 orgname もしエイリアスが指定されてい ... rset ( $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY actor_id" ; echo "============ ... _fields (); foreach ( $finfo as $val ) { printf ( "Name: %s\n" , $val -> name ); printf ( "Table: %s\n" , ... link , $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY actor_id" ; echo "============ ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
指定したエラーコードに対応する名前を取得する 3573
« 国際化 関数 intl_get_error_code » PHP Manual 国際化 関数 指定したエラーコードに対応する名前を取 ... 得する intl_error_name (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) ... intl_error_name — 指定したエラーコードに対応する名前を取得する 説明 ... intl_error_name ( int $errorCode ): string ICU のエラーコード名を返 ... 定数と同じ名前の文字列を返します。 例 例1 intl_error_name() の例 <?php $coll = collator_create ( 'en_RU' ); ...
https://man.plustar.jp/php/function.intl-error-name.html - [similar]
結果において指定したフィールド名を取得する 3573
« mysql_field_len mysql_field_seek » PHP Manual MySQL 関数 結果において指定したフィールド名を取得 ... する mysql_field_name (PHP 4, PHP 5) mysql_field_name — 結果において指定 ... て、これらが使えます。 mysqli_fetch_field_direct() [name] あるいは [orgname] PDOStatement::getColumnMeta() ... [name] 説明 mysql_field_name ( resource $result , int $f ... ield_offset ): string | false mysql_field_name() は、指定したフィールドの 名前を返します。 パラメ ...
https://man.plustar.jp/php/function.mysql-field-name.html - [similar]
SQL プリペアドコマンドを出力する 3573
« PDOStatement::columnCount PDOStatement::errorCode » PHP Manual PDOStatement SQL プリペアドコマ ... $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, calories FROM fruit WHERE calories < :cal ... ?> 上の例の出力は以下となります。 SQL: [96] SELECT name, colour, calories FROM fruit WHERE calories < :cal ... ories AND colour = :colour Params: 2 Key: Name: [9] :calories paramno=-1 name=[9] ":calories" is_ ... param=1 param_type=1 Key: Name: [7] :colour paramno=-1 name=[7] ":colour" is_para ...
https://man.plustar.jp/php/pdostatement.debugdumpparams.html - [similar]
Schema クラス 3553
« RowResult::getWarningsCount Schema::__construct » PHP Manual Mysql_xdevapi Schema クラス Schem ... xdevapi\DatabaseObject { /* プロパティ */ public $ name ; /* メソッド */ public createCollection ( string ... $name ): mysql_xdevapi\Collection public dropCollection ... ( string $collection_name ): bool public existsInDatabase (): bool public ge ... tCollection ( string $name ): mysql_xdevapi\Collection public getCollectionAs ...
https://man.plustar.jp/php/class.mysql-xdevapi-schema.html - [similar]
Returns the current cipher name of the SSL connection 3553
« EventBufferEvent::sslGetCipherInfo EventBufferEvent::sslGetCipherVersion » PHP Manual EventBuf ... ferEvent Returns the current cipher name of the SSL connection EventBufferEvent::sslGetCiph ... erName (PECL event >= 1.10.0) EventBufferEvent::sslGetCip ... herName — Returns the current cipher name of the SSL conne ... ction 説明 public EventBufferEvent::sslGetCipherName (): string Retrieves name of cipher used by curren ...
https://man.plustar.jp/php/eventbufferevent.sslgetciphername.html - [similar]
Create a glo instance 3553
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... ew_glo ( resource $conn_identifier , string $class_name , string $file_name ): string The cubrid_new_glo() ... lo created is a LO type, and is stored in the file_name file. パラメータ conn_identifier Connection identi ... fier. class_name Name of the class that you want to create a glo in ... . file_name The file name that you want to save in the newly c ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
SQL 文を直接実行する 3553
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... EATE TABLE animals (id INTEGER, breed VARCHAR(32), name CHAR(16), weight DECIMAL(7,2))' ; $result = db2_ex ... b2_exec ( $conn , "INSERT INTO animals (id, breed, name, weight) VALUES ( { $animal [ 0 ]} , ' { $animal [ ... ( $database , $user , $password ); $sql = "SELECT name FROM animals WHERE weight < 10.0 ORDER BY name" ; ... , "ibmdb2" ); $query = 'SELECT * FROM XMLTABLE( XMLNAMESPACES (DEFAULT \'http://posample.org\'), \'db2-fn: ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
カラムのメタデータを取得する 3553
« RowResult::getColumnNames RowResult::getWarnings » PHP Manual mysql_xdevapi\RowResult カラムの ... ute (); $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... sql = $session -> sql ( "SELECT * from addressbook.names" )-> execute (); $cols = $sql -> getColumns (); p ... l_xdevapi\FieldMetadata Object ( [type] => 7 [type_name] => BYTES [name] => name [original_name] => name [ ... table] => names [original_table] => names [schema] => addressbook ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumns.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT