Flush the cache of autoincrement values being kept by the lcc. This will result in the autoincrement values being written to the SYSCOLUMNS table as well as the mapping used by lastAutoincrementValue
@param tableUUID the table which is being flushed; we need this value toidentify the table for which the autoincrement counter is being maintained.
@exception StandardException thrown on error.
@see LanguageConnectionContext#lastAutoincrementValue
@see org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext#lastAutoincrementValue
@see org.apache.derby.iapi.db.ConnectionInfo#lastAutoincrementValue
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.