Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.