borland Packages  Class Hierarchy  datastore Package  Index 

StreamProperties class

java.lang.Object
   +----borland.datastore.StreamProperties

About the StreamProperties class

Properties  Methods  
The StreamProperties class contains properties for a DataStore stream. An instance of this class is returned using the DataStore.getStreamProperties() method.

StreamProperties properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

StreamProperties methods

Methods implemented in java.lang.Object


StreamProperties properties

caseInsensitive

 public final boolean isCaseInsensitive()
Read-only property that returns true if the stream type is DataStore.SECOND_INDEX_STREAM and it is a caseInsensitive secondary index.

columns

 public final Column[] getColumns()
Read-only property that returns an array of Columns if this is a stream type of DataStore.TABLE_STREAM or DataStore.SECOND_INDEX_STREAM.

descending

 public final boolean isDescending()
Read-only property that returns true if the stream type is DataStore.SECOND_INDEX_STREAM and it is a descending order secondary index.