検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 528 for MYSQL (0.021 sec.)
プレースホルダーに値をバインドする 4046
« mysql_xdevapi\CrudOperationBindable mysql_xdevapi\CrudOperationLimitable » PHP Manual mysql_xd ... ースホルダーに値をバインドする 説明 abstract public mysql_xdevapi\CrudOperationBindable::bind ( array $place ... holder_values ): mysql_xdevapi\CrudOperationBindable 特定のプレースホルダ ... dOperationBindable オブジェクトを返します。 例 例1 mysql_xdevapi\CrudOperationBindable::bind() の例 <?php $ ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationbindable.bind.html - [similar]
Schema のコンストラクタ 4046
« mysql_xdevapi\Schema Schema::createCollection » PHP Manual mysql_xdevapi\Schema Schema のコンス ... __construct — Schema のコンストラクタ 説明 private mysql_xdevapi\Schema::__construct () スキーマオブジェクト ... 。 例 例1 Schema::__construct の例 <?php $session = mysql_xdevapi \ getSession ( "mysqlx://user:password@loc ... たとえば以下のようになります。 Array ( [fruit] => mysql_xdevapi\Table Object ( [name] => fruit ) ) Array ( ... [trees] => mysql_xdevapi\Collection Object ( [name] => trees ) ) 関 ...
https://man.plustar.jp/php/mysql-xdevapi-schema.construct.html - [similar]
Table のコンストラクタ 4046
« mysql_xdevapi\Table Table::count » PHP Manual mysql_xdevapi\Table Table のコンストラクタ Table ... :__construct — Table のコンストラクタ 説明 private mysql_xdevapi\Table::__construct () テーブルオブジェクト ... ラメータ この関数にはパラメータはありません。 例 例1 mysql_xdevapi\Table::__construct() の例 <?php $session = ... mysql_xdevapi \ getSession ( "mysqlx://user:password@loc ...
https://man.plustar.jp/php/mysql-xdevapi-table.construct.html - [similar]
テーブルの行を更新する 4046
« Table::select mysql_xdevapi\TableDelete » PHP Manual mysql_xdevapi\Table テーブルの行を更新する ... Table::update — テーブルの行を更新する 説明 public mysql_xdevapi\Table::update (): mysql_xdevapi\TableUpdat ... るには、execute() メソッドを使ってください。 例 例1 mysql_xdevapi\Table::update() の例 <?php $session = mysq ... l_xdevapi \ getSession ( "mysqlx://user:password@localhost" ); $session -> sql ( " ...
https://man.plustar.jp/php/mysql-xdevapi-table.update.html - [similar]
select 文の検索条件を設定する 4046
« TableSelect::orderby mysql_xdevapi\TableUpdate » PHP Manual mysql_xdevapi\TableSelect select 文 ... :where — select 文の検索条件を設定する 説明 public mysql_xdevapi\TableSelect::where ( string $where_expr ): ... mysql_xdevapi\TableSelect フィルタのための検索条件を設定 ... 戻り値 TableSelect オブジェクトを返します。 例 例1 mysql_xdevapi\TableSelect::where() の例 <?php $session = ... mysql_xdevapi \ getSession ( "mysqlx://user:password@loc ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.where.html - [similar]
Client のコンストラクタ 4030
« mysql_xdevapi\Client::close Client::getClient » PHP Manual mysql_xdevapi\Client Client のコンス ... __construct — Client のコンストラクタ 説明 private mysql_xdevapi\Client::__construct () クライアントオブジェ ... ラメータ この関数にはパラメータはありません。 例 例1 mysql_xdevapi\Client::__construct() の例 <?php $pooling_ ... leTime": 3600, "queueTimeOut": 1000 }' ; $client = mysql_xdevapi \ getClient ( $connection_uri , $pooling_o ...
https://man.plustar.jp/php/mysql-xdevapi-client.construct.html - [similar]
セッションオブジェクトを取得 4030
« Collection::getSchema Collection::modify » PHP Manual mysql_xdevapi\Collection セッションオブジ ... Session — セッションオブジェクトを取得 説明 public mysql_xdevapi\Collection::getSession (): Session コレクシ ... 。 戻り値 セッションオブジェクトを返します。 例 例1 mysql_xdevapi\Collection::getSession() の例 <?php $sessi ... on = mysql_xdevapi \ getSession ( "mysqlx://user:password@loc ... の例の出力は、 たとえば以下のようになります。 object(mysql_xdevapi\Session)#1 (0) { } object(mysql_xdevapi\Se ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getsession.html - [similar]
結果をソートする 4030
« mysql_xdevapi\CrudOperationSortable mysql_xdevapi\DatabaseObject » PHP Manual mysql_xdevapi\Cr ... able::sort — 結果をソートする 説明 abstract public mysql_xdevapi\CrudOperationSortable::sort ( string $sort ... _expr ): mysql_xdevapi\CrudOperationSortable 結果セットを sort_ex ... dOperationSortable オブジェクトを返します。 例 例1 mysql_xdevapi\CrudOperationSortable::sort() の例 <?php $ ...
https://man.plustar.jp/php/mysql-xdevapi-crudoperationsortable.sort.html - [similar]
テーブルスキーマを取得する 4030
« Table::getName Table::getSession » PHP Manual mysql_xdevapi\Table テーブルスキーマを取得する T ... getSchema — テーブルスキーマを取得する 説明 public mysql_xdevapi\Table::getSchema (): mysql_xdevapi\Schema ... せん。 戻り値 Schema オブジェクトを返します。 例 例1 mysql_xdevapi\Table::getSchema() の例 <?php $session = m ... ysql_xdevapi \ getSession ( "mysqlx://user:password@localhost" ); $session -> sql ( " ... の例の出力は、 たとえば以下のようになります。 object(mysql_xdevapi\Schema)#9 (1) { ["name"]=> string(11) "add ...
https://man.plustar.jp/php/mysql-xdevapi-table.getschema.html - [similar]
The MySQLi Extension Function Summary 4030
« ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F ... unction Summary Summary of mysqli methods mysqli Class OOP Interface Procedural Int ... erface Alias (Do not use) Description Properties $mysqli::affected_rows mysqli_affected_rows() N/A Gets th ... e number of affected rows in a previous MySQL operation $mysqli::client_info mysqli_get_client_i ... nfo() N/A Returns the MySQL client version as a string $mysqli::client_version ...
https://man.plustar.jp/php/mysqli.summary.html - [similar]