Class CreateView

    • Field Detail

      • view

        private Table view
      • select

        private Select select
      • orReplace

        private boolean orReplace
      • materialized

        private boolean materialized
      • secure

        private boolean secure
      • withReadOnly

        private boolean withReadOnly
      • ifNotExists

        private boolean ifNotExists
      • viewCommentOptions

        private java.util.List<java.lang.String> viewCommentOptions
    • Constructor Detail

      • CreateView

        public CreateView()
    • Method Detail

      • getView

        public Table getView()
      • setView

        public void setView​(Table view)
      • isOrReplace

        public boolean isOrReplace()
      • setOrReplace

        public void setOrReplace​(boolean orReplace)
        Parameters:
        orReplace - was "OR REPLACE" specified?
      • getSelect

        public Select getSelect()
      • setSelect

        public void setSelect​(Select select)
      • isMaterialized

        public boolean isMaterialized()
      • setMaterialized

        public void setMaterialized​(boolean materialized)
      • setForce

        public void setForce​(ForceOption force)
      • isSecure

        public boolean isSecure()
      • setSecure

        public void setSecure​(boolean secure)
      • isWithReadOnly

        public boolean isWithReadOnly()
      • setWithReadOnly

        public void setWithReadOnly​(boolean withReadOnly)
      • isIfNotExists

        public boolean isIfNotExists()
      • setIfNotExists

        public void setIfNotExists​(boolean ifNotExists)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • appendForceOptionIfApplicable

        private void appendForceOptionIfApplicable​(java.lang.StringBuilder sql)
      • withOrReplace

        public CreateView withOrReplace​(boolean orReplace)
      • withMaterialized

        public CreateView withMaterialized​(boolean materialized)
      • withWithReadOnly

        public CreateView withWithReadOnly​(boolean withReadOnly)
      • getViewCommentOptions

        public java.util.List<java.lang.String> getViewCommentOptions()
      • setViewCommentOptions

        public void setViewCommentOptions​(java.util.List<java.lang.String> viewCommentOptions)