External Functions Table Schema (external_functions)


Description

list of all external functions

external_functions table 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

Table contained -1 rows

external_functions table indexes

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