v1.0.0
English

Forge.php

system/Database/SQLSRV/Forge.php
1 class 11 methods

class Forge

Forge for SQLSRV
__construct (BaseConnection $db) public
createDatabase (string $dbName, bool $ifNotExists = false) public
_createTableAttributes (array $attributes) protected
_alterTable (string $alterType, string $table, $processedFields) protected
_dropIndex (string $table, object $indexData) protected
_processIndexes (string $table, bool $asQuery = false) protected
_processColumn (array $processedField) protected
_attributeType (array &$attributes) protected
_attributeAutoIncrement (array &$attributes, array &$field) protected
_dropTable (string $table, bool $ifExists, bool $cascade) protected
_dropKeyAsConstraint (string $table, string $constraintName) protected
phpDG v1.0.0 Forge.php 662 files 498 classes 763 fn
Generated