Interface | Description |
---|---|
DBCDBPlugin_3 |
This class is the interface to be implemented by database-access plugins.
|
DBCGenericPlugin_1 |
This class is the interface to implement for all non-database-access plugins.
|
Class | Description |
---|---|
DBCDBOutQueuePrimaryValues |
An instance of this class uniquely identifies a single record of the table from which a message is generated.
|
DBCInSMSPacket |
An instance of this class holds the information for a single received SMS Message.
|
DBCInStatusReport |
An instance of this class holds the information for a single received Status
Report (aka Delivery Report).
|
DBCMessageSendStatusType |
An enumerated type representing the status of a send.
|
DBCOutSMSPacket |
This object holds the information for one or a concatenated set of outbound SMS messages.
|
DBCPluginUtils | |
DBCSendSMSResult | |
DBCSQLConnection |
This class is a wrapper for java.sql.Connection.
|
DBCSQLConnectionTarget |
This class is used by plugins to indicate a target database to the connection pool.
|
DBCSQLQuery |
This function wraps a java.sql.Connection, java.sql.Statement and java.sql.ResultSet
into a single object for convenience.
|
Enum | Description |
---|---|
DBCMessageCategory |
The category of the message.
|