Class MySqlPlatform
-
Doctrine\DBAL\Platforms\MySqlPlatform
-
XLite\Core\MySqlPlatform
Namespace: XLite\
Core
Since:
1.0.0
See:
____class_see____
Located at XLite/Core/MySqlPlatform.php
Methods summary
public
string
|
#
getBooleanTypeDeclarationSQL( array $field )
Get boolean-type declaration SQL
Get boolean-type declaration SQL
Parameters
Returns
string
Since
1.0.0
See
____func_see____
|
public
string
|
#
getBinaryTypeDeclarationSQL( array $field )
Get binary type declaratio nSQL
Get binary type declaratio nSQL
Parameters
- $field
array Field declaration
Returns
string
Since
1.0.0
See
____func_see____
|
protected
string
|
#
getBinaryTypeDeclarationSQLSnippet( integer $length, boolean $fixed )
Get binary type declaration SQL snippet
Get binary type declaration SQL snippet
Parameters
- $length
integer Field length
- $fixed
boolean Fixed type flag
Returns
string
Since
1.0.0
See
____func_see____
|