SqlStatement.deleteTakeTableName
void deleteTakeTableName(gobject.value.Value value)Sets the name of the table to delete from in stmt. value's ownership is transferred to stmt (which means stmt is then responsible for freeing it when no longer needed).
Parameters
value | a table name as a G_TYPE_STRING #GValue |