vishnu.life
Interface Response

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ResponseImpl

public interface Response
extends java.io.Serializable

Author:
Mariano Tepper
 

Method Summary
 java.lang.String getExecutionPlan()
           
 RecordSet getRecordSet()
           
 TableSignature getSignature()
           
 boolean isQuery()
           
 

Method Detail

getExecutionPlan

java.lang.String getExecutionPlan()

isQuery

boolean isQuery()

getRecordSet

RecordSet getRecordSet()

getSignature

TableSignature getSignature()