Interface TeiidPreparedStatement

    • Method Detail

      • submitExecute

        void submitExecute​(StatementCallback callback,
                           RequestOptions options)
                    throws SQLException
        Execute the given statement using a non-blocking callback. This method is only valid for use with embedded connections. Note that a single Statement may only have 1 asynch query executing at a time.
        Parameters:
        callback -
        options -
        Throws:
        SQLException