ServerOperation.prepareDropTable

This is just a convenient function to create a #GdaServerOperation to drop a table in an opened connection.

class ServerOperation
static
prepareDropTable

Parameters

cnc gda.connection.Connection

an opened connection

tableName string

name of the table to drop

Return Value

Type: gda.server_operation.ServerOperation

a new #GdaServerOperation or null if couldn't create the opereration.

Throws