|
Previous Page |
Solar_Sql_Adapter_Mysql |
Next Page |
_modAutoincPrimary()
protected
void
_modAutoincPrimary (
string &$coldef,
bool $autoinc,
bool $primary
)
Given a column definition, modifies the auto-increment and primary-key clauses in place.
Parameters
- (string)
&$coldef: The column definition as it is now. - (bool)
$autoinc: Whether or not this is an auto-increment column. - (bool)
$primary: Whether or not this is a primary-key column.
Returns
- (void)
Description
Given a column definition, modifies the auto-increment and primary-key clauses in place.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _checkIdentifier()
- _createSequence()
- _dropIndex()
- _dropSequence()
- _dsn()
- _exception()
- _fetchTableCols()
- _fetchTableList()
- _getCacheKey()
- _getDefault()
- _getTypeSizeScope()
- _modAutoincPrimary()
- _modIndexName()
- _modSelect()
- _modSequenceName()
- _nextSequence()
- _postConnect()
- _select()
- _sqlColdef()
- _sqlCreateTable()
- _sqlSelect()
- addColumn()
- apiVersion()
- begin()
- commit()
- connect()
- createIndex()
- createSequence()
- createTable()
- delete()
- disconnect()
- dropColumn()
- dropIndex()
- dropSequence()
- dropTable()
- dump()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchTableCols()
- fetchTableList()
- fetchValue()
- getPdo()
- getProfile()
- insert()
- lastInsertId()
- locale()
- nextSequence()
- query()
- quote()
- quoteInto()
- quoteMulti()
- rollback()
- setProfiling()
- update()