Class VSQLProcess

    • Constructor Detail

      • VSQLProcess

        public VSQLProcess()
    • Method Detail

      • init

        public void init​(int WindowNo,
                         FormFrame frame)
        Initialize Panel
        Specified by:
        init in interface FormPanel
        Parameters:
        WindowNo - window
        frame - frame
      • dispose

        public void dispose()
        Dispose - Free Resources
        Specified by:
        dispose in interface FormPanel
      • processStatements

        public static String processStatements​(String sqlStatements,
                                               boolean allowDML)
        Process SQL Statements
        Parameters:
        sqlStatements - one or more statements separated by ;
        allowDML - allow DML statements
        Returns:
        result
      • processStatement

        public static String processStatement​(String sqlStatement,
                                              boolean allowDML)
        Process SQL Statements
        Parameters:
        sqlStatement - one statement
        allowDML - allow DML statements
        Returns:
        result