PHP 클래스 CI_DB_odbc_forge, TastyIgniter

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_create_table_if string CREATE TABLE IF statement
$_drop_table_if string DROP TABLE IF statement
$_unsigned boolean | array UNSIGNED support

보호된 메소드들

메소드 설명
_attr_auto_increment ( &$attributes, &$field ) : void Field attribute AUTO_INCREMENT

메소드 상세

_attr_auto_increment() 보호된 메소드

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

프로퍼티 상세

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

CREATE TABLE IF statement
protected string $_create_table_if
리턴 string

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

DROP TABLE IF statement
protected string $_drop_table_if
리턴 string

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

UNSIGNED support
protected bool|array $_unsigned
리턴 boolean | array