Interface Meta.PrepareCallback

  • Enclosing interface:
    Meta

    public static interface Meta.PrepareCallback
    API to put a result set into a statement, being careful to enforce thread-safety and not to overwrite existing open result sets.
    • Method Detail

      • getMonitor

        java.lang.Object getMonitor()
      • clear

        void clear()
            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • assign

        void assign​(Meta.Signature signature,
                    Meta.Frame firstFrame,
                    long updateCount)
             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • execute

        void execute()
              throws java.sql.SQLException
        Throws:
        java.sql.SQLException