prepare_create
Description:
[ Version ( since = "6.0" ) ]
public bool prepare_create (ServerOperation op, bool ifnotexists) throws Error
public bool prepare_create (ServerOperation op, bool ifnotexists) throws Error
Populate op with information stored in this.
This method sets op to execute CREATE_TABLE operation.
Parameters:
| this |
a DbTable instance |
| op |
an instance of ServerOperation to populate. |
| ifnotexists |
Set it to TRUE if "IF NOT EXISTS" should be added |
Returns:
|
true if no error occured and false otherwise. |