Mnet Rpc Table Schema (mnet_rpc)


Description

Functions or methods that we may publish or subscribe to

mnet_rpc table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null

Unique Function ID

functionname VARCHAR 40
xmlrpcpath VARCHAR 80
plugintype VARCHAR 20
pluginname VARCHAR 20
enabled BIT 1 0
help LONGTEXT 2147483647 null
profile LONGTEXT 2147483647 null

Method signature

filename VARCHAR 100
classname VARCHAR 150 null
static BIT 1 null

Table contained -1 rows

mnet_rpc table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
mnetrpc_enaxml_ix Performance Asc/Asc enabled + xmlrpcpath