Class Hierarchy Index
java.lang.Object | +----COM.cloudscape.database.Factory
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.
Returns the Database object associated with the current connection.
Return the System object associated with the current connection.
Returns a type factory.
public Factory()
public static Database getDatabaseOfConnection()
Returns the Database object associated with the current connection.
public static System getSystemOfConnection()
Return the System object associated with the current connection. This is the System associated with the database accessed by the current connection.
public static TypeFactory getTypeFactory()
Returns a type factory. If there is a problem, null is returned
public static TriggerExecutionContext getTriggerExecutionContext()
Class Hierarchy Index