|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.db2.wrapper.SqlqgBaseClass
com.ibm.db2.wrapper.Nickname
com.ibm.db2.wrapper.FencedNickname
com.ibm.db2.wrapper.FencedGenericNickname
The FencedGenericNickname class represents a nonrelational nickname
in the fenced (untrusted) process space. This class is responsible for validating
information from the CREATE NICKNAME statement.
Usage:
The wrapper must implement a subclass of FencedGenericNickname. This class is
instantiated by the wrapper in the createNickname
method of the wrapper-specific subclass of FencedGenericServer
.
Constructor Summary | |
protected |
FencedGenericNickname(java.lang.String schema,
java.lang.String name,
FencedGenericServer server)
Construct a nickname with the specified schema and name for the specified data source server. |
Methods inherited from class com.ibm.db2.wrapper.Nickname |
destroy, getInfo, getLocalName, getLocalSchema, getServer, getWrapper, initializeMyNickname, verifyMyRegisterNicknameInfo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FencedGenericNickname(java.lang.String schema, java.lang.String name, FencedGenericServer server)
schema
- The local DB2 Information Integrator schema name
for the remote data set that is defined for this nickname.name
- The local DB2 Information Integrator name for the remote
data set that is defined for this nickname.server
- The data source server object that contains the nickname.
|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(C)Copyright IBM Corp. 2002. All rights reserved.
Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.