Mnet Remote Rpc Table Schema (mnet_remote_rpc)


Description

This table describes functions that might be called remotely (we have less information about them than local functions)

mnet_remote_rpc table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
functionname VARCHAR 40
xmlrpcpath VARCHAR 80
plugintype VARCHAR 20
pluginname VARCHAR 20
enabled BIT 1 null

Table contained -1 rows

mnet_remote_rpc table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id