Class: atkMsSqlDDL
Source Location: /db/class.atkmssqlddl.inc
Class atkMsSqlDDL
Method Summary
| void |
getGenericType() |
Convert an database specific type to an ATK generic datatype. |
| void |
getType() |
Convert an ATK generic datatype to a database specific type. |
Methods
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:
- atkDDL::getGenericType()
- Convert an database specific type to an ATK generic datatype.
void getType(
string
$generictype
)
|
|
Convert an ATK generic datatype to a database specific type.
Parameters:
|
string |
$generictype: |
The datatype to convert. |
Redefinition of:
- atkDDL::getType()
- Convert an ATK generic datatype to a database specific type.