prepare_create
Description:
[ Version ( since = "6.0" ) ]
public bool prepare_create (ServerOperation op, uint order) throws Error
public bool prepare_create (ServerOperation op, uint order) throws Error
This method populate op with information stored in this.
Parameters:
| this |
a DbColumn instance |
| op |
a ServerOperation instance to update for TABLE_CREATE operation |
| order |
Order number for the column |
Returns:
|
true if successful, false otherwise. |