0 follower

Yii Framework 3.0 API Documentation

This is the Yii Framework API Documentation. Here you will find detailed information about all classes provided by the Framework. Below you find a list of the existing classes, interfaces, and traits, ordered by their fully qualified name (including the namespace). Each of them has a dedicated page which contains a description about the purpose of the class, a list of the available methods, properties and constants, and detailed description on how to use each of them.

On this page you find all the classes included in version 3.0 of the framework. You can use the dropdown menu on the top right to switch between versions.

You can search API documentation using the search form on the top. You can search for class names and also method and property names, e.g. ActiveRecord.save() or just .save() or ::save().

This page is also available in JSON format:
curl https://www.yiiframework.com/doc/api/3.0/db-oracle -H 'Accept: application/json'

Class Description
Yiisoft\Db\Oracle\Builder\ArrayMergeBuilder Builds SQL expressions which merge arrays for {@see ArrayMerge} objects.
Yiisoft\Db\Oracle\Builder\InBuilder Build an object of {@see In} or {@see NotIn} into SQL expressions for Oracle Server.
Yiisoft\Db\Oracle\Builder\LikeBuilder Build an object of {@see Like} into SQL expressions for Oracle Server.
Yiisoft\Db\Oracle\Builder\LongestBuilder Builds SQL representation of function expressions which returns the longest string from a set of operands.
Yiisoft\Db\Oracle\Builder\ShortestBuilder Builds SQL representation of function expressions which return the shortest string from a set of operands.
Yiisoft\Db\Oracle\Column\BinaryColumn
Yiisoft\Db\Oracle\Column\BooleanColumn
Yiisoft\Db\Oracle\Column\ColumnBuilder
Yiisoft\Db\Oracle\Column\ColumnDefinitionBuilder
Yiisoft\Db\Oracle\Column\ColumnDefinitionParser Parses column definition string. For example, string(255) or int unsigned.
Yiisoft\Db\Oracle\Column\ColumnFactory
Yiisoft\Db\Oracle\Column\DateTimeColumn Represents the metadata for a datetime column.
Yiisoft\Db\Oracle\Column\JsonColumn Represents a JSON column with eager parsing values retrieved from the database.
Yiisoft\Db\Oracle\Command Implements a database command that can be executed against a PDO (PHP Data Object) database connection for Oracle Server.
Yiisoft\Db\Oracle\Connection Implements a connection to a database via PDO (PHP Data Objects) for Oracle Server.
Yiisoft\Db\Oracle\DDLQueryBuilder Implements a (Data Definition Language) SQL statements for Oracle Server.
Yiisoft\Db\Oracle\DMLQueryBuilder Implements a DML (Data Manipulation Language) SQL statements for Oracle Server.
Yiisoft\Db\Oracle\DQLQueryBuilder Implements a DQL (Data Query Language) SQL statements for Oracle Server.
Yiisoft\Db\Oracle\Driver Implements the Oracle Server driver based on the PDO (PHP Data Objects) extension.
Yiisoft\Db\Oracle\Dsn Represents a Data Source Name (DSN) for an Oracle Server that's used to configure a {@see Driver} instance.
Yiisoft\Db\Oracle\IndexType Defines the available index types for {@see DDLQueryBuilder::createIndex()} method.
Yiisoft\Db\Oracle\QueryBuilder Implements the Oracle Server specific query builder.
Yiisoft\Db\Oracle\Quoter Implements the Oracle Server quoting and unquoting methods.
Yiisoft\Db\Oracle\Schema Implements the Oracle Server specific schema, supporting Oracle Server 11C and above.
Yiisoft\Db\Oracle\ServerInfo
Yiisoft\Db\Oracle\SqlParser
Yiisoft\Db\Oracle\Transaction Implements the Oracle Server specific transaction.