The IDatabaseStructure type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BuildCallback |
A callback to be able to get the next value from the underlying
structure as needed.
|
![]() | Prepare |
Prepare this structure for use. Called sometime after instantiation,
but before first use.
|
![]() | SqlCreateStrings | Commands needed to create the underlying structures. |
![]() | SqlDropStrings | Commands needed to drop the underlying structures. |
Properties
Name | Description | |
---|---|---|
![]() | IncrementSize | The configured increment size |
![]() | Name | The name of the database structure (table or sequence). |
![]() | TimesAccessed | How many times has this structure been accessed through this reference? |