Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在数据库中创建新表。
TableSchema Connection.createTable( String table_name ) throws ULjException
table_name 要创建的表的名称。
仅当连接的数据库处于 "模式创建" 模式时才能执行此方法。
新表的 TableSchema 对象。