検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 532 for execute (0.067 sec.)
サンプル 3833
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... - 利用可能なDSNの一覧を表示する Example#998 - odbc_execute および odbc_prepare の例 Example#999 - odbc_fetch_ ... xample#1000 - odbc_next_result Example#1001 - odbc_execute および odbc_prepare の例 Example#1002 - プライマリ ... 7 - cubrid_error_msg example Example#1128 - cubrid_execute example Example#1129 - cubrid_fetch example Exampl ... ple#1219 - ibase_connect の例 Example#1220 - ibase_execute の例 Example#1221 - ibase_fetch_object の例 Exampl ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
プレースホルダを指定せずに、SQL ステートメントを準備して実行する 3833
« PDO::prepare PDO::quote » PHP Manual PDO プレースホルダを指定せずに、SQL ステートメントを準備し ... DOStatement ステートメントを準備し、 PDOStatement::execute() でそのステートメントを 複数回発行する方がより良い ... まり、 PDO::prepare() を使って準備し、 PDOStatement::execute() を実行しなければいけません。 パラメータ query 準 ... が含まれている場合、 PDO::prepare() と PDOStatement::execute() を代わりに使う必要があります。 それとは別のやり方 ... 行する準備を行い、文オブジェクトを返す PDOStatement::execute() - プリペアドステートメントを実行する 関連キーワー ...
https://man.plustar.jp/php/pdo.query.html - [similar]
パラメータを変数にバインドする 3833
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... ョンでは、 バインドされた値が適切に後の SQLite3Stmt::execute() の呼び出しで更新されるべき場合、 SQLite3Stmt::ex ... ' , $bar , SQLITE3_TEXT ); $bar = 'baz' ; $stmt -> execute (); $bar = 42 ; $stmt -> execute (); $res = $db -> ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]
Establish the environment for connecting to CUBRID server 3802
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... r to immediately return an error of function being executed upon timeout. The default value is false. 注意 : ... ( $con ) { echo "connected successfully" ; cubrid_execute ( $con , "create table person(id int,name char(16) ... )" ); $req = cubrid_execute ( $con , "insert into person values(1,'James')" ); ... ( $con ) { echo "connected successfully" ; cubrid_execute ( $con , "create table person(id int,name char(16) ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Move the cursor in the result 3802
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... 0.0.1" , 33000 , "demodb" , "dba" ); $req = cubrid_execute ( $conn , "SELECT * FROM code" ); cubrid_move_curs ... string(1) "M" [1]=> string(3) "Man" } 参考 cubrid_execute() - Execute a prepared SQL statement 関連キーワード ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
コレクションのドキュメントをひとつ置き換える 3802
« Collection::removeOne mysql_xdevapi\CollectionAdd » PHP Manual mysql_xdevapi\Collection コレク ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... "name": "Alfred", "age": 18, "job": "Butler"}' )-> execute (); // 通常、_id は他の手段によって知ることができま ...
https://man.plustar.jp/php/mysql-xdevapi-collection.replaceone.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 3802
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペ ... を発揮します。 注意 : すべてのカラムを、 mysqli_stmt_execute() をコールしてから mysqli_stmt_fetch() をコールする ... me FROM Country ORDER BY Name LIMIT 5" ); $stmt -> execute (); /* 変数をプリペアドステートメントにバインドしま ... FROM Country ORDER BY Name LIMIT 5" ); mysqli_stmt_execute ( $stmt ); /* 変数をプリペアドステートメントにバイ ... トメントのパラメータに変数をバインドする mysqli_stmt_execute() - プリペアドステートメントを実行する mysqli_stmt ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
コントローラオブジェクトを取得する 3802
« Yaf_Action_Abstract::execute Yaf_Action_Abstract::getControllerName » PHP Manual Yaf_Action_Ab ... , Yaf , getController , Controller , パラメータ , execute , getControllerName , publicYaf ...
https://man.plustar.jp/php/yaf-action-abstract.getcontroller.html - [similar]
Move the cursor of a lob object 3763
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... calhost" , 33000 , "demodb" , "dba" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists test_lob" ); cubri ... d_execute ( $conn , "CREATE TABLE test_lob (id INT, contents ... \n" ; cubrid_lob2_bind ( $req , 1 , $lob ); cubrid_execute ( $req ); cubrid_disconnect ( $conn ); ?> 参考 cub ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
エラーメッセージを返す 3763
« ibase_errcode ibase_execute » PHP Manual Firebird/InterBase 関数 エラーメッセージを返す ibase_ ... ジ , ibase , 関数 , errmsg , errcode , パラメータ , execute , string , 直近 , コール ...
https://man.plustar.jp/php/function.ibase-errmsg.html - [similar]