Sets the database ID for global autoincrement.
void Connection.setDatabaseId(int id) throws ULjException
id The database ID.
The database ID does not have a default value.
During an INSERT, GLOBAL AUTOINCREMENT columns have NULL values inserted unless a database ID has been set explicitly.