検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 462 for Select (0.006 sec.)
データベース更新の自動コミットをオンまたはオフにする 4911
« mysqli::$affected_rows mysqli::begin_transaction » PHP Manual mysqli データベース更新の自動コミ ... 。 現在の自動コミットモードを知るには、SQL コマンド SELECT @@autocommit を使用します。 パラメータ link 手続き ... utocommit ( false ); $result = $mysqli -> query ( "SELECT @@autocommit" ); $row = $result -> fetch_row (); p ... in the database\n" ; $result = $mysqli -> query ( "SELECT @@autocommit" ); $row = $result -> fetch_row (); p ... qli , false ); $result = mysqli_query ( $mysqli , "SELECT @@autocommit" ); $row = mysqli_fetch_row ( $result ...
https://man.plustar.jp/php/mysqli.autocommit.html - [similar]
Swoole 関数 4911
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... the socket or on the last error code swoole_client_select — Get the file description which are ready to read ... woole_load_module — Load a swoole extension swoole_selectSelect the file descriptions which are ready to ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
Send a CUBRID query 4854
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... opened by cubrid_connect() is assumed. 戻り値 For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements retu ... ws() to find out how many rows were returned for a SELECT statement or cubrid_affected_rows() to find out ho ... t' , 33000 , 'demodb' ); $result = cubrid_query ( 'SELECT * WHERE 1=1' ); if (! $result ) { die( 'Invalid qu ... ee cubrid_real_escape_string() $query = sprintf ( "SELECT firstname, lastname, address, age FROM friends WHE ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
直近のステートメントのコールに関するエラーコードを返す 4854
« mysqli_stmt::data_seek mysqli_stmt::$error_list » PHP Manual mysqli_stmt 直近のステートメントの ... ntry" ); $mysqli -> query ( "INSERT INTO myCountry SELECT * FROM Country" ); $query = "SELECT Name, Code FRO ... " ); mysqli_query ( $link , "INSERT INTO myCountry SELECT * FROM Country" ); $query = "SELECT Name, Code FRO ...
https://man.plustar.jp/php/mysqli-stmt.errno.html - [similar]
直近のステートメントのエラー内容を文字列で返す 4854
« mysqli_stmt::$error_list mysqli_stmt::execute » PHP Manual mysqli_stmt 直近のステートメントのエ ... ntry" ); $mysqli -> query ( "INSERT INTO myCountry SELECT * FROM Country" ); $query = "SELECT Name, Code FRO ... " ); mysqli_query ( $link , "INSERT INTO myCountry SELECT * FROM Country" ); $query = "SELECT Name, Code FRO ...
https://man.plustar.jp/php/mysqli-stmt.error.html - [similar]
SQL文が出来ることを限定するため、authorizer として使われるコールバックを設定する 4854
« SQLite3::querySingle SQLite3::version » PHP Manual SQLite3 SQL文が出来ることを限定するため、au ... したSQL文が準備される間に、 authorizer が割って入り、SELECT 文以外のSQL文を許可しないようにできます。 authoriz ... が文を準備するたびに複数回呼ばれる可能性があります。 SELECT や UPDATE 文は 個別のカラムが読み取られたり、更新さ ... くは null sqlite3::read テーブル名 カラム名 sqlite3::select null null sqlite3::transaction 操作 null sqlite3:: ... セスを拒否する場合に使うことが出来ます。 テーブルを SELECT 文で参照しているが、 そのテーブルからカラムの値を抜 ...
https://man.plustar.jp/php/sqlite3.setauthorizer.html - [similar]
直近で実行したステートメントからのエラーの一覧を返す 4797
« mysqli_stmt::$errno mysqli_stmt::$error » PHP Manual mysqli_stmt 直近で実行したステートメントか ... ntry" ); $mysqli -> query ( "INSERT INTO myCountry SELECT * FROM Country" ); $query = "SELECT Name, Code FRO ... " ); mysqli_query ( $link , "INSERT INTO myCountry SELECT * FROM Country" ); $query = "SELECT Name, Code FRO ...
https://man.plustar.jp/php/mysqli-stmt.error-list.html - [similar]
プリペアドステートメントを実行する 4797
« PDOStatement::errorInfo PDOStatement::fetch » PHP Manual PDOStatement プリペアドステートメント ... 150 ; $colour = 'gre' ; $sth = $dbh -> prepare ( 'SELECT name, colour, calories FROM fruit WHERE calories < ... 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, calories FROM fruit WHERE calories < ... 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, calories FROM fruit WHERE calories < ... 150 ; $colour = 'red' ; $sth = $dbh -> prepare ( 'SELECT name, colour, calories FROM fruit WHERE calories < ...
https://man.plustar.jp/php/pdostatement.execute.html - [similar]
結果の行をオブジェクトとして取得する 4748
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得す ... onnect ( "hostname" , "user" , "password" ); mysql_select_db ( "mydb" ); $result = mysql_query ( "select * f ... onnect ( "hostname" , "user" , "password" ); mysql_select_db ( "mydb" ); $result = mysql_query ( "select nam ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]
Makes the next result of the specified statement active 4748
« sqlsrv_has_rows sqlsrv_num_fields » PHP Manual SQLSRV 関数 Makes the next result of the specif ... s a batch query that inserts into a table and then selects from the table. This produces two results on the ... by the INSERT and one for the rows returned by the SELECT. To get to the rows returned by the SELECT, sqlsrv ... ry = "INSERT INTO Table_1 (id, data) VALUES (?,?); SELECT * FROM TABLE_1;" ; $params = array( 1 , "some data ...
https://man.plustar.jp/php/function.sqlsrv-next-result.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT