Interface Call

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.persistence.internal.queries.DatabaseQueryMechanism buildNewQueryMechanism​(DatabaseQuery query)
      INTERNAL: Return the appropriate mechanism, with the call set as necessary.
      org.eclipse.persistence.internal.queries.DatabaseQueryMechanism buildQueryMechanism​(DatabaseQuery query, org.eclipse.persistence.internal.queries.DatabaseQueryMechanism mechanism)
      INTERNAL: Return the appropriate mechanism, with the call added as necessary.
      java.lang.Object clone()
      INTERNAL: Return a clone of the call.
      java.lang.String getLogString​(org.eclipse.persistence.internal.databaseaccess.Accessor accessor)
      INTERNAL: Return a string appropriate for the session log.
      boolean isFinished()
      INTERNAL: Return whether the call is finished returning all of its results (e.g. a call that returns a cursor will answer false).
      boolean isNothingReturned()
      The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
      boolean isOneRowReturned()
      The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
    • Method Detail

      • buildNewQueryMechanism

        org.eclipse.persistence.internal.queries.DatabaseQueryMechanism buildNewQueryMechanism​(DatabaseQuery query)
        INTERNAL: Return the appropriate mechanism, with the call set as necessary.
      • buildQueryMechanism

        org.eclipse.persistence.internal.queries.DatabaseQueryMechanism buildQueryMechanism​(DatabaseQuery query,
                                                                                            org.eclipse.persistence.internal.queries.DatabaseQueryMechanism mechanism)
        INTERNAL: Return the appropriate mechanism, with the call added as necessary.
      • clone

        java.lang.Object clone()
        INTERNAL: Return a clone of the call.
      • getLogString

        java.lang.String getLogString​(org.eclipse.persistence.internal.databaseaccess.Accessor accessor)
        INTERNAL: Return a string appropriate for the session log.
      • isFinished

        boolean isFinished()
        INTERNAL: Return whether the call is finished returning all of its results (e.g. a call that returns a cursor will answer false).
      • isNothingReturned

        boolean isNothingReturned()
        The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
      • isOneRowReturned

        boolean isOneRowReturned()
        The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.