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 explicitly been set.