Class PDODriver
Neevo PDO driver (PHP extension 'pdo') Experimental!
Driver configuration:
- dsn => Driver-specific DSN
- username
- password
- options (array) => Driver-specific options for Neevo\Drivers\PDO::__construct
- resource (instance of PDO) => Existing PDO connection
- lazy, table_prefix... => see
Neevo\Connection
- Neevo\Parser
-
Neevo\Drivers\PDODriver
implements
Neevo\DriverInterface
Methods summary
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
array
|
|
public
boolean
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
integer
|
|
public
mixed
|
|
public
mixed
|
|
public
string|null
|
#
getPrimaryKey( string $table, mixed $resultSet = null )
Returns the PRIMARY KEY column for given table. |
public
array
|
#
getColumnTypes(
Returns types of columns in given result set. |
protected
string
|
|
protected
string
|
|
protected
string
|
|
public
|
|
public
string
|
Methods inherited from Neevo\Parser
applyModifiers(),
escapeValue(),
parse(),
parseFieldName(),
parseGrouping(),
parseInsertStmt(),
parseSelectStmt(),
parseSorting(),
parseSource(),
parseWhere(),
tryDelimite()