![]() |
Cloudscape Properties
|
Reference Manual |
cloudscape.database.classpathFunctionEnables class loading from the database. For a complete discussion of database class loading, see Loading Classes from a Database of the Cloudscape Developer's Guide. Takes a list of fully qualified jar names that indicates which jar files the Cloudscape class loader should search for classes and other resources, and in which order. The search order is from left to right, so this property behaves like the standard class path. The class loader looks first in the user's class path, then in the jar files specified with this property. To ensure class loading from the database, remove classes from the user's class path. You can set this property for the following kinds of storage:
NOTE: Do not mix two-part and three-part names. Such property values are invalid. To specify multiple jar files, use a colon (:) as a separator. Syntax
-- database-level, set only in an SQL-J statement
-- System-level ExampleTo set the search path for the current database to be from APP.photo and APP."AccountinG":
-- database-wide property To set the search path for Java classes to be from database photodb, schema APP, and jar file photo followed by database general, schema APP, and jar file jgl: -- system-wide property
-- publishing a database-wide property Scopesystem-wide (see notes above) database-wide (see notes above) (publishable) Dynamic or StaticFor database storage, the first time this property is set, it is static; rebooting the database is required. If this property is set as a database property (and the value is valid), thereafter, the next time the property is set as a database-level property, no rebooting is required; the change is dynamic (see Dynamic Changes to Jar Files or Database Jar Class Path of the Cloudscape Developer's Guide). All other changes are static and require rebooting. For information about dynamic changes to properties, see Dynamic or Static Changes to Properties. |
|
![]() 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. |