|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionDirectoryItem
This interface enables you to retrieve and set the connection.
Method Summary | |
---|---|
IConnection |
getConnection()
Returns the Connection object. |
void |
setConnection(IConnection connection)
Sets the Connection object. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.IDirectoryItem |
---|
getChildren, getChildrenFetched, getIsLeaf, getName, getUID, setChildren, setChildrenFetched |
Method Detail |
---|
IConnection getConnection()
Returns the Connection
object.
The Connection
object can be used to
get and set information about a data source and the
tables that it contains.
IConnection
object.void setConnection(IConnection connection)
Sets the Connection
object.
The Connection
object can be used to
get and set information about a data source and the
tables that it contains.
connection
- The IConnection
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |