◆ clearTables() [1/2]
| inline |
Clears (drops) tables in the database cluster.
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| request_ | Request object containing the parameters for the operation. |
Definition at line 16579 of file KineticaFunctions.cs.
◆ clearTables() [2/2]
| inline |
Clears (drops) tables in the database cluster.
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| table_names | Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.conf parameter ‘disable_clear_all’. The default value is an empty List. |
| options | Optional parameters.
|
Definition at line 16654 of file KineticaFunctions.cs.
◆ ClearTablesAsync() [1/2]
| inline |
Clears (drops) tables in the database cluster.
(async)
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16599 of file KineticaFunctions.cs.
◆ ClearTablesAsync() [2/2]
| inline |
Clears (drops) tables in the database cluster.
(async)
The operation is synchronous meaning that the tables will be cleared before the function returns. The response payload returns the status of the operation for each table requested.
| table_names | Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules. Must be existing tables. Empty list clears all available tables, though this behavior is be prevented by default via gpudb.conf parameter ‘disable_clear_all’. The default value is an empty List. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16710 of file KineticaFunctions.cs.