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 参考 » UltraLiteJ API 参考 » Connection 接口

 

createDomain 方法

创建可变大小的域。

语法
Domain Connection.createDomain(
  int type,
  int size
) throws ULjException
参数
  • type   域类型。

  • size   域大小。

返回值

具有给定类型的域。