Purpose | Binds a Projection object to a RelationView's projection. |
---|---|
Hierarchy | java.lang.Object
|
Syntax | public class ProjBinder
|
Description | ProjBinder binds a Projection object to a RelationView's projection. ProjBinder is a hidden object. |
See also | RelationView |
Purpose | Returns the name of a ProjBinder's column. |
---|---|
Syntax | public String getColumnName( ) throws SQLException
|
Parameters | None. |
Description | Return String containing the name of the column that this ProjBinder is bound to. |
Purpose | Returns the RelationView of a ProjBinder's column. |
---|---|
Syntax | public RelationView getRelationView( ) throws SQLException
|
Parameters | None. |
Description | Return the RelationView of the column that this ProjBinder is bound to. |
Copyright © 1996 Symantec Corporation. All rights reserved.