Propel API
Interface

IDMethod

interface IDMethod

Interface for various ID retrieval method types (i.e.

auto-increment, sequence, ID broker, etc.).

Constants

NATIVE

Key generation via database-specific ID method (i.e.

auto-increment for MySQL, sequence for Oracle, etc.).

NO_ID_METHOD

No RDBMS key generation (keys may be generated by the application).