![]() |
Cloudsync Commands Reference
|
|
CREATE WORK ALIASDeclares two static Java methods as a work unit. This statement can only be executed on a source database. Syntax
CREATE WORK ALIAS WorkAliasName Work units are modeled on method aliases. Like method aliases, they are never qualified with a schema name. If the target method is not found, an error is raised when the work unit is invoked, and if the source method is not found, an error is raised at refresh time, and the refresh halts. If the source method and target method do not have the same number and type of parameters, CREATE WORK ALIAS fails at run time. If you don't specify the TargetMethodName, it is assumed to be same as the SourceMethodName. The name of a work unit cannot duplicate the name of a method alias or user-defined aggregate. See the Cloudscape Reference Manual for information on the related CREATE METHOD ALIAS command. ExampleCREATE WORK ALIAS placeOrder |
|
![]() 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. |