perform_create_table


Description:

[ Version ( since = "4.2.3" ) ]
public bool perform_create_table () throws Error

Performs a prepared ServerOperation to create a table.

This could perform an operation created by prepare_create_table or any other using the the ServerOperation API.

Parameters:

this

a valid ServerOperation

Returns:

TRUE if the table was created; FALSE and set error otherwise