~akiban-technologies/akiban-server/trunk

« back to all changes in this revision

Viewing changes to src/main/java/com/akiban/server/store/SchemaManager.java

merge nwilliams: Change SERIAL back to BY DEFAULT, fix div by zero on maximum range cycling sequence and underlying support for ALTER SEQUENCE.

https://code.launchpad.net/~nwilliams/akiban-server/sequence-fix-and-tweak/+merge/177031

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
     */
139
139
    void alterTableDefinitions(Session session, Collection<ChangedTableDescription> alteredTables);
140
140
 
 
141
    /** ALTER the definition of the given Sequence */
 
142
    void alterSequence(Session session, TableName sequenceName, Sequence newDefinition);
 
143
 
141
144
    /**
142
145
     * Generate a TableDefinition, which includes a canonical 'create table' statement,
143
146
     * schema name, table name, and table ID, for the given table.