Class ViewDefinition

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class ViewDefinition
    extends DatabaseObjectDefinition

    Purpose: Allow for creation of views.

    See Also:
    Serialized Form
    • Field Detail

      • selectClause

        protected java.lang.String selectClause
    • Constructor Detail

      • ViewDefinition

        public ViewDefinition()
    • Method Detail

      • getSelectClause

        public java.lang.String getSelectClause()
        The select clause is the select statement that is mapped into the view. This is database specific SQL code.
      • setSelectClause

        public void setSelectClause​(java.lang.String selectClause)
        The select clause is the select statement that is mapped into the view. This is database specific SQL code.