DbRoutine - do-/node-doix-db GitHub Wiki

DbRoutine is a DbObject descendant describing a stored piece of executable code.

This class is considered abstract, instances must be DbProcedures, DbFunctions or, maybe, some vendor specific objects.

Properties

See DbObject's Properties

Name Type Description Notes
lang String The programming language name Such as 'SQL'
parameters [DbRoutineParameter] Parameter list [] by default
body String The source code In lang
options [String] Miscellaneous options Vendor specific, [] by default