external_functions

0 rows


Description

list of all external functions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
name VARCHAR 200
classname VARCHAR 100
methodname VARCHAR 100
classpath VARCHAR 255 null
component VARCHAR 100
capabilities VARCHAR 255 null

all capabilities that are required to be run by the function (separated by comma)

services VARCHAR 1333 null

all the services (by shortname) where this function must be included

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
extefunc_nam_uix Must be unique Asc name