![]() |
SQL-J Language Reference
|
Reference Manual |
NEWCreates a new instance of the specified class. Syntax
NEW [ JavaClassName | ClassAlias ] You can place a NEW expression anywhere an expression is permitted. It invokes the constructor that matches the types of the expressions in the parameter list. In the situation in which a class alias and a Java class name shared the same name, Cloudscape finds the Java class name first. NEW Examples
INSERT INTO People (person) VALUES
-- Person is a ClassAlias For information on method resolution, see Method Resolution and Type Correspondence. |
|
![]() 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. |