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 接口

 

createTable 方法

在数据库中创建新表。

语法
TableSchema Connection.createTable(
  String table_name
) throws ULjException
参数
  • table_name   要创建的表的名称。

注释

仅当连接的数据库处于 "模式创建" 模式时才能执行此方法。

返回值

新表的 TableSchema 对象。

另请参见