org.apache.derby.catalog
Interface AliasInfo

All Known Implementing Classes:
MethodAliasInfo, SynonymAliasInfo

public interface AliasInfo

An interface for describing an alias in Cloudscape systems. In a Cloudscape system, an alias can be one of the following:


Field Summary
static char ALIAS_NAME_SPACE_FUNCTION_AS_CHAR
           
static java.lang.String ALIAS_NAME_SPACE_FUNCTION_AS_STRING
           
static char ALIAS_NAME_SPACE_PROCEDURE_AS_CHAR
          Public statics for the various alias name spaces as both char and String.
static java.lang.String ALIAS_NAME_SPACE_PROCEDURE_AS_STRING
           
static char ALIAS_NAME_SPACE_SYNONYM_AS_CHAR
           
static java.lang.String ALIAS_NAME_SPACE_SYNONYM_AS_STRING
           
static char ALIAS_TYPE_FUNCTION_AS_CHAR
           
static java.lang.String ALIAS_TYPE_FUNCTION_AS_STRING
           
static char ALIAS_TYPE_PROCEDURE_AS_CHAR
          Public statics for the various alias types as both char and String.
static java.lang.String ALIAS_TYPE_PROCEDURE_AS_STRING
           
static char ALIAS_TYPE_SYNONYM_AS_CHAR
           
static java.lang.String ALIAS_TYPE_SYNONYM_AS_STRING
           
 
Method Summary
 java.lang.String getMethodName()
          Get the name of the static method that the alias represents at the source database.
 

Field Detail

ALIAS_TYPE_PROCEDURE_AS_CHAR

public static final char ALIAS_TYPE_PROCEDURE_AS_CHAR
Public statics for the various alias types as both char and String.

See Also:
Constant Field Values

ALIAS_TYPE_FUNCTION_AS_CHAR

public static final char ALIAS_TYPE_FUNCTION_AS_CHAR
See Also:
Constant Field Values

ALIAS_TYPE_SYNONYM_AS_CHAR

public static final char ALIAS_TYPE_SYNONYM_AS_CHAR
See Also:
Constant Field Values

ALIAS_TYPE_PROCEDURE_AS_STRING

public static final java.lang.String ALIAS_TYPE_PROCEDURE_AS_STRING
See Also:
Constant Field Values

ALIAS_TYPE_FUNCTION_AS_STRING

public static final java.lang.String ALIAS_TYPE_FUNCTION_AS_STRING
See Also:
Constant Field Values

ALIAS_TYPE_SYNONYM_AS_STRING

public static final java.lang.String ALIAS_TYPE_SYNONYM_AS_STRING
See Also:
Constant Field Values

ALIAS_NAME_SPACE_PROCEDURE_AS_CHAR

public static final char ALIAS_NAME_SPACE_PROCEDURE_AS_CHAR
Public statics for the various alias name spaces as both char and String.

See Also:
Constant Field Values

ALIAS_NAME_SPACE_FUNCTION_AS_CHAR

public static final char ALIAS_NAME_SPACE_FUNCTION_AS_CHAR
See Also:
Constant Field Values

ALIAS_NAME_SPACE_SYNONYM_AS_CHAR

public static final char ALIAS_NAME_SPACE_SYNONYM_AS_CHAR
See Also:
Constant Field Values

ALIAS_NAME_SPACE_PROCEDURE_AS_STRING

public static final java.lang.String ALIAS_NAME_SPACE_PROCEDURE_AS_STRING
See Also:
Constant Field Values

ALIAS_NAME_SPACE_FUNCTION_AS_STRING

public static final java.lang.String ALIAS_NAME_SPACE_FUNCTION_AS_STRING
See Also:
Constant Field Values

ALIAS_NAME_SPACE_SYNONYM_AS_STRING

public static final java.lang.String ALIAS_NAME_SPACE_SYNONYM_AS_STRING
See Also:
Constant Field Values
Method Detail

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 )

Returns:
The name of the static method that the alias represents at the source database.

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.