Click or drag to resize

StiPostgreSqlDevartConnector Class

[Missing <summary> documentation for "T:Stimulsoft.Base.StiPostgreSqlDevartConnector"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public class StiPostgreSqlDevartConnector : StiPostgreSqlConnector

The StiPostgreSqlDevartConnector type exposes the following members.

Constructors
  NameDescription
Public methodStiPostgreSqlDevartConnector
Initializes a new instance of the StiPostgreSqlDevartConnector class
Top
Properties
  NameDescription
Protected propertyAssemblyHelper (Inherited from StiSqlDataConnector.)
Public propertyConnectionIdent (Overrides StiPostgreSqlConnectorConnectionIdent.)
Public propertyConnectionOrder (Inherited from StiPostgreSqlConnector.)
Public propertyConnectionString (Inherited from StiSqlDataConnector.)
Public propertyConnectionType (Inherited from StiSqlDataConnector.)
Public propertyDefaultSqlType (Overrides StiPostgreSqlConnectorDefaultSqlType.)
Public propertyIsAvailable (Inherited from StiSqlDataConnector.)
Public propertyMethodDeriveParameters (Inherited from StiSqlDataConnector.)
Public propertyName (Inherited from StiPostgreSqlConnector.)
Public propertyNameAssembly (Inherited from StiSqlDataConnector.)
Public propertyNuGetPackages (Overrides StiPostgreSqlConnectorNuGetPackages.)
Public propertyNuGetVersion (Overrides StiPostgreSqlConnectorNuGetVersion.)
Public propertySqlType (Overrides StiPostgreSqlConnectorSqlType.)
Public propertyTypeCommand (Inherited from StiSqlDataConnector.)
Public propertyTypeCommandBuilder (Inherited from StiSqlDataConnector.)
Public propertyTypeConnection (Inherited from StiSqlDataConnector.)
Public propertyTypeConnectionStringBuilder (Inherited from StiSqlDataConnector.)
Public propertyTypeDataAdapter (Inherited from StiSqlDataConnector.)
Public propertyTypeDataSourceEnumerator (Inherited from StiSqlDataConnector.)
Public propertyTypeDbType (Inherited from StiSqlDataConnector.)
Public propertyTypeParameter (Inherited from StiSqlDataConnector.)
Top
Methods
  NameDescription
Public methodCreateAdapter (Inherited from StiSqlDataConnector.)
Public methodCreateCommand (Inherited from StiSqlDataConnector.)
Public methodCreateCommandBuilder (Inherited from StiSqlDataConnector.)
Public methodCreateConnection (Inherited from StiSqlDataConnector.)
Public methodCreateConnectionStringBuilder (Inherited from StiSqlDataConnector.)
Public methodCreateDataSourceEnumerator (Inherited from StiSqlDataConnector.)
Public methodCreateParameter(String, Int32, Int32) (Inherited from StiPostgreSqlConnector.)
Public methodCreateParameter(String, Object, Int32) (Inherited from StiPostgreSqlConnector.)
Public methodDeriveParameters (Inherited from StiSqlDataConnector.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetDatabaseSpecificName (Inherited from StiSqlDataConnector.)
Public methodGetDataTable (Inherited from StiSqlDataConnector.)
Public methodGetDbType (Inherited from StiSqlDataConnector.)
Public methodGetFamilyConnectors (Inherited from StiPostgreSqlConnector.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNetType(String) (Inherited from StiPostgreSqlConnector.)
Public methodGetNetType(Int32) (Overrides StiPostgreSqlConnectorGetNetType(Int32).)
Public methodGetParametersTable (Inherited from StiSqlDataConnector.)
Protected methodGetRelationsTable (Inherited from StiSqlDataConnector.)
Public methodGetSampleConnectionString (Overrides StiPostgreSqlConnectorGetSampleConnectionString.)
Public methodGetSchemaTable (Inherited from StiSqlDataConnector.)
Public methodGetSqlType (Overrides StiPostgreSqlConnectorGetSqlType(Type).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetSettings (Inherited from StiPostgreSqlConnector.)
Public methodRetrieveSchema (Inherited from StiPostgreSqlConnector.)
Public methodSetTimeout(DbCommand, Int32) (Inherited from StiSqlDataConnector.)
Public methodSetTimeout(IDbCommand, Int32) (Inherited from StiSqlDataConnector.)
Public methodTestConnection (Inherited from StiSqlDataConnector.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also