![]() |
Cloudscape System Tables
|
Reference Manual |
SYSALIASESDescribes the method aliases, work units, user defined aggregates, and class aliases in the database.
Indexes
Useful QueriesThe query for returning all of the class aliases is:
SELECT ALIASID, ALIAS, JAVACLASSNAME The query for returning all the built-in aliases is:
SELECT ALIASID, ALIAS, JAVACLASSNAME, The query for returning all the method aliases is:
SELECT ALIASID, ALIAS, JAVACLASSNAME, ALIASINFO.getMethodName() The query for returning all the user aggregates is:
SELECT ALIASID, ALIAS, JAVACLASSNAME The query for returning all the work units is:
SELECT ALIASID, ALIAS, JAVACLASSNAME, ALIASINFO.getMethodName(), ALIASINFO.getTargetClassName(), ALIASINFO.getTargetMethodName() |
||||||||||||||||||||||||||||||||||||||||
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |