

Public Member Functions | |
| getNewId ($sequence= 'admin', $tableGenerator= 'cm_sequence') | |
| getNextValue ($sequence= 'admin', $tableGenerator= 'cm_sequence') | |
Private Attributes | |
| $tableGenerator = "cm_sequence" | |
Definition at line 3 of file midgenerator.class.
| ODBCIdGenerator::getNewId | ( | $ | sequence = 'admin', |
|
| $ | tableGenerator = 'cm_sequence' | |||
| ) |
Reimplemented from MIdGenerator.
Definition at line 7 of file midgenerator.class.
References $tableGenerator, and getNextValue().
Here is the call graph for this function:

| ODBCIdGenerator::getNextValue | ( | $ | sequence = 'admin', |
|
| $ | tableGenerator = 'cm_sequence' | |||
| ) |
Reimplemented from MIdGenerator.
Definition at line 13 of file midgenerator.class.
References $tableGenerator, and MIdGenerator::$value.
Referenced by getNewId().
Here is the caller graph for this function:

ODBCIdGenerator::$tableGenerator = "cm_sequence" [private] |