\LtDbSqlAdapterMysql

Summary

Methods
Properties
Constants
setCharset()
setSchema()
showSchemas()
showTables()
showFields()
beginTransaction()
commit()
rollBack()
limit()
getSchemas()
getTables()
getFields()
detectQueryType()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

setCharset()

setCharset(  $charset) 

Return SQL statements

Parameters

$charset

setSchema()

setSchema(  $schema) 

Parameters

$schema

showSchemas()

showSchemas(  $database) 

Parameters

$database

showTables()

showTables(  $schema) 

Parameters

$schema

showFields()

showFields(  $table) 

Parameters

$table

beginTransaction()

beginTransaction() 

commit()

commit() 

rollBack()

rollBack() 

limit()

limit(  $limit,   $offset) 

Parameters

$limit
$offset

getSchemas()

getSchemas(  $queryResult) 

Retrive recordset

Parameters

$queryResult

getTables()

getTables(  $queryResult) 

Parameters

$queryResult

getFields()

getFields(  $queryResult) 

Parameters

$queryResult

detectQueryType()

detectQueryType(  $sql) 

Parse SQL

Parameters

$sql