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.


Variable Index

 o ALIAS_NAME_SPACE_CLASS_AS_CHAR
Public statics for the various alias name spaces as both char and String.
 o ALIAS_NAME_SPACE_CLASS_AS_STRING
 
 o ALIAS_NAME_SPACE_METHOD_AS_CHAR
 
 o ALIAS_NAME_SPACE_METHOD_AS_STRING
 
 o ALIAS_TYPE_CLASS_AS_CHAR
Public statics for the various alias types as both char and String.
 o ALIAS_TYPE_CLASS_AS_STRING
 
 o ALIAS_TYPE_METHOD_AS_CHAR
 
 o ALIAS_TYPE_METHOD_AS_STRING
 
 o ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
 
 o ALIAS_TYPE_USER_AGGREGATE_AS_STRING
 
 o ALIAS_TYPE_WORK_UNIT_AS_CHAR
 
 o ALIAS_TYPE_WORK_UNIT_AS_STRING
 

Method Index

 o getMethodName()
Get the name of the static method that the alias represents at the source database.
 o getTargetClassName()
Get the name of the class that the alias represents at the target database.
 o getTargetMethodName()
Get the name of the static method that the alias represents at the target database.

Field Detail

 o 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.
 o ALIAS_TYPE_METHOD_AS_CHAR
public static final char ALIAS_TYPE_METHOD_AS_CHAR
 o ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
public static final char ALIAS_TYPE_USER_AGGREGATE_AS_CHAR
 o ALIAS_TYPE_WORK_UNIT_AS_CHAR
public static final char ALIAS_TYPE_WORK_UNIT_AS_CHAR
 o ALIAS_TYPE_CLASS_AS_STRING
public static final java.lang.String ALIAS_TYPE_CLASS_AS_STRING
 o ALIAS_TYPE_METHOD_AS_STRING
public static final java.lang.String ALIAS_TYPE_METHOD_AS_STRING
 o ALIAS_TYPE_USER_AGGREGATE_AS_STRING
public static final java.lang.String ALIAS_TYPE_USER_AGGREGATE_AS_STRING
 o ALIAS_TYPE_WORK_UNIT_AS_STRING
public static final java.lang.String ALIAS_TYPE_WORK_UNIT_AS_STRING
 o 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.
 o ALIAS_NAME_SPACE_METHOD_AS_CHAR
public static final char ALIAS_NAME_SPACE_METHOD_AS_CHAR
 o ALIAS_NAME_SPACE_CLASS_AS_STRING
public static final java.lang.String ALIAS_NAME_SPACE_CLASS_AS_STRING
 o ALIAS_NAME_SPACE_METHOD_AS_STRING
public static final java.lang.String ALIAS_NAME_SPACE_METHOD_AS_STRING

Method Detail

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