|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int TEMPORARY_SEGMENT
Method Detail |
public ContainerKey getId()
public 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.public boolean fetchNext(DataValueDescriptor[] row) throws StandardException
Locking Policy
No locks.
row
- Row to be filled in with information from the record.
StandardException
- Standard Cloudscape error policypublic void close()
ref.close(); ref = null;
public void removeContainer() throws StandardException
StandardException
- Standard Cloudscape error policy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |