Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectstyle.cayenne.access.trans
Interface SelectQueryTranslator  view SelectQueryTranslator download SelectQueryTranslator.java

All Known Implementing Classes:
ProcedureTranslator, SelectTranslator, SqlSelectTranslator

public interface SelectQueryTranslator

Interface that defines common API for SELECT translators.


Method Summary
 org.objectstyle.cayenne.access.util.ResultDescriptor getResultDescriptor(java.sql.ResultSet rs)
          Returns a descriptor that contains information needed for the ResultSet processing.
 

Method Detail

getResultDescriptor

public org.objectstyle.cayenne.access.util.ResultDescriptor getResultDescriptor(java.sql.ResultSet rs)
Returns a descriptor that contains information needed for the ResultSet processing.