|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamContainerHandle
A Stream Container handle
Field Summary | |
---|---|
static int |
TEMPORARY_SEGMENT
|
Method Summary | |
---|---|
void |
close()
Close me. |
boolean |
fetchNext(DataValueDescriptor[] row)
Fetch the next record. |
void |
getContainerProperties(java.util.Properties prop)
Request the system properties associated with a container. |
ContainerKey |
getId()
Return my identifier. |
void |
removeContainer()
remove the stream container |
Field Detail |
---|
static final int TEMPORARY_SEGMENT
Method Detail |
---|
ContainerKey getId()
void getContainerProperties(java.util.Properties prop) throws StandardException
Request the value of properties that are associated with a stream table. The following properties can be requested: derby.storage.streamFileBufferSize
To get the value of a particular property add it to the property list, and on return the value of the property will be set to it's current value. For example: get_prop(ConglomerateController cc) { Properties prop = new Properties(); prop.put("derby.storage.streamFileBufferSize", ""); cc.getTableProperties(prop); System.out.println( "table's buffer size = " + prop.getProperty("derby.storage.streamFileBufferSize"); }
prop
- Property list to fill in.
StandardException
- Standard exception policy.boolean fetchNext(DataValueDescriptor[] row) throws StandardException
Locking Policy
No locks.
row
- Row to be filled in with information from the record.
StandardException
- Standard Derby error policyvoid close()
ref.close(); ref = null;
void removeContainer() throws StandardException
StandardException
- Standard Derby error policy
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |