Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

setDatabaseId method

Sets the database id and partition size for global autoincrement.

Syntax
void Connection.setDatabaseId(
  int id,
  int size
) throws ULjException
Parameters
  • id   The database id.

  • size   The size of the partition.