Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSourceBase Members

The PostgreSqlDataSourceBase type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Public method ExecuteStream (Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
Public method ExecuteStreamAsync (Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
Protected method Finalize (Inherited from Object.)
Public method GetExtensionData<(Of <<'(TTKey>)>>)
Gets the extension data.
(Inherited from DataSource.)
Public method GetHashCode (Inherited from Object.)
Public method GetTableApproximateCount(PostgreSqlObjectName)
Gets a table's row count.
Public method GetTableApproximateCount<(Of <<'(TObject>)>>)()()()()
Gets a table or view's row count.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnExecutionCanceled(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Object) (Inherited from DataSource.)
Public method OnExecutionError(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Object) (Inherited from DataSource.)
Public method OnExecutionFinished(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Object) (Inherited from DataSource.)
Public method OnExecutionStarted(ExecutionEventArgs) (Inherited from DataSource.)
Protected method OnExecutionStarted(ExecutionToken, DateTimeOffset, Object) (Inherited from DataSource.)
Public method ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int32>)>>))
Reseeds the identity column of a table using the indicated seed value.
Public method ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int64>)>>))
Reseeds the identity column of a table using the indicated seed value.
Public method ReseedIdentityColumn(PostgreSqlObjectName)
Reseeds the identity column of a table using the max value of the table.
Public method TestConnection
Tests the connection.
(Inherited from DataSource.)
Public method TestConnectionAsync
Tests the connection asynchronously.
(Inherited from DataSource.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property AuditRules
Gets or sets the audit rules.
(Inherited from DataSource.)
Public property Cache
Gets the cache to be used by this data source. The default is .NET's System.Runtime.Caching.MemoryCache.
(Inherited from DataSource.)
Public property DatabaseMetadata
Gets the database metadata.
Public property DefaultCommandTimeout
Gets or sets the default command timeout.
(Inherited from DataSource.)
Protected property ExtensionCache (Inherited from DataSource.)
Public property Name
Gets the name of the data source.
(Inherited from DataSource.)
Public property SequentialAccessMode
Gets a value indicating whether to use CommandBehavior.SequentialAccess.
(Inherited from DataSource.)
Public property StrictMode
Gets a value indicating whether strict mode is enabled.
(Inherited from DataSource.)
Public property SuppressGlobalEvents
Gets or sets a value indicating whether to suppress global events.
(Inherited from DataSource.)
Public property UserValue
Gets or sets the user value to use with audit rules.
(Inherited from DataSource.)

Events


  Name Description
Public event ExecutionCanceled
Raised when a executionDetails is canceled.
(Inherited from DataSource.)
Public event ExecutionError
Raised when a procedure call fails.
(Inherited from DataSource.)
Public event ExecutionFinished
Raised when a procedure call is successfully completed
(Inherited from DataSource.)
Public event ExecutionStarted
Raised when a procedure call is started
(Inherited from DataSource.)