AbsaOSS / ultet

Database deployment tool
Apache License 2.0
3 stars 0 forks source link

Class (hierarchy) representing function #20

Closed benedeki closed 1 year ago

benedeki commented 1 year ago

Background

Class representing a DB function in its basic form.

Feature

Design the class to represent a database function. There probably should be sub-classes for function sourcing from DB and from source text file.

Proposed Solution [Optional]

Solution Ideas:

  1. Sub-classes then represent function read from file or from database
  2. File sourced function is created
  3. DB sourced function is dropped