v1.0.0
English

Connection.php

system/Database/MySQLi/Connection.php
1 class 22 methods

class Connection

Connection for MySQLi
connect (bool $persistent = false) public
reconnect () public
_close () protected
setDatabase (string $databaseName) public
getVersion () public
execute (string $sql) protected
prepQuery (string $sql) protected
affectedRows () public
_escapeString (string $str) protected
escapeLikeStringDirect ($str) public
_listTables (bool $prefixLimit = false, ?string $tableName = null) protected
_listColumns ($table = '') protected
_fieldData (string $table) protected
_indexData (string $table) protected
_foreignKeyData (string $table) protected
_disableForeignKeyChecks () protected
_enableForeignKeyChecks () protected
error () public
insertID () public
_transBegin () protected
_transCommit () protected
_transRollback () protected
phpDG v1.0.0 Connection.php 662 files 498 classes 763 fn
Generated