dropIPCInMemoryTable
Syntax
dropIPCInMemoryTable(tableName)
Arguments
tableName is a string indicating the name of IPC in-memory table to be dropped.
Details
Drop an IPC in-memory table.
Note:
- This function can only be executed on Linux.
- An IPC in-memory table cannot be deleted if a server is shut down. It
still needs to be deleted through function
dropIPCInMemoryTable
.
Examples
Drop the table ipc_table created by function createIPCInMemoryTable.
dropIPCInMemoryTable(`ipc_table)
// output
ipc_table