Class SQLCreateViewStatement

    • Constructor Detail

      • SQLCreateViewStatement

        public SQLCreateViewStatement()
      • SQLCreateViewStatement

        public SQLCreateViewStatement​(DbType dbType)
    • Method Detail

      • isGlobal

        public boolean isGlobal()
      • setGlobal

        public void setGlobal​(boolean global)
      • computeName

        public String computeName()
      • getSchema

        public String getSchema()
      • isOrReplace

        public boolean isOrReplace()
      • setOrReplace

        public void setOrReplace​(boolean orReplace)
      • setName

        public void setName​(SQLName name)
      • setName

        public void setName​(String name)
      • isWithCheckOption

        public boolean isWithCheckOption()
      • setWithCheckOption

        public void setWithCheckOption​(boolean withCheckOption)
      • isWithCascaded

        public boolean isWithCascaded()
      • setWithCascaded

        public void setWithCascaded​(boolean withCascaded)
      • isWithLocal

        public boolean isWithLocal()
      • setWithLocal

        public void setWithLocal​(boolean withLocal)
      • isWithReadOnly

        public boolean isWithReadOnly()
      • setWithReadOnly

        public void setWithReadOnly​(boolean withReadOnly)
      • getSubQuery

        public SQLSelect getSubQuery()
      • setSubQuery

        public void setSubQuery​(SQLSelect subQuery)
      • isIfNotExists

        public boolean isIfNotExists()
      • setIfNotExists

        public void setIfNotExists​(boolean ifNotExists)
      • getAlgorithm

        public String getAlgorithm()
      • setAlgorithm

        public void setAlgorithm​(String algorithm)
      • getDefiner

        public SQLName getDefiner()
      • setDefiner

        public void setDefiner​(SQLName definer)
      • getSqlSecurity

        public String getSqlSecurity()
      • setSqlSecurity

        public void setSqlSecurity​(String sqlSecurity)
      • isForce

        public boolean isForce()
      • setForce

        public void setForce​(boolean force)
      • isTemporary

        public boolean isTemporary()
      • setTemporary

        public void setTemporary​(boolean temporary)
      • isOnCluster

        public boolean isOnCluster()
      • setOnCluster

        public void setOnCluster​(boolean onCluster)
      • setTo

        public void setTo​(SQLName x)