v1.0.0
English

Forge.php

system/Database/SQLite3/Forge.php
1 class 13 methods

class Forge

Forge for SQLite3
__construct (BaseConnection $db) public
createDatabase (string $dbName, bool $ifNotExists = false) public
dropDatabase (string $dbName) public
dropColumn (string $table, $columnNames) public
_alterTable (string $alterType, string $table, $processedFields) protected
_processColumn (array $processedField) protected
_attributeType (array &$attributes) protected
_attributeAutoIncrement (array &$attributes, array &$field) protected
dropForeignKey (string $table, string $foreignName) public
dropPrimaryKey (string $table, string $keyName = '') public
addForeignKey ($fieldName = '', string $tableName = '', $tableField = '', string $onUpdate = '', string $onDelete = '', string $fkName = '') public
_processPrimaryKeys (string $table, bool $asQuery = false) protected
_processForeignKeys (string $table, bool $asQuery = false) protected
phpDG v1.0.0 Forge.php 662 files 498 classes 763 fn
Generated