Click or drag to resize

IDbStatementFactory Interface

Represents a class which can create statements for various providers

Namespace: SanteDB.OrmLite.Providers
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public interface IDbStatementFactory

The IDbStatementFactory type exposes the following members.

Properties
 NameDescription
Public propertyFeatures Get the SQL server engine features
Public propertyInvariant Get the invariant
Public propertyProvider Gets the provider this statement factory belongs to
Top
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