Class MySqlShowStatusStatement

    • Constructor Detail

      • MySqlShowStatusStatement

        public MySqlShowStatusStatement()
    • Method Detail

      • isGlobal

        public boolean isGlobal()
      • setGlobal

        public void setGlobal​(boolean global)
      • isSession

        public boolean isSession()
      • setSession

        public void setSession​(boolean session)
      • getLike

        public SQLExpr getLike()
      • setLike

        public void setLike​(SQLExpr like)
      • getWhere

        public SQLExpr getWhere()
      • setWhere

        public void setWhere​(SQLExpr where)