Session::sql
(No version information available, might only be in Git)
Session::sql — SQLクエリを作成する
説明
ネイティブなSQLステートメントを作成します。
プレースホルダーはネイティブな "?" を使ってサポートされます。
SQLステートメントを実行するには、execute
メソッドを使ってください。
パラメータ
query
-
実行するSQLステートメント
戻り値
SqlStatement オブジェクトを返します。
例
例1 mysql_xdevapi\Session::sql() の例
<?php
$session = mysql_xdevapi\getSession("mysqlx://user:password@localhost");
$session->sql("CREATE DATABASE addressbook")->execute();
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google