create


Description:

[ Version ( since = "6.0" ) ]
public abstract bool create (Connection cnc) throws Error

This method executes CREATE operation.

That is, DbTable, DbIndex, and DbView implement corresponding CREATE TABLE | CREATE INDEX | CREATE VIEW operations. DbColumn implements ADD COLUMN operation as part of ALTER TABLE operation.

Parameters:

this

Instance of DdlModifiable

cnc

Opened connection

user_data

Additional information provided by the user