Class Hierarchy        Index

Class COM.cloudscape.database.Factory

java.lang.Object
   |
   +----COM.cloudscape.database.Factory

public class Factory
extends Object
Copyright © 1998-1999, Cloudscape, Inc. All rights reserved.

This class is exists for the time being to provide access to database objects. IT WILL BE REMOVED IN A FUTURE RELEASE.

Cloudscape reserves the right to change, rename, or remove this interface at any time.


Constructor Index

 o Factory()

Method Index

 o getDatabaseOfConnection()

Returns the Database object associated with the current connection.

 o getSystemOfConnection()
THIS METHOD WILL BE REMOVED IN A FUTURE RELEASE

Return the System object associated with the current connection.

 o getTriggerExecutionContext()
Get the TriggerExecutionContext for the current connection of the connection.
 o getTypeFactory()
THIS METHOD MAY BE REMOVED IN A FUTURE RELEASE

Returns a type factory.

Constructors

 o Factory
 public Factory()

Methods

 o getDatabaseOfConnection
 public static Database getDatabaseOfConnection()

Returns the Database object associated with the current connection.

 o getSystemOfConnection
 public static System getSystemOfConnection()
THIS METHOD WILL BE REMOVED IN A FUTURE RELEASE

Return the System object associated with the current connection. This is the System associated with the database accessed by the current connection.

 o getTypeFactory
 public static TypeFactory getTypeFactory()
THIS METHOD MAY BE REMOVED IN A FUTURE RELEASE

Returns a type factory. If there is a problem, null is returned

 o getTriggerExecutionContext
 public static TriggerExecutionContext getTriggerExecutionContext()
Get the TriggerExecutionContext for the current connection of the connection.

Returns:
the TriggerExecutionContext if called from the context of a trigger; otherwise, null.

  Class Hierarchy        Index