Results of 1 - 10 of about 270 for conn (0.008 sec.)
- mysqlndプラグインの開発をはじめよう 8433
- « mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの
...
*/ mysqlnd_plugin_id = mysqlnd_plugin_register(); conn_m = mysqlnd_get_conn_methods(); memcpy(org_conn_m, ...
conn_m, sizeof(struct st_mysqlnd_conn_methods)); conn_m ...
->query = MYSQLND_METHOD(mysqlnd_plugin_conn, query); conn_m->connect = MYSQLND_METHOD(mysqlnd_ ...
plugin_conn, connect); } /* my_mysqlnd_plugin.c */ enum_func_s ...
-
https://man.plustar.jp/php/mysqlnd.plugin.developing.html
- [similar]
- Oracle プレースホルダに PHP 変数をバインドする 7963
- « oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバイ
...
REATE TABLE mytab (id NUMBER, text VARCHAR2(40)); $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ...
); if (! $conn ) { $m = oci_error (); trigger_error ( htmlentitie ...
essage' ]), E_USER_ERROR ); } $stid = oci_parse ( $conn , "INSERT INTO mytab (id, text) VALUES(:id_bv, :te ...
ーブルを作ります // CREATE TABLE mytab (id NUMBER); $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ...
-
https://man.plustar.jp/php/function.oci-bind-by-name.html
- [similar]
- クエリの次の行を連想配列あるいは数値添字配列で返す 7866
- « oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配
...
例1 oci_fetch_array() での OCI_BOTH の使用例 <?php $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ...
); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentitie ...
T_QUOTES ), E_USER_ERROR ); } $stid = oci_parse ( $conn , 'SELECT department_id, department_name FROM depa ...
\n" ; } oci_free_statement ( $stid ); oci_close ( $conn ); ?> 例2 oci_fetch_array() での OCI_NUM の使用例 ...
-
https://man.plustar.jp/php/function.oci-fetch-array.html
- [similar]
- 例 7709
- « 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR
...
は 準備-実行-フェッチ という手順をとります。 <?php $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ...
); if (! $conn ) { $e = oci_error (); trigger_error ( htmlentitie ...
_ERROR ); } // 文を準備します $stid = oci_parse ( $conn , 'SELECT * FROM departments' ); if (! $stid ) { $ ...
e = oci_error ( $conn ); trigger_error ( htmlentities ( $e [ 'message' ] ...
-
https://man.plustar.jp/php/oci8.examples.html
- [similar]
- 接続リソースあるいはステートメントリソースのオプションを設定する 7680
- « db2_server_info db2_special_columns » PHP Manual IBM DB2 関数 接続リソースあるいはステートメン
...
が返す有効なステートメントリソースか、 あるいは db2_connect() や db2_pconnect() が返す有効な接続リソース。 ...
2inst1' ; $password = 'ibmdb2' ; /* 接続文字列 */ $conn_string = "DRIVER={IBM DB2 ODBC DRIVER};DATABASE= $ ...
database ;" ; $conn_string .= "HOSTNAME= $hostname ;PORT= $port ;PROTO ...
COL= $protocol ;" ; $conn_string .= "UID= $username ;PWD= $password ;" ; /* ...
-
https://man.plustar.jp/php/function.db2-set-option.html
- [similar]
- Delete an instance using OID 7455
- « cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using
...
an instance using OID 説明 cubrid_drop ( resource $conn_identifier , string $oid ): bool The cubrid_drop() ...
abase by using the oid of the instance. パラメータ conn_identifier Connection identifier. oid Oid of the i ...
e を返します。 例 例1 cubrid_drop() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ...
); @ cubrid_execute ( $conn , "DROP TABLE foo" ); cubrid_execute ( $conn , "CR ...
-
https://man.plustar.jp/php/function.cubrid-drop.html
- [similar]
- Set a write lock on the given OID 7386
- « cubrid_lock_read cubrid_move_cursor » PHP Manual CUBRID 関数 Set a write lock on the given OID
...
n the given OID 説明 cubrid_lock_write ( resource $conn_identifier , string $oid ): bool The cubrid_lock_w ...
the instance pointed by the given oid . パラメータ conn_identifier Connection identifier. oid OID of the i ...
返します。 例 例1 cubrid_lock_write() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ...
, "dba" ); @ cubrid_execute ( $conn , "DROP TABLE foo" ); cubrid_execute ( $conn , "CR ...
-
https://man.plustar.jp/php/function.cubrid-lock-write.html
- [similar]
- Roll back a transaction 7269
- « cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC
...
ack a transaction 説明 cubrid_rollback ( resource $conn_identifier ): bool The cubrid_rollback() function ...
executes rollback on the transaction pointed by conn_identifier , currently in progress. Connection to ...
server is closed after calling cubrid_rollback() . Connection handle, however, is still valid. パラメータ ...
conn_identifier Connection identifier. 戻り値 成功した場合に true を、失 ...
-
https://man.plustar.jp/php/function.cubrid-rollback.html
- [similar]
- Commit a transaction 7102
- « cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr
...
ommit a transaction 説明 cubrid_commit ( resource $conn_identifier ): bool The cubrid_commit() function is ...
ed to execute commit on the transaction pointed by conn_identifier , currently in progress. Connection to ...
e cubrid_commit() function is called; However, the connection handle is still valid. In CUBRID PHP, auto-c ...
member to disable the auto-commit mode. パラメータ conn_identifier Connection identifier. 戻り値 成功した場 ...
-
https://man.plustar.jp/php/function.cubrid-commit.html
- [similar]
- Write to a lob object 7044
- « cubrid_lob2_tell cubrid_lock_read » PHP Manual CUBRID 関数 Write to a lob object cubrid_lob2_w
...
ample 1 <?php // test_lob (id INT, contents CLOB) $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ...
, "dba" , "" ); cubrid_execute ( $conn , "DROP TABLE if exists test_lob" ); cubrid_execut ...
e ( $conn , "CREATE TABLE test_lob (id INT, contents CLOB)" ...
); $req = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES(2, ?)" ); $lob = cu ...
-
https://man.plustar.jp/php/function.cubrid-lob2-write.html
- [similar]