Method | Description | |
---|---|---|
getAutoIncrementValue ( string $table, string $column ) : mixed | Get auto increment value. | |
getSequenceName ( string $table, string $column ) : string | Returns the name of the affected sequence. | |
quoteIdentifier ( string $identifier ) : string | Custom quote identifier method. |
public quoteIdentifier ( string $identifier ) : string | ||
$identifier | string | |
return | string |