Class SQLStatementChooserPanel

    • Field Detail

      • m_DialogSQL

        protected SQLStatementDialog m_DialogSQL
        the dialog for editing the SQL statement.
    • Constructor Detail

      • SQLStatementChooserPanel

        public SQLStatementChooserPanel()
        Initializes the panel with default statement.
      • SQLStatementChooserPanel

        public SQLStatementChooserPanel​(SQLStatement sql)
        Initializes the panel with the given sql statement.
        Parameters:
        sql - the statement to use