Package org.jooq.util.oracle
Interface Queue<R extends UDTRecord<R>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
The queue name.Schema
schema()
The queue schema.UDT<R>
type()
The payload type.
-