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-mssql -H 'Accept: application/json'
| Class | Description |
|---|---|
| Yiisoft\Db\Mssql\Builder\ArrayMergeBuilder | Builds SQL expressions which merge arrays for {@see ArrayMerge} objects. |
| Yiisoft\Db\Mssql\Builder\GreatestBuilder | Builds SQL GREATEST() function expressions for {@see Greatest} objects. |
| Yiisoft\Db\Mssql\Builder\InBuilder | Build an object of {@see \Yiisoft\Db\QueryBuilder\Condition\In} into SQL expressions for MSSQL Server. |
| Yiisoft\Db\Mssql\Builder\LeastBuilder | Builds SQL LEAST() function expressions for {@see Least} objects. |
| Yiisoft\Db\Mssql\Builder\LengthBuilder | Builds SQL LEN() function expressions for {@see Length} objects. |
| Yiisoft\Db\Mssql\Builder\LikeBuilder | Build an object of {@see \Yiisoft\Db\QueryBuilder\Condition\LikeCondition} into SQL expressions for MSSQL Server. |
| Yiisoft\Db\Mssql\Builder\LongestBuilder | Builds SQL representation of function expressions which returns the longest string from a set of operands. |
| Yiisoft\Db\Mssql\Builder\ShortestBuilder | Builds SQL representation of function expressions which return the shortest string from a set of operands. |
| Yiisoft\Db\Mssql\Column\BinaryColumn | |
| Yiisoft\Db\Mssql\Column\ColumnBuilder | |
| Yiisoft\Db\Mssql\Column\ColumnDefinitionBuilder | |
| Yiisoft\Db\Mssql\Column\ColumnFactory | |
| Yiisoft\Db\Mssql\Column\DateTimeColumn | |
| Yiisoft\Db\Mssql\Command | Implements a database command that can be executed against a PDO (PHP Data Object) database connection for MSSQL Server. |
| Yiisoft\Db\Mssql\Connection | Implements a connection to a database via PDO (PHP Data Objects) for MSSQL Server. |
| Yiisoft\Db\Mssql\DDLQueryBuilder | Implements a (Data Definition Language) SQL statements for MSSQL Server. |
| Yiisoft\Db\Mssql\DMLQueryBuilder | Implements a DML (Data Manipulation Language) SQL statements for MSSQL Server. |
| Yiisoft\Db\Mssql\DQLQueryBuilder | Implements a DQL (Data Query Language) SQL statements for MSSQL Server. |
| Yiisoft\Db\Mssql\Driver | Implements the MSSQL Server driver based on the PDO (PHP Data Objects) extension. |
| Yiisoft\Db\Mssql\Dsn | Represents a Data Source Name (DSN) for a MSSQL Server that's used to configure a {@see Driver} instance. |
| Yiisoft\Db\Mssql\IndexMethod | Defines the available index methods for {@see DDLQueryBuilder::createIndex()} method. |
| Yiisoft\Db\Mssql\IndexType | Defines the available index types for {@see DDLQueryBuilder::createIndex()} method. |
| Yiisoft\Db\Mssql\QueryBuilder | Implements the MSSQL Server specific query builder. |
| Yiisoft\Db\Mssql\Quoter | Implements the MSSQL Server quoting and unquoting methods. |
| Yiisoft\Db\Mssql\Schema | Implements the MSSQL Server specific schema, supporting MSSQL Server 2017 and above. |
| Yiisoft\Db\Mssql\SqlParser | |
| Yiisoft\Db\Mssql\TableSchema | Implements the MSSQL Server specific table schema. |
| Yiisoft\Db\Mssql\Transaction | Implements the MSSQL Server specific transaction. |
Signup or Login in order to comment.