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

PostgreSqlOpenDataSource Methods

The PostgreSqlOpenDataSource type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Public method ExecuteStream(CommandExecutionToken<(Of <<'(NpgsqlCommand, NpgsqlParameter>)>>), StreamingCommandImplementation<(Of <<'(NpgsqlCommand>)>>), Nullable<(Of <<'(Object>)>>))
Executes the specified implementation.
Public method ExecuteStream(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementation<(Of <<'(TCommand>)>>), Nullable<(Of <<'(Object>)>>))
Executes the specified implementation.
(Inherited from DataSource<(Of <(<'TConnection, TTransaction, TCommand, TParameter>)>)>.)
Public method ExecuteStreamAsync(CommandExecutionToken<(Of <<'(NpgsqlCommand, NpgsqlParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(NpgsqlCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>))
Executes the specified implementation asynchronously.
Public method ExecuteStreamAsync(CommandExecutionToken<(Of <<'(TCommand, TParameter>)>>), StreamingCommandImplementationAsync<(Of <<'(TCommand>)>>), CancellationToken, Nullable<(Of <<'(Object>)>>))
Executes the specified implementation asynchronously.
(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.
(Inherited from PostgreSqlDataSourceBase.)
Public method GetTableApproximateCount<(Of <<'(TObject>)>>)()()()()
Gets a table or view's row count.
(Inherited from PostgreSqlDataSourceBase.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnExecutionCanceled(ExecutionEventArgs)
Raises the ExecutionCanceled event.
(Inherited from DataSource.)
Protected method OnExecutionCanceled(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionError(ExecutionEventArgs)
Raises the ExecutionError event.
(Inherited from DataSource.)
Protected method OnExecutionError(ExecutionToken, DateTimeOffset, DateTimeOffset, Exception, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionFinished(ExecutionEventArgs)
Raises the ExecutionFinished event.
(Inherited from DataSource.)
Protected method OnExecutionFinished(ExecutionToken, DateTimeOffset, DateTimeOffset, Nullable<(Of <<'(Int32>)>>), Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Public method OnExecutionStarted(ExecutionEventArgs)
Raises the ExecutionStarted event.
(Inherited from DataSource.)
Protected method OnExecutionStarted(ExecutionToken, DateTimeOffset, Nullable<(Of <<'(Object>)>>)) (Inherited from DataSource.)
Protected method OnGetDatabaseMetadata (Inherited from PostgreSqlDataSourceBase.)
Public method ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int32>)>>))
Reseeds the identity column of a table using the indicated seed value.
(Inherited from PostgreSqlDataSourceBase.)
Public method ReseedIdentityColumn(PostgreSqlObjectName, Nullable<(Of <<'(Int64>)>>))
Reseeds the identity column of a table using the indicated seed value.
(Inherited from PostgreSqlDataSourceBase.)
Public method ReseedIdentityColumn(PostgreSqlObjectName)
Reseeds the identity column of a table using the max value of the table.
(Inherited from PostgreSqlDataSourceBase.)
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.)