検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 300 for INSERT (0.009 sec.)
Send a CUBRID query 5057
« cubrid_ping cubrid_real_escape_string » PHP Manual CUBRID MySQL 互換関数 Send a CUBRID query c ... false on error. For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc, cubrid_query() returns ... find out how many rows were affected by a DELETE, INSERT, REPLACE, or UPDATE statement. cubrid_query() will ... ss 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','home-2','21')" ) ...
https://man.plustar.jp/php/function.cubrid-query.html - [similar]
CUBRID 関数 5057
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... version cubrid_get — Get a column using OID cubrid_insert_id — Return the ID generated for the last updated ... ent from sequence type column using OID cubrid_seq_insertInsert an element to a sequence type column usin ... of sequence type column using OID cubrid_set_add — Insert a single element to set type column using OID cubr ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
リソース型の一覧 5057
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の ... ter() cubrid_get_server_info() cubrid_get() cubrid_insert_id() cubrid_is_instance() cubrid_lob_export() cubr ... ack() cubrid_schema() cubrid_seq_drop() cubrid_seq_insert() cubrid_seq_put() cubrid_set_add() cubrid_set_aut ... ter() cubrid_get_server_info() cubrid_get() cubrid_insert_id() cubrid_is_instance() cubrid_lob_export() cubr ... ack() cubrid_schema() cubrid_seq_drop() cubrid_seq_insert() cubrid_seq_put() cubrid_set_add() cubrid_set_aut ...
https://man.plustar.jp/php/resource.html - [similar]
SQL の集約関数として使用する PHP 関数を登録する 5057
« SQLite3::__construct SQLite3::createCollation » PHP Manual SQLite3 SQL の集約関数として使用する ... y:' ); $db -> exec ( "CREATE TABLE strings(a)" ); $insert = $db -> prepare ( 'INSERT INTO strings VALUES (?) ... ' ); foreach ( $data as $str ) { $insert -> bindValue ( 1 , $str ); $insert -> execute (); ... } $insert = null ; function max_len_step ( $context , $rownu ...
https://man.plustar.jp/php/sqlite3.createaggregate.html - [similar]
The MongoDB\Driver\Cursor class 5019
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... p $manager = new MongoDB \ Driver \ Manager (); /* Insert some documents so that our query returns informati ... = new MongoDB \ Driver \ BulkWrite ; $bulkWrite -> insert ([ 'name' => 'Ceres' , 'size' => 946 , 'distance' ... => 2.766 ]); $bulkWrite -> insert ([ 'name' => 'Vesta' , 'size' => 525 , 'distance' ... llection using the » create command and proceed to insert a new document into that collection each second. < ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
ヒープが壊れているかを調べる 5019
« SplHeap::insert SplHeap::isEmpty » PHP Manual SplHeap ヒープが壊れているかを調べる SplHeap::is ... す。 関連キーワード: ヒープ , SplHeap , パラメータ , insert , isEmpty , public , 関数 , ...
https://man.plustar.jp/php/splheap.iscorrupted.html - [similar]
Return the number of rows affected by the last SQL statement 4981
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... the number of rows affected by the SQL statement (INSERT, DELETE, UPDATE). パラメータ conn_identifier The C ... ocess is successful. -1, when SQL statement is not INSERT, DELETE or UPDATE. false , when the request identi ... ATE TABLE cubrid_test (d varchar)" ); $sql_stmt = "INSERT INTO cubrid_test(d) VALUES('php-test')" ; $req = c ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
PHP の変数を、クエリで取得するカラムに関連づける 4981
« oci_connect oci_error » PHP Manual OCI8 関数 PHP の変数を、クエリで取得するカラムに関連づける ... E mytab (id NUMBER, "MyDescription" VARCHAR2(30)); INSERT INTO mytab (id, "MyDescription") values (1, 'Iced ... 作ります CREATE TABLE mytab (id NUMBER, fruit CLOB); INSERT INTO mytab (id, fruit) values (1, 'apple'); INSERT ... 作ります CREATE TABLE mytab (id NUMBER, fruit CLOB); INSERT INTO mytab (id, fruit) values (1, 'apple'); INSERT ...
https://man.plustar.jp/php/function.oci-define-by-name.html - [similar]
Returns an array containing all results for this cursor 4981
« MongoDB\Driver\Cursor::setTypeMap MongoDB\Driver\Cursor::valid » PHP Manual MongoDB\Driver\Cur ... bulk = new MongoDB \ Driver \ BulkWrite ; $bulk -> insert ([ 'x' => 1 ]); $bulk -> insert ([ 'x' => 2 ]); $b ... ulk -> insert ([ 'x' => 3 ]); $manager -> executeBulkWrite ( 'db ...
https://man.plustar.jp/php/mongodb-driver-cursor.toarray.html - [similar]
CUBRID 関数 (PDO_CUBRID) 4981
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... fp = fopen ( 'lob_test.png' , 'rb' ); $sql_stmt = "INSERT INTO lob_test(name, content) VALUES('lob_test.png' ... TABLE test_tbl (col_1 SET(VARCHAR))" ); $sql_stmt_insert = "INSERT INTO test_tbl VALUES (?);" ; $stmt = $cu ... brid_pdo -> prepare ( $sql_stmt_insert ); $data = array( "abc" , "def" , "ghi" ); $ret = ... EATE TABLE test_tbl (col_1 SET(int))" ); $sql_stmt_insert = "INSERT INTO test_tbl VALUES (?);" ; $stmt = $cu ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT