PHP Class CI_DB_odbc_forge, TastyIgniter

Author: EllisLab Dev Team
Inheritance: extends CI_DB_forge
Datei anzeigen Open project: tastyigniter/tastyigniter

Protected Properties

Property Type Description
$_create_table_if string CREATE TABLE IF statement
$_drop_table_if string DROP TABLE IF statement
$_unsigned boolean | array UNSIGNED support

Protected Methods

Method Description
_attr_auto_increment ( &$attributes, &$field ) : void Field attribute AUTO_INCREMENT

Method Details

_attr_auto_increment() protected method

Field attribute AUTO_INCREMENT
protected _attr_auto_increment ( &$attributes, &$field ) : void
return void

Property Details

$_create_table_if protected_oe property

CREATE TABLE IF statement
protected string $_create_table_if
return string

$_drop_table_if protected_oe property

DROP TABLE IF statement
protected string $_drop_table_if
return string

$_unsigned protected_oe property

UNSIGNED support
protected bool|array $_unsigned
return boolean | array