apache > db
Apache DB Project
 
Font size:      

SYSALIASES

SYSALIASES

Describes the procedures and functions in the database.

Column NameTypeLengthNullabilityContents
ALIASIDCHAR36falseunique identifier for the alias
ALIASVARCHAR128falsealias
SCHEMAIDCHAR36truereserved for future use
JAVACLASSNAMELONGVARCHAR255falsethe Java class name
ALIASTYPECHAR1false'F' (function)'P' (procedure)
NAMESPACECHAR1false'F' (function)'P' (procedure)
SYSTEMALIASBOOLEAN
falsetrue (system supplied or built-in alias)

false (alias created by a user)

ALIASINFOorg.apache.derby.catalog.AliasInfo:

This class is not part of the public API


trueA Java interface that encapsulates the additional information that is specific to an alias

Previous Page
Next Page
Table of Contents
Index