Click or drag to resize

IDbStatementFactory Methods

The IDbStatementFactory type exposes the following members.

Methods
 NameDescription
Public methodCount Creates an Exists statement
Public methodCreateIndex Create the statement to define the index
Public methodCreateSqlKeyword Create SQL keyword
Public methodDropIndex Create the statement to drop the specified index
Public methodExists Creates an Exists statement
Public methodGetFilterFunction Gets the specified filter function
Public methodGetFilterFunctions Get all filter functions
Public methodGetNextSequenceValue Get the next sequence value for the specified sequence
Public methodGetResetSequence Gets the reset sequence command
Public methodReturning Appends a RETURNING statement
Top
See Also