Connection.php
system/Database/SQLSRV/Connection.php
1 class
25 methods
class Connection
Connection for SQLSRV
__construct
(array $params)
connect
(bool $persistent = false)
getAllErrorMessages
()
reconnect
()
_close
()
_escapeString
(string $str)
insertID
()
_listTables
(bool $prefixLimit = false, ?string $tableName = null)
_listColumns
($table = '')
_indexData
(string $table)
_foreignKeyData
(string $table)
_disableForeignKeyChecks
()
_enableForeignKeyChecks
()
_fieldData
(string $table)
_transBegin
()
_transCommit
()
_transRollback
()
error
()
affectedRows
()
setDatabase
(?string $databaseName = null)
execute
(string $sql)
getError
()
getPlatform
()
getVersion
()
isWriteType
($sql)