Class Hierarchy Previous Next Index
Interface COM.cloudscape.types.AliasInfo
- public interface AliasInfo
- extends COM.cloudscape.protocol.BasicServices.StoredFormat.Formatable
Copyright © 1998-2000, Informix Software, Inc. All rights reserved.
An interface for describing an alias in Cloudscape systems.
ALIAS_NAME_SPACE_CLASS_AS_CHAR- Public statics for the various alias name spaces as both char and String.
ALIAS_NAME_SPACE_CLASS_AS_STRING-
ALIAS_NAME_SPACE_METHOD_AS_CHAR-
ALIAS_NAME_SPACE_METHOD_AS_STRING-
ALIAS_TYPE_CLASS_AS_CHAR- Public statics for the various alias types as both char and String.
ALIAS_TYPE_CLASS_AS_STRING-
ALIAS_TYPE_METHOD_AS_CHAR-
ALIAS_TYPE_METHOD_AS_STRING-
ALIAS_TYPE_USER_AGGREGATE_AS_CHAR-
ALIAS_TYPE_USER_AGGREGATE_AS_STRING-
ALIAS_TYPE_WORK_UNIT_AS_CHAR-
ALIAS_TYPE_WORK_UNIT_AS_STRING-
getMethodName()
- Get the name of the static method that the alias
represents at the source database.
getTargetClassName()
- Get the name of the class that the alias
represents at the target database.
getTargetMethodName()
- Get the name of the static method that the alias
represents at the target database.
ALIAS_TYPE_CLASS_AS_CHAR
public static final char ALIAS_TYPE_CLASS_AS_CHAR
Public statics for the various alias types as both char and String.
ALIAS_TYPE_METHOD_AS_CHAR
public static final char ALIAS_TYPE_METHOD_AS_CHAR
ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
public static final char ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
ALIAS_TYPE_WORK_UNIT_AS_CHAR
public static final char ALIAS_TYPE_WORK_UNIT_AS_CHAR
ALIAS_TYPE_CLASS_AS_STRING
public static final java.lang.String ALIAS_TYPE_CLASS_AS_STRING
ALIAS_TYPE_METHOD_AS_STRING
public static final java.lang.String ALIAS_TYPE_METHOD_AS_STRING
ALIAS_TYPE_USER_AGGREGATE_AS_STRING
public static final java.lang.String ALIAS_TYPE_USER_AGGREGATE_AS_STRING
ALIAS_TYPE_WORK_UNIT_AS_STRING
public static final java.lang.String ALIAS_TYPE_WORK_UNIT_AS_STRING
ALIAS_NAME_SPACE_CLASS_AS_CHAR
public static final char ALIAS_NAME_SPACE_CLASS_AS_CHAR
Public statics for the various alias name spaces as both char and String.
ALIAS_NAME_SPACE_METHOD_AS_CHAR
public static final char ALIAS_NAME_SPACE_METHOD_AS_CHAR
ALIAS_NAME_SPACE_CLASS_AS_STRING
public static final java.lang.String ALIAS_NAME_SPACE_CLASS_AS_STRING
ALIAS_NAME_SPACE_METHOD_AS_STRING
public static final java.lang.String ALIAS_NAME_SPACE_METHOD_AS_STRING
getMethodName
public java.lang.String getMethodName()
Get the name of the static method that the alias
represents at the source database. (Only meaningful for
method aliases and work units.)
- Returns:
- The name of the static method that the alias
represents at the source database.
getTargetClassName
public java.lang.String getTargetClassName()
Get the name of the class that the alias
represents at the target database. (Only meaningful for
work units.)
- Returns:
- The name of the class that the alias
represents at the target database.
getTargetMethodName
public java.lang.String getTargetMethodName()
Get the name of the static method that the alias
represents at the target database. (Only meaningful for
work units.)
- Returns:
- The name of the static method that the alias
represents at the target database.
Class Hierarchy Previous Next Index