検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 532 for execute (0.019 sec.)
Send a CUBRID query 3934
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... connect ( 'localhost' , 33000 , 'demodb' ); cubrid_execute ( $conn , "DROP TABLE if exists friends" ); cubrid ... _execute ( $conn , "create table friends(firstname varchar, ... tname varchar,address char(24),age int)" ); cubrid_execute ( $conn , "insert into friends values('fred','fox' ... ,'home-1','20')" ); cubrid_execute ( $conn , "insert into friends values('blue','cat' ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
クエリからの複数の行を二次元配列に取得する 3934
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... は、すべての行を返します。 この関数は、クエリを oci_execute() で実行した後でのみコールすることができます。 パラ ... メータ statement oci_parse() で作成して oci_execute() で実行した有効な OCI8 ステートメント ID、 あるい ... CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows = oci_fetch_all ( $stid , $res ) ... CODE, CITY FROM locations WHERE ROWNUM < 3' ); oci_execute ( $stid ); $nrows = oci_fetch_all ( $stid , $res , ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
ドキュメントの数を取得する 3934
« Collection::__construct Collection::createIndex » PHP Manual mysql_xdevapi\Collection ドキュメ ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ... :0} ], "hobbies": ["Walking","Making pies"]}' ) -> execute (); var_dump ( $collection -> count ()); ?> 上の例 ...
https://man.plustar.jp/php/mysql-xdevapi-collection.count.html - [similar]
SQLite3Result を構築する 3934
« SQLite3Result::columnType SQLite3Result::fetchArray » PHP Manual SQLite3Result SQLite3Result を ... のインスタンスは、 SQLite3::query() と SQLite3Stmt::execute() によって作られます。 パラメータ この関数にはパラ ... キーワード: esult , 構築 , construct , パラメータ , execute , query , インスタンス , private , Git , might ...
https://man.plustar.jp/php/sqlite3result.construct.html - [similar]
Send GET http request to the remote server. 3934
« Swoole\Http\Client::execute Swoole\Http\Client::isConnected » PHP Manual Swoole\Http\Client Se ... , server , Swoole , Http , the , path , callback , execute ...
https://man.plustar.jp/php/swoole-http-client.get.html - [similar]
Import BLOB/CLOB data from a file 3895
« cubrid_lob2_export cubrid_lob2_new » PHP Manual CUBRID 関数 Import BLOB/CLOB data from a file ... calhost" , 33000 , "demodb" , "dba" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists test_lob" ); cubri ... d_execute ( $conn , "CREATE TABLE test_lob (id INT, contents ... ' ); // or cubrid_lob2_bind($req, 2, $lob); cubrid_execute ( $req ); cubrid_lob2_close ( $lob ); cubrid_disco ...
https://man.plustar.jp/php/function.cubrid-lob2-import.html - [similar]
PHP 変数を SQL 文のパラメータにバインドする 3895
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... QL 文のパラメータに PHP 変数をバインドします。 db2_execute() へのオプション配列の一部として 変数を渡すのに比べ ... ind_param() をコールした後で代入されています。 db2_execute() をコールする前には、 必ず変数をバインドしなければ ... 言することも可能です $upper_limit = 15.0 ; if ( db2_execute ( $stmt )) { while ( $row = db2_fetch_array ( $stm ... : { $second_name } 3: { $weight } \n\n" ; if ( db2_execute ( $stmt )) { print "コール後のバインド変数の値:\n" ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
mysqli_real_escape_string のエイリアス 3895
« mysqli_connect mysqli_execute » PHP Manual エイリアスおよび非推奨の Mysqli 関数 mysqli_real_es ... 関連キーワード: mysqli , escape , string , 関数 , execute , 推奨 , Mysqli , ...
https://man.plustar.jp/php/function.mysqli-escape-string.html - [similar]
Oracle データベースに接続する 3895
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... i_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table border='1'>\n" ; while ( $ ... i_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table border='1'>\n" ; while ( $ ... i_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table border='1'>\n" ; while ( $ ... , "create table hallo (test varchar2(64))" ); oci_execute ( $stmt ); echo "Created table<br>\n" ; } function ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
実行のために Oracle の文をパースする 3895
« oci_num_rows oci_password_change » PHP Manual OCI8 関数 実行のために Oracle の文をパースする o ... を返します。この ID は、 oci_bind_by_name() , oci_execute() や他の関数で使用されます。 ステートメント ID を解 ... i_parse ( $conn , 'SELECT * FROM employees' ); oci_execute ( $stid ); echo "<table border='1'>\n" ; while ( $ ... oci_bind_by_name ( $stid , ':p2' , $p2 , 40 ); oci_execute ( $stid ); print " $p2 \n" ; // 16 と表示します oc ... 証する唯一の方法 - それは実行することです。 参考 oci_execute() - 文を実行する oci_free_statement() - 文やカーソ ...
https://man.plustar.jp/php/function.oci-parse.html - [similar]