프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$lastInsertedIds |
메소드 | 설명 | |
---|---|---|
getAutoIncrementValue ( string $table, string $column ) : mixed | Get auto increment value. | |
getSequenceName ( string $table, string $column ) : string | Returns the name of the affected sequence. | |
lastInsertId ( string $sequenceName = null ) : string | Retrieve the last auto incremet or sequence id. |
public lastInsertId ( string $sequenceName = null ) : string | ||
$sequenceName | string | |
리턴 | string |