検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 141 for could (0.144 sec.)
直近の接続エラーメッセージおよび SQLCODE を返す 5280
« db2_conn_error db2_connect » PHP Manual IBM DB2 関数 直近の接続エラーメッセージおよび SQLCODE ... The database alias name or database name "BADNAME" could not be found. SQLSTATE=42705 SQLCODE=-1013 参考 db ...
https://man.plustar.jp/php/function.db2-conn-errormsg.html - [similar]
MySQLデータベースを破棄(削除)する 5280
« mysql_db_query mysql_errno » PHP Manual MySQL 関数 MySQLデータベースを破棄(削除)する mysql_dro ... _user' , 'mysql_password' ); if (! $link ) { die( 'Could not connect: ' . mysql_error ()); } $sql = 'DROP D ...
https://man.plustar.jp/php/function.mysql-drop-db.html - [similar]
結果を添字配列として取得する 5280
« mysql_fetch_object mysql_field_flags » PHP Manual MySQL 関数 結果を添字配列として取得する mysq ... people WHERE id = '42'" ); if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } $row = ...
https://man.plustar.jp/php/function.mysql-fetch-row.html - [similar]
結果において指定したフィールドのフラグを取得する 5280
« mysql_fetch_row mysql_field_len » PHP Manual MySQL 関数 結果において指定したフィールドのフラグ ... people WHERE id = '42'" ); if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } $flags ...
https://man.plustar.jp/php/function.mysql-field-flags.html - [similar]
結果保持用メモリを開放する 5280
« mysql_field_type mysql_get_client_info » PHP Manual MySQL 関数 結果保持用メモリを開放する mysq ... people WHERE id = '42'" ); if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } /* 結果 ...
https://man.plustar.jp/php/function.mysql-free-result.html - [similar]
MySQL テーブルのフィールドのリストを得る 5280
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... COLUMNS FROM sometable" ); if (! $result ) { echo 'Could not run query: ' . mysql_error (); exit; } if ( my ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
フィールドが SQL の NULL かどうか調べる 5280
« pg_fetch_row pg_field_name » PHP Manual PostgreSQL 関数 フィールドが SQL の NULL かどうか調べる ... conn = pg_connect ( "dbname=publisher" ) or die ( "Could not connect" ); $res = pg_query ( $dbconn , "selec ...
https://man.plustar.jp/php/function.pg-field-is-null.html - [similar]
フィールドの名前を返す 5280
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... bconn = pg_connect ( "dbname=publisher" ) or die( "Could not connect" ); $res = pg_query ( $dbconn , "selec ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
表示される長さを返す 5280
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... bconn = pg_connect ( "dbname=publisher" ) or die( "Could not connect" ); $res = pg_query ( $dbconn , "selec ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
指定したフィールドの内部記憶領域におけるサイズを返す 5280
« pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に ... bconn = pg_connect ( "dbname=publisher" ) or die( "Could not connect" ); $res = pg_query ( $dbconn , "selec ...
https://man.plustar.jp/php/function.pg-field-size.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT