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-sqlite -H 'Accept: application/json'
| Class | Description |
|---|---|
| Yiisoft\Db\Sqlite\AbstractTokenizer | Splits an SQL query into individual SQL tokens. |
| Yiisoft\Db\Sqlite\Builder\ArrayMergeBuilder | Builds SQL expressions which merge arrays for {@see ArrayMerge} objects. |
| Yiisoft\Db\Sqlite\Builder\GreatestBuilder | Builds SQL MAX() function expressions for {@see Greatest} objects. |
| Yiisoft\Db\Sqlite\Builder\InBuilder | Build an object of {@see \Yiisoft\Db\QueryBuilder\Condition\In} into SQL expressions for SQLite Server. |
| Yiisoft\Db\Sqlite\Builder\JsonOverlapsBuilder | Builds expressions for {@see JsonOverlapsCondition} for SQLite Server. |
| Yiisoft\Db\Sqlite\Builder\LeastBuilder | Builds SQL MIN() function expressions for {@see Least} objects. |
| Yiisoft\Db\Sqlite\Builder\LikeBuilder | Build an object of {@see \Yiisoft\Db\QueryBuilder\Condition\LikeCondition} into SQL expressions for SQLite Server. |
| Yiisoft\Db\Sqlite\Column\ColumnBuilder | |
| Yiisoft\Db\Sqlite\Column\ColumnDefinitionBuilder | |
| Yiisoft\Db\Sqlite\Column\ColumnFactory | |
| Yiisoft\Db\Sqlite\Command | Implements a database command that can be executed with a PDO (PHP Data Object) database connection for SQLite Server. |
| Yiisoft\Db\Sqlite\Connection | Implements a connection to a database via PDO (PHP Data Objects) for SQLite Server. |
| Yiisoft\Db\Sqlite\DDLQueryBuilder | Implements a (Data Definition Language) SQL statements for SQLite Server. |
| Yiisoft\Db\Sqlite\DMLQueryBuilder | Implements a DML (Data Manipulation Language) SQL statements for SQLite Server. |
| Yiisoft\Db\Sqlite\DQLQueryBuilder | Implements a DQL (Data Query Language) SQL statements for SQLite Server. |
| Yiisoft\Db\Sqlite\Driver | Implements the SQLite Server driver based on the PDO (PHP Data Objects) extension. |
| Yiisoft\Db\Sqlite\Dsn | Represents a Data Source Name (DSN) for a SQLite Server that's used to configure a {@see Driver} instance. |
| Yiisoft\Db\Sqlite\QueryBuilder | Implements the SQLite Server specific query builder. |
| Yiisoft\Db\Sqlite\Schema | Implements the SQLite Server specific schema, supporting SQLite 3.3.0 or higher. |
| Yiisoft\Db\Sqlite\SqlParser | |
| Yiisoft\Db\Sqlite\SqlToken | Represents SQL tokens produced by {@see SqlTokenizer} or its child classes. |
| Yiisoft\Db\Sqlite\SqlTokenizer | Splits SQLite queries into individual SQL tokens. |
| Yiisoft\Db\Sqlite\Transaction | Implements the SQLite Server specific transaction. |
Signup or Login in order to comment.