Class MySQL
RedBeanPHP MySQLWriter. This is a QueryWriter class for RedBeanPHP. This QueryWriter provides support for the MySQL/MariaDB database platform.
- RedBeanPHP\QueryWriter\AQueryWriter
- RedBeanPHP\QueryWriter\MySQL implements RedBeanPHP\QueryWriter
Namespace: RedBeanPHP\QueryWriter
Copyright:
License: BSD/GPLv2
Author: Gabor de Mooij and the RedBeanPHP Community
File: RedBeanPHP/QueryWriter/MySQL.php
Located at QueryWriter/MySQL.php
Copyright:
(c) G.J.G.T. (Gabor) de Mooij and the RedBeanPHP Community. This source file is subject to the BSD/GPLv2 License that is bundled with this source code in the file license.txt.
License: BSD/GPLv2
Author: Gabor de Mooij and the RedBeanPHP Community
File: RedBeanPHP/QueryWriter/MySQL.php
Located at QueryWriter/MySQL.php
protected
array
|
|
public
|
|
public
integer
|
#
getTypeForID( )
This method returns the datatype to be used for primary key IDS and foreign keys. Returns one if the data type constants. |
public
array
|
|
public
|
|
public
array
|
|
public
integer
|
|
public
integer
|
|
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
|
integer |
C_DATATYPE_BOOL
Data types |
#
0
|
integer |
C_DATATYPE_UINT32
|
#
2
|
integer |
C_DATATYPE_DOUBLE
|
#
3
|
integer |
C_DATATYPE_TEXT7
|
#
4
|
integer |
C_DATATYPE_TEXT8
|
#
5
|
integer |
C_DATATYPE_TEXT16
|
#
6
|
integer |
C_DATATYPE_TEXT32
|
#
7
|
integer |
C_DATATYPE_SPECIAL_DATE
|
#
80
|
integer |
C_DATATYPE_SPECIAL_DATETIME
|
#
81
|
integer |
C_DATATYPE_SPECIAL_POINT
|
#
90
|
integer |
C_DATATYPE_SPECIAL_LINESTRING
|
#
91
|
integer |
C_DATATYPE_SPECIAL_POLYGON
|
#
92
|
integer |
C_DATATYPE_SPECIAL_MONEY
|
#
93
|
integer |
C_DATATYPE_SPECIFIED
|
#
99
|
protected
|
$adapter
|
|
protected
string
|
$quoteCharacter
|
#
'`'
|
$cache,
$defaultValue,
$flagUseCache,
$maxCacheSizePerType,
$renames,
$typeno_sqltype
|