PostgreSQLProvider Methods |
The PostgreSQLProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CloneConnection |
Create a new connection from an existing data source
| |
| ConvertValue(Object, Type) |
Convert value just uses the mapper if needed
| |
| ConvertValueT(Object) |
Convert value
| |
| CreateCommand(DataContext, SqlStatement) |
Create a command
| |
| CreateCommand(DataContext, String, Object) |
Create a command from string sql
| |
| CreateStoredProcedureCommand |
Create a stored procedure command
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetDatabaseName |
Get the name of the database
| |
| GetHashCode | (Inherited from Object.) | |
| GetReadonlyConnection |
Gets a readonly connection
| |
| GetType | (Inherited from Object.) | |
| GetWriteConnection |
Get a connection that can be written to
| |
| MapParameterType |
Map a parameter type from the provided type
| |
| MapSchemaDataType |
Map datatype
| |
| MemberwiseClone | (Inherited from Object.) | |
| StatActivity |
Get status of server connection
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
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.) | |
| UpgradeSchema(String) | Overloaded.
Upgrade schema
(Defined by SqlFeatureUtil.) | |
| UpgradeSchema(String, ActionSingle, String) | Overloaded.
Upgrade the schema
(Defined by SqlFeatureUtil.) |