Class AbstractCallQuery

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String _call  
      protected Identity _lastIdentity  
      protected java.sql.ResultSet _rs  
      protected java.sql.PreparedStatement _stmt  
      protected java.lang.Object[] _values  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractCallQuery​(java.lang.String call, java.lang.Class<?>[] types, java.lang.Class<?> javaClass, int[] sqlTypes)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean absolute​(int row)
      Moves the result of the query to the absolute position in the resultset.
      void close()
      Close the query and release all resources held by the query.
      protected abstract void execute​(java.lang.Object conn, AccessMode accessMode)  
      void execute​(java.lang.Object conn, AccessMode accessMode, boolean scrollable)
      Execute the query with the give connection and lock type.
      void fetch​(ProposedEntity proposedObject)
      Loades the object.
      int getParameterCount()  
      java.lang.Class<?> getParameterType​(int index)  
      java.lang.Class<?> getResultType()
      Returns the type of object returned by this query.
      Identity nextIdentity​(Identity identity)
      Returns the identity of the next object to be returned.
      protected abstract boolean nextRow()  
      void setParameter​(int index, java.lang.Object value)
      Sets the value of a paramter.
      int size()
      Finds the size of the resulting resultset from the query.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait