Purpose | Binds a Java object to a single projection for a RelationView's current row. |
---|---|
Syntax | public interface ProjLink
|
Description | ProjLink binds a Java object to a single projection for a RelationView's current row. The Projection class implements this interface.
When the RelationView's current row changes, the dbANYWHERE Server automatically sends a data change notification to the Java object through ProjLink. If the Java object can change values in the database, the Java object should use ProjLink to send these changes to the dbANYWHERE Server. |
See also | ProjBinder
RelationView |
Copyright © 1996 Symantec Corporation. All rights reserved.