Property | Type | Description | |
---|---|---|---|
$connection |
Method | Description | |
---|---|---|
__construct ( |
||
autoIncrement ( string $table, string $column, string $triggerName, string $sequenceName ) : boolean | Function to create auto increment trigger for a table. | |
drop ( string $name ) : boolean | Function to safely drop trigger db object. |
Method | Description | |
---|---|---|
wrapValue ( string $value ) : string | Wrap value if reserved word. |
public __construct ( |
||
$connection |