Class Connection
Representation of database connection.
Common configuration: (see also driver specific configuration)
- tablePrefix => prefix for table names
- lazy (bool) => If TRUE, connection will be established only when required.
- result - detectTypes (bool) => Detect column types automatically - formatDate => Date/time format (empty for DateTime instance).
- rowClass => Name of class to use as a row class.
- Neevo\Connection implements Neevo\ObservableInterface, ArrayAccess
Methods summary
public
|
#
__construct( array|string|
Establishes a connection. |
public
|
|
public
|
|
public
mixed
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
#
attachObserver(
Attaches given observer to given $event. |
public
|
|
public
|
|
public
mixed
|
|
public
boolean
|
|
public static
|
|
protected
|
|
protected
boolean
|
|
protected
boolean
|