IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class FencedNickname

java.lang.Object
  extended bycom.ibm.db2.wrapper.SqlqgBaseClass
      extended bycom.ibm.db2.wrapper.Nickname
          extended bycom.ibm.db2.wrapper.FencedNickname
Direct Known Subclasses:
FencedGenericNickname

public class FencedNickname
extends Nickname

The FencedNickname class represents a nickname in the fenced (untrusted) process space. This class is responsible for validating information from the CREATE NICKNAME statement.

Usage:
Do not use this class directly. Instantiating or subclassing the FencedNickname class directly results in incorrect wrapper behavior. Subclass the FencedGenericNickname class.

Since:
IBM DB2 Information Integrator Version 8.2

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
 


IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

(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.