Relational Database Driver Interface
Parameter | Type | Description |
---|
$config | Map | |
Parameter | Type | Description |
---|
$dsn | string | |
$username | string | |
$password | string | |
$driverOptions | array | |
public setTimezone({Array})
Parameter | Type | Description |
---|
$tz | string | |
Parameter | Type | Description |
---|
$table | string | |
public beginTransaction({Array})
public inTransaction({Array})
public schemaExists({Array})
Parameter | Type | Description |
---|
$schema | string | |
public getAttribute({Array})
Parameter | Type | Description |
---|
$attribute | int | |
public setAttribute({Array})
Parameter | Type | Description |
---|
$attribute | int | |
$value | mixed | |
public lastInsertId({Array})
Parameter | Type | Description |
---|
$value | mixed | |
public quoteSpecial({Array})
Parameter | Type | Description |
---|
$value | mixed | |
Parameter | Type | Description |
---|
$sql | string | |
Parameter | Type | Description |
---|
$sql | string | |
Parameter | Type | Description |
---|
$sql | string | |
Parameter | Type | Description |
---|
$tableName | string | |
$fields | mixed | |
$returning | string | |
$conflictTarget | string | |
$conflictUpdate | mixed | |
$table | Table | |
Parameter | Type | Description |
---|
$table | string | |
$fields | mixed | |
$criteria | array | |
$from | array | |
$returning | string | |
$tables | array | |
Parameter | Type | Description |
---|
$table | string | |
$criteria | array | |
$from | array | |
public deleteAll({Array})
Parameter | Type | Description |
---|
$table | string | |
Generated by Hazaar API Doc Generator