rdsdataservicestub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchExecuteStatementFuture

type BatchExecuteStatementFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BatchExecuteStatementFuture) Get

type BeginTransactionFuture

type BeginTransactionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*BeginTransactionFuture) Get

type Client

type Client interface {
	BatchExecuteStatement(ctx workflow.Context, input *rdsdataservice.BatchExecuteStatementInput) (*rdsdataservice.BatchExecuteStatementOutput, error)
	BatchExecuteStatementAsync(ctx workflow.Context, input *rdsdataservice.BatchExecuteStatementInput) *BatchExecuteStatementFuture

	BeginTransaction(ctx workflow.Context, input *rdsdataservice.BeginTransactionInput) (*rdsdataservice.BeginTransactionOutput, error)
	BeginTransactionAsync(ctx workflow.Context, input *rdsdataservice.BeginTransactionInput) *BeginTransactionFuture

	CommitTransaction(ctx workflow.Context, input *rdsdataservice.CommitTransactionInput) (*rdsdataservice.CommitTransactionOutput, error)
	CommitTransactionAsync(ctx workflow.Context, input *rdsdataservice.CommitTransactionInput) *CommitTransactionFuture

	ExecuteSql(ctx workflow.Context, input *rdsdataservice.ExecuteSqlInput) (*rdsdataservice.ExecuteSqlOutput, error)
	ExecuteSqlAsync(ctx workflow.Context, input *rdsdataservice.ExecuteSqlInput) *ExecuteSqlFuture

	ExecuteStatement(ctx workflow.Context, input *rdsdataservice.ExecuteStatementInput) (*rdsdataservice.ExecuteStatementOutput, error)
	ExecuteStatementAsync(ctx workflow.Context, input *rdsdataservice.ExecuteStatementInput) *ExecuteStatementFuture

	RollbackTransaction(ctx workflow.Context, input *rdsdataservice.RollbackTransactionInput) (*rdsdataservice.RollbackTransactionOutput, error)
	RollbackTransactionAsync(ctx workflow.Context, input *rdsdataservice.RollbackTransactionInput) *RollbackTransactionFuture
}

func NewClient

func NewClient() Client

type CommitTransactionFuture

type CommitTransactionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CommitTransactionFuture) Get

type ExecuteSqlFuture

type ExecuteSqlFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ExecuteSqlFuture) Get

type ExecuteStatementFuture

type ExecuteStatementFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ExecuteStatementFuture) Get

type RollbackTransactionFuture

type RollbackTransactionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RollbackTransactionFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL