v1.0.0
English

Connection.php

system/Database/SQLite3/Connection.php
1 class 23 methods

class Connection

Connection for SQLite3
initialize () public
connect (bool $persistent = false) public
reconnect () public
_close () protected
setDatabase (string $databaseName) public
getVersion () public
execute (string $sql) protected
affectedRows () public
_escapeString (string $str) protected
_listTables (bool $prefixLimit = false, ?string $tableName = null) protected
_listColumns ($table = '') protected
getFieldNames ($tableName) public
_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
supportsForeignKeys () public
phpDG v1.0.0 Connection.php 662 files 498 classes 763 fn
Generated