Click or drag to resize

FirebirdSQLProvider Class

Represents a FirebirdSQL provider
Inheritance Hierarchy
SystemObject
  SanteDB.OrmLite.Providers.FirebirdFirebirdSQLProvider

Namespace:  SanteDB.OrmLite.Providers.Firebird
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public class FirebirdSQLProvider : IDbMonitorProvider, 
	IDbProvider

The FirebirdSQLProvider type exposes the following members.

Constructors
  NameDescription
Public methodFirebirdSQLProvider
Create a new firebird provider
Top
Properties
  NameDescription
Public propertyCanCancelCommands
True if commands can be cancel
Public propertyConnectionString
Gets or sets the connection string for the provider
Public propertyFeatures
Gets the features that this provider
Public propertyInvariant
Gets the name of the provider
Public propertyMonitorProbe
Get hte monitoring probe
Public propertyReadonlyConnectionString
Gets or sets the readonly connection string
Public propertyTraceSql
Gets or sets whether SQL tracing is supported
Top
Methods
  NameDescription
Public methodCloneConnection
Clone a connection
Public methodConvertValue
Convert a value to the specified type
Public methodCount
Turn the specified SQL statement into a count statement
Public methodCreateCommand(DataContext, SqlStatement)
Create a command
Public methodCreateCommand(DataContext, String, Object)
Create a command
Public methodCreateIndex
Create the statement to define the index
Public methodCreateSqlKeyword
Create SQL keyword
Public methodCreateStoredProcedureCommand
Create a stored procedure execution
Public methodDropIndex
Create the statement to drop the specified index
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExists
Create an EXISTS statement
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDatabaseName
Get the name of the database
Public methodGetFilterFunction
Gets the filter function
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndexFunction
Gets the index function
Public methodGetReadonlyConnection
Get a readonly connection
Public methodGetResetSequence
Get reset sequence command
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWriteConnection
Get a write connection
Public methodLock
Get a lock object for the specified database connection
Public methodMapParameterType
Map a parameter type from the provided type
Public methodMapSchemaDataType
Maps the specified data type
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReturning
Perform a returning command
Public methodStatActivity
Stat the activity
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Public Extension MethodUpgradeSchema
Upgrade the schema
(Defined by SqlFeatureUtil.)
Top
See Also