PHP Class CI_DB_sqlsrv_forge, TastyIgniter

Inheritance: extends CI_DB_forge
Afficher le fichier Open project: tastyigniter/tastyigniter

Protected Properties

Свойство Type Description
$_create_table_if string CREATE TABLE IF statement
$_drop_table_if string DROP TABLE IF statement
$_unsigned array UNSIGNED support

Méthodes protégées

Méthode Description
_alter_table ( string $alter_type, string $table, mixed $field ) : string | string[] ALTER TABLE
_attr_auto_increment ( &$attributes, &$field ) : void Field attribute AUTO_INCREMENT
_attr_type ( &$attributes ) : void Field attribute TYPE

Method Details

_alter_table() protected méthode

ALTER TABLE
protected _alter_table ( string $alter_type, string $table, mixed $field ) : string | string[]
$alter_type string ALTER type
$table string Table name
$field mixed Column definition
Résultat string | string[]

_attr_auto_increment() protected méthode

Field attribute AUTO_INCREMENT
protected _attr_auto_increment ( &$attributes, &$field ) : void
Résultat void

_attr_type() protected méthode

Performs a data type mapping between different databases.
protected _attr_type ( &$attributes ) : void
Résultat void

Property Details

$_create_table_if protected_oe property

CREATE TABLE IF statement
protected string $_create_table_if
Résultat string

$_drop_table_if protected_oe property

DROP TABLE IF statement
protected string $_drop_table_if
Résultat string

$_unsigned protected_oe property

UNSIGNED support
protected array $_unsigned
Résultat array