Class: atkMysqliDDL
Source Location: /db/class.atkmysqliddl.inc
Class atkMysqliDDL
Method Summary
| void |
getGenericType() |
Convert an database specific type to an ATK generic datatype. |
Methods
string buildView(
string
$name, string
$select, string
$with_check_option
)
|
|
Build CREATE VIEW query
Parameters:
|
string |
$name: |
- name of view |
|
string |
$select: |
- SQL SELECT statement |
|
string |
$with_check_option: |
- use SQL WITH CHECK OPTION |
API Tags:
| Return: | CREATE VIEW query string |
Redefinition of:
- atkDDL::buildView()
- Build CREATE VIEW query
string dropView(
string
$name
)
|
|
Build DROP VIEW query
Parameters:
|
string |
$name: |
- name of view |
API Tags:
| Return: | CREATE VIEW query string |
Redefinition of:
- atkDDL::dropView()
- Build DROP VIEW query
void getGenericType(
string
$type
)
|
|
Convert an database specific type to an ATK generic datatype.
Parameters:
|
string |
$type: |
The database specific datatype to convert. |
Redefinition of:
- atkMysqlDDL::getGenericType()
- Convert an database specific type to an ATK generic datatype.