com.ibm.websphere.query.base
Interface ISelect

All Superinterfaces:
IStringBuilder, java.io.Serializable
All Known Implementing Classes:
Select

public interface ISelect
extends IStringBuilder

An ISelect implementation identifies the attributes which should be returned by the query in the result set.


Method Summary
 java.util.List getAttributes()
           
 void setAttributes(java.util.List attributes)
           
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

setAttributes

void setAttributes(java.util.List attributes)

getAttributes

java.util.List getAttributes()