Visual Cafe Pro Language Reference Method index | Bottom

Interface: symantec.itools.db.pro.ProjLink

Purpose Binds a Java object to a single projection for a RelationView's current row.
Syntax public interface ProjLink
extends Object
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

Method Index

Top | Bottom
init(ProjBinder)
 o Initializes an object when you bind the object to a RelationView's projection.
notifyDataChange(ProjBinder)
 o Indicates that the current record's data for a ProjBinder's RelationView changed.
notifySetData(ProjBinder)
 o Indicates that the current record's data for a ProjBinder's RelationView changed.

Method index | Top

Copyright © 1996 Symantec Corporation. All rights reserved.