From b7933faeb868387954b5a4cd308fefeed5f8a01c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Dec 2016 18:07:56 +0100 Subject: php-pecl-mysql-xdevapi: 1.0.0 (alpha) New package --- REFLECTION | 1956 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1956 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..3531c0d --- /dev/null +++ b/REFLECTION @@ -0,0 +1,1956 @@ +Extension [ extension #61 mysql_xdevapi version 1.0.0 ] { + + - Dependencies { + Dependency [ standard (Required) ] + Dependency [ mysqlnd (Required) ] + Dependency [ json (Required) ] + } + + - INI { + Entry [ xmysqlnd.collect_statistics ] + Current = '1' + } + Entry [ xmysqlnd.collect_memory_statistics ] + Current = '0' + } + Entry [ xmysqlnd.debug ] + Current = '' + } + Entry [ xmysqlnd.trace_alloc ] + Current = '' + } + Entry [ xmysqlnd.net_read_timeout ] + Current = '31536000' + } + Entry [ xmysqlnd.mempool_default_size ] + Current = '16000' + } + } + + - Constants [1] { + Constant [ integer XMYSQLND_CLIENT_SSL ] { 2048 } + } + + - Functions { + Function [ function mysql_xdevapi\getSession ] { + + - Parameters [4] { + Parameter #0 [ string $hostname ] + Parameter #1 [ string $username ] + Parameter #2 [ string $password ] + Parameter #3 [ integer $port ] + } + } + Function [ function mysql_xdevapi\getNodeSession ] { + + - Parameters [4] { + Parameter #0 [ string $hostname ] + Parameter #1 [ string $username ] + Parameter #2 [ string $password ] + Parameter #3 [ integer $port ] + } + } + Function [ function mysql_xdevapi\expression ] { + + - Parameters [1] { + Parameter #0 [ string $expression ] + } + } + } + + - Classes [35] { + Interface [ interface mysql_xdevapi\DatabaseObject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getSession ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method existsInDatabase ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method execute ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface mysql_xdevapi\SchemaObject extends mysql_xdevapi\DatabaseObject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getSchema ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getSession ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + } + + Method [ abstract public method existsInDatabase ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface mysql_xdevapi\Session ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ abstract public method getSchemas ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getSchema ] { + + - Parameters [0] { + } + } + + Method [ abstract public method createSchema ] { + + - Parameters [0] { + } + } + + Method [ abstract public method dropSchema ] { + + - Parameters [0] { + } + } + + Method [ abstract public method close ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface mysql_xdevapi\CrudOperationBindable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $placeholder_values ] + } + } + } + } + + Interface [ interface mysql_xdevapi\CrudOperationLimitable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method limit ] { + + - Parameters [1] { + Parameter #0 [ integer $rows ] + } + } + } + } + + Interface [ interface mysql_xdevapi\CrudOperationSkippable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method skip ] { + + - Parameters [1] { + Parameter #0 [ integer $skip ] + } + } + } + } + + Interface [ interface mysql_xdevapi\CrudOperationSortable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method sort ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + } + } + + Class [ class mysql_xdevapi\Warning ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $message ] + Property [ public $level ] + Property [ public $code ] + } + + - Methods [1] { + Method [ private method __construct ] { + } + } + } + + Class [ class mysql_xdevapi\Exception extends RuntimeException implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class mysql_xdevapi\ExecutionStatus ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $affectedItems ] + Property [ public $matchedItems ] + Property [ public $foundItems ] + Property [ public $lastInsertId ] + Property [ public $lastDocumentId ] + } + + - Methods [1] { + Method [ private method __construct ] { + } + } + } + + Class [ class mysql_xdevapi\Expression ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $expression ] + } + } + } + } + + Class [ class mysql_xdevapi\FieldMetadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [13] { + Property [ public $type ] + Property [ public $type_name ] + Property [ public $name ] + Property [ public $original_name ] + Property [ public $table ] + Property [ public $original_table ] + Property [ public $schema ] + Property [ public $catalog ] + Property [ public $collation ] + Property [ public $fractional_digits ] + Property [ public $length ] + Property [ public $flags ] + Property [ public $content_type ] + } + + - Methods [1] { + Method [ private method __construct ] { + } + } + } + + Class [ final class mysql_xdevapi\Driver ] { + + - Constants [1] { + Constant [ public string version ] { 1.0.0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ private method __construct ] { + } + } + } + + Class [ class mysql_xdevapi\BaseSession implements mysql_xdevapi\Session ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ private method __construct ] { + } + + Method [ public method getServerVersion ] { + + - Parameters [0] { + } + } + + Method [ public method getClientId ] { + + - Parameters [0] { + } + } + + Method [ public method generateUUID ] { + + - Parameters [0] { + } + } + + Method [ public method quoteName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getSchemas ] { + + - Parameters [0] { + } + } + + Method [ public method getSchema ] { + + - Parameters [0] { + } + } + + Method [ public method createSchema ] { + + - Parameters [0] { + } + } + + Method [ public method dropSchema ] { + + - Parameters [0] { + } + } + + Method [ public method dropCollection ] { + + - Parameters [2] { + Parameter #0 [ string $schema_name ] + Parameter #1 [ string $collection_name ] + } + } + + Method [ public method dropTable ] { + + - Parameters [2] { + Parameter #0 [ string $schema_name ] + Parameter #1 [ string $table_name ] + } + } + + Method [ public method startTransaction ] { + + - Parameters [0] { + } + } + + Method [ public method commit ] { + + - Parameters [0] { + } + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + } + + Method [ public method listClients ] { + + - Parameters [0] { + } + } + + Method [ public method killClient ] { + + - Parameters [1] { + Parameter #0 [ integer $client_id ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\XSession extends mysql_xdevapi\BaseSession implements mysql_xdevapi\Session ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ private method __construct ] { + } + + Method [ public method getServerVersion ] { + + - Parameters [0] { + } + } + + Method [ public method getClientId ] { + + - Parameters [0] { + } + } + + Method [ public method generateUUID ] { + + - Parameters [0] { + } + } + + Method [ public method quoteName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getSchemas ] { + + - Parameters [0] { + } + } + + Method [ public method getSchema ] { + + - Parameters [0] { + } + } + + Method [ public method createSchema ] { + + - Parameters [0] { + } + } + + Method [ public method dropSchema ] { + + - Parameters [0] { + } + } + + Method [ public method dropCollection ] { + + - Parameters [2] { + Parameter #0 [ string $schema_name ] + Parameter #1 [ string $collection_name ] + } + } + + Method [ public method dropTable ] { + + - Parameters [2] { + Parameter #0 [ string $schema_name ] + Parameter #1 [ string $table_name ] + } + } + + Method [ public method startTransaction ] { + + - Parameters [0] { + } + } + + Method [ public method commit ] { + + - Parameters [0] { + } + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + } + + Method [ public method listClients ] { + + - Parameters [0] { + } + } + + Method [ public method killClient ] { + + - Parameters [1] { + Parameter #0 [ integer $client_id ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeSession extends mysql_xdevapi\BaseSession implements mysql_xdevapi\Session ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ private method __construct ] { + } + + Method [ public method executeSql ] { + } + + Method [ public method sql ] { + + - Parameters [1] { + Parameter #0 [ string $query ] + } + } + + Method [ public method quoteName ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getServerVersion ] { + + - Parameters [0] { + } + } + + Method [ public method getClientId ] { + + - Parameters [0] { + } + } + + Method [ public method generateUUID ] { + + - Parameters [0] { + } + } + + Method [ public method getSchemas ] { + + - Parameters [0] { + } + } + + Method [ public method getSchema ] { + + - Parameters [0] { + } + } + + Method [ public method createSchema ] { + + - Parameters [0] { + } + } + + Method [ public method dropSchema ] { + + - Parameters [0] { + } + } + + Method [ public method dropCollection ] { + + - Parameters [2] { + Parameter #0 [ string $schema_name ] + Parameter #1 [ string $collection_name ] + } + } + + Method [ public method dropTable ] { + + - Parameters [2] { + Parameter #0 [ string $schema_name ] + Parameter #1 [ string $table_name ] + } + } + + Method [ public method startTransaction ] { + + - Parameters [0] { + } + } + + Method [ public method commit ] { + + - Parameters [0] { + } + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + } + + Method [ public method listClients ] { + + - Parameters [0] { + } + } + + Method [ public method killClient ] { + + - Parameters [1] { + Parameter #0 [ integer $client_id ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeSchema implements mysql_xdevapi\DatabaseObject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [11] { + Method [ private method __construct ] { + } + + Method [ public method getSession ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method existsInDatabase ] { + + - Parameters [0] { + } + } + + Method [ public method drop ] { + + - Parameters [0] { + } + } + + Method [ public method createCollection ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getCollection ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getCollections ] { + + - Parameters [0] { + } + } + + Method [ public method getTable ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method getTables ] { + + - Parameters [0] { + } + } + + Method [ public method getCollectionAsTable ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeCollection implements mysql_xdevapi\SchemaObject, mysql_xdevapi\DatabaseObject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [10] { + Method [ private method __construct ] { + } + + Method [ public method getSession ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method existsInDatabase ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getSchema ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ $json ] + } + } + + Method [ public method find ] { + + - Parameters [1] { + Parameter #0 [ string $search_condition ] + } + } + + Method [ public method modify ] { + + - Parameters [1] { + Parameter #0 [ string $search_condition ] + } + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $search_condition ] + } + } + } + } + + Class [ class mysql_xdevapi\NodeCollectionAdd implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ private method __construct ] { + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeCollectionFind implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSkippable, mysql_xdevapi\CrudOperationSortable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ private method __construct ] { + } + + Method [ public method fields ] { + + - Parameters [1] { + Parameter #0 [ $projection ] + } + } + + Method [ public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + + Method [ public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $placeholder_values ] + } + } + + Method [ public method sort ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ integer $rows ] + } + } + + Method [ public method skip ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeCollectionModify implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSkippable, mysql_xdevapi\CrudOperationSortable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ private method __construct ] { + } + + Method [ public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $placeholder_values ] + } + } + + Method [ public method sort ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ integer $rows ] + } + } + + Method [ public method skip ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $collection_field ] + Parameter #1 [ $expression_or_literal ] + } + } + + Method [ public method unset ] { + + - Parameters [1] { + Parameter #0 [ array $variables ] + } + } + + Method [ public method replace ] { + + - Parameters [2] { + Parameter #0 [ string $collection_field ] + Parameter #1 [ $expression_or_literal ] + } + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ string $document ] + } + } + + Method [ public method arrayInsert ] { + + - Parameters [2] { + Parameter #0 [ string $collection_field ] + Parameter #1 [ $expression_or_literal ] + } + } + + Method [ public method arrayAppend ] { + + - Parameters [2] { + Parameter #0 [ string $collection_field ] + Parameter #1 [ $expression_or_literal ] + } + } + + Method [ public method arrayDelete ] { + + - Parameters [1] { + Parameter #0 [ string $collection_field ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeCollectionRemove implements mysql_xdevapi\Executable, mysql_xdevapi\CrudOperationBindable, mysql_xdevapi\CrudOperationLimitable, mysql_xdevapi\CrudOperationSortable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ private method __construct ] { + } + + Method [ public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $placeholder_values ] + } + } + + Method [ public method sort ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ integer $rows ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeStatement ] { + + - Constants [2] { + Constant [ public integer EXECUTE_ASYNC ] { 1 } + Constant [ public integer BUFFERED ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ private method __construct ] { + } + + Method [ public method hasMoreResults ] { + + - Parameters [0] { + } + } + + Method [ public method getResult ] { + + - Parameters [0] { + } + } + + Method [ public method getNextResult ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeSqlStatement ] { + + - Constants [2] { + Constant [ public integer EXECUTE_ASYNC ] { 1 } + Constant [ public integer BUFFERED ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $statement ] + } + + - Methods [6] { + Method [ private method __construct ] { + } + + Method [ public method bind ] { + + - Parameters [1] { + Parameter #0 [ $param ] + } + } + + Method [ public method execute ] { + } + + Method [ public method hasMoreResults ] { + + - Parameters [0] { + } + } + + Method [ public method getResult ] { + + - Parameters [0] { + } + } + + Method [ public method getNextResult ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface mysql_xdevapi\NodeBaseResult ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getWarningCount ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getWarnings ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeDocResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ private method __construct ] { + } + + Method [ public method fetchOne ] { + + - Parameters [0] { + } + } + + Method [ public method fetchAll ] { + + - Parameters [0] { + } + } + + Method [ public method getWarningCount ] { + + - Parameters [0] { + } + } + + Method [ public method getWarnings ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ private method __construct ] { + } + + Method [ public method getAffectedItemsCount ] { + + - Parameters [0] { + } + } + + Method [ public method getAutoIncrementValue ] { + + - Parameters [0] { + } + } + + Method [ public method getDocumentId ] { + + - Parameters [0] { + } + } + + Method [ public method getDocumentIds ] { + + - Parameters [0] { + } + } + + Method [ public method getWarningCount ] { + + - Parameters [0] { + } + } + + Method [ public method getWarnings ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeRowResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ private method __construct ] { + } + + Method [ public method fetchOne ] { + + - Parameters [0] { + } + } + + Method [ public method fetchAll ] { + + - Parameters [0] { + } + } + + Method [ public method getWarningCount ] { + + - Parameters [0] { + } + } + + Method [ public method getWarnings ] { + + - Parameters [0] { + } + } + + Method [ public method getColumnCount ] { + + - Parameters [0] { + } + } + + Method [ public method getColumnNames ] { + + - Parameters [0] { + } + } + + Method [ public method getColumns ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeSqlStatementResult implements mysql_xdevapi\NodeBaseResult, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ private method __construct ] { + } + + Method [ public method hasData ] { + + - Parameters [0] { + } + } + + Method [ public method fetchOne ] { + + - Parameters [0] { + } + } + + Method [ public method fetchAll ] { + + - Parameters [0] { + } + } + + Method [ public method getAffectedItemsCount ] { + + - Parameters [0] { + } + } + + Method [ public method getLastInsertId ] { + + - Parameters [0] { + } + } + + Method [ public method getDocumentId ] { + + - Parameters [0] { + } + } + + Method [ public method getWarningCount ] { + + - Parameters [0] { + } + } + + Method [ public method getWarnings ] { + + - Parameters [0] { + } + } + + Method [ public method getColumnCount ] { + + - Parameters [0] { + } + } + + Method [ public method getColumnNames ] { + + - Parameters [0] { + } + } + + Method [ public method getColumns ] { + + - Parameters [0] { + } + } + + Method [ public method nextResult ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeTable implements mysql_xdevapi\SchemaObject, mysql_xdevapi\DatabaseObject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [10] { + Method [ private method __construct ] { + } + + Method [ public method getSession ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method existsInDatabase ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getSchema ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [0] { + } + } + + Method [ public method select ] { + + - Parameters [0] { + } + } + + Method [ public method update ] { + + - Parameters [0] { + } + } + + Method [ public method delete ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeTableDelete implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ private method __construct ] { + } + + Method [ public method where ] { + + - Parameters [1] { + Parameter #0 [ $where_expr ] + } + } + + Method [ public method orderby ] { + + - Parameters [1] { + Parameter #0 [ $orderby_expr ] + } + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ integer $rows ] + } + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $placeholder_values ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeTableInsert implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ private method __construct ] { + } + + Method [ public method values ] { + + - Parameters [1] { + Parameter #0 [ array $row_values ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeTableSelect implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ private method __construct ] { + } + + Method [ public method where ] { + + - Parameters [1] { + Parameter #0 [ $projection ] + } + } + + Method [ public method groupBy ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + + Method [ public method having ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + + Method [ public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $placeholder_values ] + } + } + + Method [ public method orderby ] { + + - Parameters [1] { + Parameter #0 [ $sort_expr ] + } + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ integer $rows ] + } + } + + Method [ public method offset ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysql_xdevapi\NodeTableUpdate implements mysql_xdevapi\Executable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ private method __construct ] { + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ string $table_field ] + Parameter #1 [ $expression_or_literal ] + } + } + + Method [ public method where ] { + + - Parameters [1] { + Parameter #0 [ $where_expr ] + } + } + + Method [ public method orderby ] { + + - Parameters [1] { + Parameter #0 [ $orderby_expr ] + } + } + + Method [ public method limit ] { + + - Parameters [1] { + Parameter #0 [ integer $rows ] + } + } + + Method [ public method bind ] { + + - Parameters [1] { + Parameter #0 [ array $placeholder_values ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit