java.lang.Object
com.jsql.model.accessible.vendor.postgres.Udf
All Implemented Interfaces:
Serializable

public class Udf extends Object implements Serializable
See Also:
  • Constructor Details

    • Udf

      public Udf()
  • Method Details

    • getExtension

      public Extension getExtension()
    • setExtension

      public void setExtension(Extension extension)
    • getPlpython

      public String getPlpython()
    • setPlpython

      public void setPlpython(String plpython)
    • getPlperl

      public String getPlperl()
    • setPlperl

      public void setPlperl(String plperl)
    • getPlsh

      public String getPlsh()
    • setPlsh

      public void setPlsh(String plsh)
    • getRunFunc

      public String getRunFunc()
    • setRunFunc

      public void setRunFunc(String runFunc)
    • getSql

      public Sql getSql()
    • setSql

      public void setSql(Sql sql)
    • getDropFunc

      public String getDropFunc()
    • setDropFunc

      public void setDropFunc(String dropFunc)
    • getArchive

      public Archive getArchive()
    • setArchive

      public void setArchive(Archive archive)
    • getProgram

      public Program getProgram()
    • setProgram

      public void setProgram(Program program)
    • getPltcl

      public String getPltcl()
    • setPltcl

      public void setPltcl(String pltcl)
    • getPlr

      public String getPlr()
    • setPlr

      public void setPlr(String plr)
    • getPllua

      public String getPllua()
    • setPllua

      public void setPllua(String pllua)
    • getLibrary

      public Library getLibrary()
    • setLibrary

      public void setLibrary(Library library)