dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / StorageClause Property

In This Topic
StorageClause Property
In This Topic
Storage parameter.
Syntax
'Declaration
 
Public Property StorageClause As String
 
Remarks
The storage parameter is included in the CREATE TABLE statement when the queue table is created. The StorageClause property can take any text that can be used in a standard CREATE TABLE storage clause argument. If a tablespace is not specified here, then the queue table and all its related objects are created in the default user tablespace. If a tablespace is specified here, then the queue table and all its related objects are created in the tablespace specified in the storage clause.
See Also