See: Description
Interface | Description |
---|---|
Aggregate |
A user-defined aggregate function needs to implement this interface.
|
AggregateFunction |
A user-defined aggregate function needs to implement this interface.
|
DatabaseEventListener |
A class that implements this interface can get notified about exceptions
and other events.
|
JavaObjectSerializer |
Custom serialization mechanism for java objects being stored in column of
type OTHER.
|
TableEngine |
A class that implements this interface can create custom table
implementations.
|
Trigger |
A class that implements this interface can be used as a trigger.
|
Class | Description |
---|---|
ErrorCode |
This class defines the error codes used for SQL exceptions.
|
TimestampWithTimeZone |
How we expose "TIMESTAMP WITH TIMEZONE" in our ResultSets.
|
Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.
Copyright © 2017 JBoss by Red Hat. All rights reserved.