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

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

 

createTable function

Creates a new table in the database.

Syntax
TableSchema Connection.createTable(
  String table_name
) throws ULjException
Parameters
  • table_name   The name of table to create.

Remarks

This method can only be executed when the connected database is in schema creation mode.

Returns

The TableSchema object for the new table.

See also