osalvador / tePLSQL

PL/SQL Template engine
http://osalvador.github.io/tePLSQL/
MIT License
63 stars 18 forks source link

allow additional methods for retrieving raw template CLOB #17

Closed MikeKutz closed 8 years ago

MikeKutz commented 8 years ago

Currently, there are two methods for retrieving the raw template CLOB.

Other methods should be allowed.

Technical requirement: It should be easy to incorporated new methods into the package.

Analysis: Refactoring of certain parts of the code is needed to meet technical requirement.

Implementation Recommendation:

(*)Support for JSON, if desired, can be easily implemented.

Please assign to me as my fork has already implemented this.

MK

MikeKutz commented 8 years ago

example of other methods

MK