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

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

    • Library

      public Library()
  • Method Details

    • getDropFunc

      public String getDropFunc()
    • setDropFunc

      public void setDropFunc(String dropFunc)
    • getCreateFunction

      public String getCreateFunction()
    • setCreateFunction

      public void setCreateFunction(String createFunction)
    • getRunFunc

      public String getRunFunc()
    • setRunFunc

      public void setRunFunc(String runFunc)
    • getLoFromText

      public String getLoFromText()
    • setLoFromText

      public void setLoFromText(String loFromText)
    • getLoToFile

      public String getLoToFile()
    • setLoToFile

      public void setLoToFile(String loToFile)