検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 532 for execute (0.036 sec.)
セーブポイントを作成する 3632
« Session::rollbackTo Session::sql » PHP Manual mysql_xdevapi\Session セーブポイントを作成する S ... $collection -> add ( '{"test1":1, "test2":2}' )-> execute (); $savepoint = $session -> setSavepoint (); $col ... lection -> add ( '{"test3":3, "test4":4}' )-> execute (); $session -> releaseSavepoint ( $savepoint ); $ ...
https://man.plustar.jp/php/mysql-xdevapi-session.setsavepoint.html - [similar]
TableSelect クラス 3600
« TableInsert::values TableSelect::bind » PHP Manual Mysql_xdevapi TableSelect クラス TableSelec ... eholder_values ): mysql_xdevapi\TableSelect public execute (): mysql_xdevapi\RowResult public groupBy ( mixed ... struct — TableSelect のコンストラクタ TableSelect::execute — select ステートメントを実行する TableSelect::gro ...
https://man.plustar.jp/php/class.mysql-xdevapi-tableselect.html - [similar]
Return an array with the lengths of the values of each field from the current ro... 3600
« cubrid_fetch_field cubrid_fetch_object » PHP Manual CUBRID MySQL 互換関数 Return an array with ... パラメータ result result comes from a call to cubrid_execute() 戻り値 A numeric array, when process is successf ... "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM game WHERE host_year=2004 ...
https://man.plustar.jp/php/function.cubrid-fetch-lengths.html - [similar]
Get the maximum length of the specified field 3600
« cubrid_field_flags cubrid_field_name » PHP Manual CUBRID MySQL 互換関数 Get the maximum length ... パラメータ result result comes from a call to cubrid_execute() field_offset The numerical field offset. The fie ... "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM game WHERE host_year=2004 ...
https://man.plustar.jp/php/function.cubrid-field-len.html - [similar]
Return the name of the specified field index 3600
« cubrid_field_len cubrid_field_seek » PHP Manual CUBRID MySQL 互換関数 Return the name of the s ... パラメータ result result comes from a call to cubrid_execute() field_offset The numerical field offset. The fie ... "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM game WHERE host_year=2004 ...
https://man.plustar.jp/php/function.cubrid-field-name.html - [similar]
Return the name of the table of the specified field 3600
« cubrid_field_seek cubrid_field_type » PHP Manual CUBRID MySQL 互換関数 Return the name of the ... パラメータ result result comes from a call to cubrid_execute() field_offset The numerical field offset. The fie ... "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM code" ); $col_num = cubri ...
https://man.plustar.jp/php/function.cubrid-field-table.html - [similar]
Return the type of the column corresponding to the given field offset 3600
« cubrid_field_table cubrid_list_dbs » PHP Manual CUBRID MySQL 互換関数 Return the type of the c ... パラメータ result result comes from a call to cubrid_execute() field_offset The numerical field offset. The fie ... "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( $conn , "SELECT * FROM code" ); $col_num = cubri ...
https://man.plustar.jp/php/function.cubrid-field-type.html - [similar]
Return the value of a specific field in a specific row 3600
« cubrid_real_escape_string cubrid_unbuffered_query » PHP Manual CUBRID MySQL 互換関数 Return th ... パラメータ result result comes from a call to cubrid_execute() row The row number from the result that is being ... ( "localhost" , 33000 , "demodb" ); $req = cubrid_execute ( $conn , "SELECT * FROM code" ); $result = cubrid ...
https://man.plustar.jp/php/function.cubrid-result.html - [similar]
コレクションのインデックスを削除 3600
« Collection::createIndex Collection::existsInDatabase » PHP Manual mysql_xdevapi\Collection コレ ... -> sql ( "DROP DATABASE IF EXISTS addressbook" )-> execute (); $session -> sql ( "CREATE DATABASE addressbook ... " )-> execute (); $schema = $session -> getSchema ( "addressbook ...
https://man.plustar.jp/php/mysql-xdevapi-collection.dropindex.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 3600
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメン ... ery )) { /* ステートメントを実行します */ $stmt -> execute (); /* 結果変数をバインドします */ $stmt -> bind_r ... )) { /* ステートメントを実行します */ mysqli_stmt_execute ( $stmt ); /* 結果変数をバインドします */ mysqli_s ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]