db\pgsql\Schema findSchemaNames()

findSchemaNames() protected method (available since version 2.0.4) Returns all schema names in the database, including the default one but not system schemas. This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception. protected array findSchemaNames ( )return array All schema names in the database, except system schemas

base\Security decryptByKey()

decryptByKey() public method Verifies and decrypts data encrypted with encryptByKey(). See also encryptByKey(). public boolean|string decryptByKey ( $data, $inputKey, $info = null )$data string The encrypted data to decrypt $inputKey string The input to use for encryption and authentication $info string Optional context and application specific information, see hkdf() return boolean|string The decrypted data or false on authentication failure

faker\FixtureController $language

$language public property Language to use when generating fixtures data. public string $language = null

db\QueryBuilder buildCondition()

buildCondition() public method Parses the condition specification and generates the corresponding SQL expression. public string buildCondition ( $condition, &$params )$condition string|array|yii\db\Expression The condition specification. Please refer to yii\db\Query::where() on how to specify a condition. $params array The binding parameters to be populated return string The generated SQL expression

db\pgsql\Schema $defaultSchema

$defaultSchema public property The default schema used for the current session. public string $defaultSchema = 'public'

filters\auth\AuthMethod $user

$user public property The user object representing the user authentication status. If not set, the user application component will be used. public yii\web\User $user = null

db\mysql\ColumnSchemaBuilder buildFirstString()

buildFirstString() protected method Builds the first constraint for the column. Defaults to unsupported. protected string buildFirstString ( )return string A string containing the FIRST constraint.

data\BaseDataProvider $pagination

$pagination public property The pagination object. If this is false, it means the pagination is disabled. public yii\data\Pagination|false getPagination ( )public void setPagination ( $value )

db\DataReader $fetchMode

$fetchMode public write-only property Fetch mode public void setFetchMode ( $mode )

db\mssql\Schema findForeignKeys()

findForeignKeys() protected method Collects the foreign key column details for the given table. protected void findForeignKeys ( $table )$table yii\db\mssql\TableSchema The table metadata