createDomain method

Creates a variable size Domain.

Syntax
Domain Connection.createDomain(
  int type,
  int size,
  int scale
) throws ULjException
Parameters
  • type   The domain type.

  • size   The size of the domain.

  • scale   The scale of the domain.

Returns

The Domain of the given type.