PHP 클래스 CI_DB_pdo_4d_forge, TastyIgniter

저자: EllisLab Dev Team
상속: extends CI_DB_pdo_forge
파일 보기 프로젝트 열기: tastyigniter/tastyigniter

보호된 프로퍼티들

프로퍼티 타입 설명
$_create_database string CREATE DATABASE statement
$_create_table_if string CREATE TABLE IF statement
$_default string DEFAULT value representation in CREATE/ALTER TABLE statements
$_drop_database string DROP DATABASE statement
$_drop_table_if string DROP TABLE IF statement
$_rename_table string RENAME TABLE statement
$_unsigned array UNSIGNED support

보호된 메소드들

메소드 설명
_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
_attr_unique ( &$attributes, &$field ) : void Field attribute UNIQUE
_process_column ( array $field ) : string Process column

메소드 상세

_alter_table() 보호된 메소드

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
리턴 string | string[]

_attr_auto_increment() 보호된 메소드

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

_attr_type() 보호된 메소드

Performs a data type mapping between different databases.
protected _attr_type ( &$attributes ) : void
리턴 void

_attr_unique() 보호된 메소드

Field attribute UNIQUE
protected _attr_unique ( &$attributes, &$field ) : void
리턴 void

_process_column() 보호된 메소드

Process column
protected _process_column ( array $field ) : string
$field array
리턴 string

프로퍼티 상세

$_create_database 보호되어 있는 프로퍼티

CREATE DATABASE statement
protected string $_create_database
리턴 string

$_create_table_if 보호되어 있는 프로퍼티

CREATE TABLE IF statement
protected string $_create_table_if
리턴 string

$_default 보호되어 있는 프로퍼티

DEFAULT value representation in CREATE/ALTER TABLE statements
protected string $_default
리턴 string

$_drop_database 보호되어 있는 프로퍼티

DROP DATABASE statement
protected string $_drop_database
리턴 string

$_drop_table_if 보호되어 있는 프로퍼티

DROP TABLE IF statement
protected string $_drop_table_if
리턴 string

$_rename_table 보호되어 있는 프로퍼티

RENAME TABLE statement
protected string $_rename_table
리턴 string

$_unsigned 보호되어 있는 프로퍼티

UNSIGNED support
protected array $_unsigned
리턴 array