検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 532 for execute (0.329 sec.)
CollectionModify クラス 3569
« CollectionFind::sort CollectionModify::arrayAppend » PHP Manual Mysql_xdevapi CollectionModify ... er_values ): mysql_xdevapi\CollectionModify public execute (): mysql_xdevapi\Result public limit ( int $rows ... ollectionModify のコンストラクタ CollectionModify::execute — 変更の操作を実行する CollectionModify::limit — 変 ...
https://man.plustar.jp/php/class.mysql-xdevapi-collectionmodify.html - [similar]
SQLite3Stmt クラス 3569
« SQLite3::version SQLite3Stmt::bindParam » PHP Manual SQLite3 SQLite3Stmt クラス SQLite3Stmt ク ... public clear (): bool public close (): bool public execute (): SQLite3Result | false public getSQL ( bool $ex ... — SQLite3Stmt オブジェクトを構築する SQLite3Stmt::execute — プリペアドステートメントを実行し、結果セットオブ ...
https://man.plustar.jp/php/class.sqlite3stmt.html - [similar]
Return a string with the flags of the given field offset 3569
« cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with 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 game WHERE host_year=2004 ...
https://man.plustar.jp/php/function.cubrid-field-flags.html - [similar]
Open a persistent connection to CUBRID server 3569
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... 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')" ); ... ) { echo "connected successfully" ; $req = cubrid_execute ( $con , "insert into person values(1,'James')" ); ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
SQL 文を直接実行する 3569
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... L 文を準備することを検討してください。その後で db2_execute() をコールして入力値を渡すことで、 SQL インジェクシ ... して何度も発行する場合は、 db2_prepare() および db2_execute() の使用を検討してください。 これにより、データベー ... 25</promoprice> </promoitem> </promoList> 参考 db2_execute() - プリペアドステートメントを実行する db2_prepare ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
Sends data from parameter streams to the server 3569
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... ment resource returned by sqlsrv_query() or sqlsrv_execute() . 戻り値 Returns true if there is more data to s ... pare ( $conn , $sql , $params , $options ); sqlsrv_execute ( $stmt ); // Send up to 8K of parameter data to t ... query for execution sqlsrv_query() - Prepares and executes a query 関連キーワード: data , sqlsrv , server , ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
ラージオブジェクト (LOB) 3569
« エラーおよびエラー処理 PDO » PHP Manual PDO ラージオブジェクト (LOB) ラージオブジェクト (LOB) ... ype, imagedata from images where id=?" ); $stmt -> execute (array( $_GET [ 'id' ])); $stmt -> bindColumn ( 1 ... PARAM_LOB ); $db -> beginTransaction (); $stmt -> execute (); $db -> commit (); ?> 例3 画像をデータベースに挿 ... PARAM_LOB ); $db -> beginTransaction (); $stmt -> execute (); $db -> commit (); ?> 関連キーワード: LOB , ラー ...
https://man.plustar.jp/php/pdo.lobs.html - [similar]
The Swoole\Http\Client class 3531
« Swoole\Exception Swoole\Http\Client::addFile » PHP Manual Swoole The Swoole\Http\Client class ... allable $callback , int $offset = ? ): void public execute ( string $path , string $callback ): void public g ... a file from the remote server. Swoole\Http\Client::execute — Send the HTTP request after setting the paramete ...
https://man.plustar.jp/php/class.swoole-http-client.html - [similar]
定義済み定数 3531
« リソース型 例 » PHP Manual CUBRID 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... They can be passed to cubrid_prepare() and cubrid_execute() . CUBRID SQL execution flags Constant Descriptio ... er to get OID during query execution. CUBRID_ASYNC Execute the query in asynchronous mode. CUBRID_EXEC_QUERY_ ... ALL Execute the query in synchronous mode. This flag must be s ... than the class method because most operations are executed in the instance. CUBRID_SCH_CLASS_METHOD Get the ...
https://man.plustar.jp/php/cubrid.constants.html - [similar]
指定したカラムの全ての行を配列として取得する 3531
« pg_execute pg_fetch_all » PHP Manual PostgreSQL 関数 指定したカラムの全ての行を配列として取得す ... uery_params() や (様々な関数がありますが、特に) pg_execute() が返した PgSql\Result クラスのインスタンス。 fie ...
https://man.plustar.jp/php/function.pg-fetch-all-columns.html - [similar]