Overload | Description |
---|---|
CreateQueueTable() | Creates a queue table for storing queues in the database. Uses Connection for connecting to the database, sets the name and parameters of the table in database relying on QueueTableName and Options. |
CreateQueueTable(String,OracleQueueTableOptions,OracleConnection) | Creates a queue table for storing queues in the database. Uses the specified connection for connecting to the database, sets the specified name and properties to the created table. |