Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Ouzo
Db
Dialect
MySqlDialect
PHP Class Ouzo\Db\Dialect\MySqlDialect
Inheritance:
extends
Dialect
显示文件
Open project: letsdrink/ouzo
Class Usage Examples
Public Methods
Method
Description
batchInsert
(
$table
,
$primaryKey
,
$columns
,
$batchSize
)
getConnectionErrorCodes
( )
getErrorCode
(
$errorInfo
)
regexpMatcher
( )
table
( )
using
( )
Protected Methods
Method
Description
insertEmptyRow
( )
quote
(
$word
)
Method Details
batchInsert()
public
method
public
batchInsert
(
$table
,
$primaryKey
,
$columns
,
$batchSize
)
getConnectionErrorCodes()
public
method
public
getConnectionErrorCodes
( )
getErrorCode()
public
method
public
getErrorCode
(
$errorInfo
)
insertEmptyRow()
protected
method
protected
insertEmptyRow
( )
quote()
protected
method
protected
quote
(
$word
)
regexpMatcher()
public
method
public
regexpMatcher
( )
table()
public
method
public
table
( )
using()
public
method
public
using
( )