saffron
Interface PreparedResult

All Known Implementing Classes:
PreparedExecution, PreparedExplanation

public interface PreparedResult

PreparedResult represents the result of a call to Statement.prepareSql.

Version:
$Id: //open/saffron/src/main/saffron/PreparedResult.java#2 $
Author:
John V. Sichi

Method Summary
 Object execute()
          Execute the prepared result.
 String getCode()
           
 

Method Detail

getCode

public String getCode()
Returns:
the code generated by preparation

execute

public Object execute()
Execute the prepared result.

Returns:
producer of rows resulting from execution

SourceForge.net_Logo