|
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.UnfencedNickname
com.ibm.db2.wrapper.UnfencedGenericNickname
The UnfencedGenericNickname class represents a nonrelational nickname
in the unfenced (trusted) process space. This class is responsible for validating
information from the CREATE NICKNAME and ALTER NICKNAME statements.
Usage:
The wrapper must implement a subclass of UnfencedGenericNickname. This class is
instantiated by the wrapper in the createNickname
method of the wrapper-specific subclass of UnfencedGenericServer
.
Constructor Summary | |
protected |
UnfencedGenericNickname(java.lang.String schema,
java.lang.String name,
UnfencedGenericServer server)
Construct a nickname with the specified schema and name for the specified data source server. |
Methods inherited from class com.ibm.db2.wrapper.UnfencedNickname |
verifyMyAlterNicknameInfo |
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 UnfencedGenericNickname(java.lang.String schema, java.lang.String name, UnfencedGenericServer 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.