AWS SDK for C++
1.8.126
AWS SDK for C++
|
Namespaces | |
DecimalReturnTypeMapper | |
TypeHintMapper | |
Classes | |
class | ArrayValue |
class | BatchExecuteStatementRequest |
class | BatchExecuteStatementResult |
class | BeginTransactionRequest |
class | BeginTransactionResult |
class | ColumnMetadata |
class | CommitTransactionRequest |
class | CommitTransactionResult |
class | ExecuteStatementRequest |
class | ExecuteStatementResult |
class | Field |
class | Record |
class | ResultFrame |
class | ResultSetMetadata |
class | ResultSetOptions |
class | RollbackTransactionRequest |
class | RollbackTransactionResult |
class | SqlParameter |
class | SqlStatementResult |
class | StatementTimeoutException |
class | StructValue |
class | UpdateResult |
class | Value |
Typedefs | |
typedef Aws::Utils::Outcome< BatchExecuteStatementResult, RDSDataServiceError > | BatchExecuteStatementOutcome |
typedef Aws::Utils::Outcome< BeginTransactionResult, RDSDataServiceError > | BeginTransactionOutcome |
typedef Aws::Utils::Outcome< CommitTransactionResult, RDSDataServiceError > | CommitTransactionOutcome |
typedef Aws::Utils::Outcome< ExecuteStatementResult, RDSDataServiceError > | ExecuteStatementOutcome |
typedef Aws::Utils::Outcome< RollbackTransactionResult, RDSDataServiceError > | RollbackTransactionOutcome |
typedef std::future< BatchExecuteStatementOutcome > | BatchExecuteStatementOutcomeCallable |
typedef std::future< BeginTransactionOutcome > | BeginTransactionOutcomeCallable |
typedef std::future< CommitTransactionOutcome > | CommitTransactionOutcomeCallable |
typedef std::future< ExecuteStatementOutcome > | ExecuteStatementOutcomeCallable |
typedef std::future< RollbackTransactionOutcome > | RollbackTransactionOutcomeCallable |
typedef Aws::Utils::Outcome<BatchExecuteStatementResult, RDSDataServiceError> Aws::RDSDataService::Model::BatchExecuteStatementOutcome |
Definition at line 64 of file RDSDataServiceClient.h.
typedef std::future<BatchExecuteStatementOutcome> Aws::RDSDataService::Model::BatchExecuteStatementOutcomeCallable |
Definition at line 70 of file RDSDataServiceClient.h.
typedef Aws::Utils::Outcome<BeginTransactionResult, RDSDataServiceError> Aws::RDSDataService::Model::BeginTransactionOutcome |
Definition at line 65 of file RDSDataServiceClient.h.
typedef std::future<BeginTransactionOutcome> Aws::RDSDataService::Model::BeginTransactionOutcomeCallable |
Definition at line 71 of file RDSDataServiceClient.h.
typedef Aws::Utils::Outcome<CommitTransactionResult, RDSDataServiceError> Aws::RDSDataService::Model::CommitTransactionOutcome |
Definition at line 66 of file RDSDataServiceClient.h.
typedef std::future<CommitTransactionOutcome> Aws::RDSDataService::Model::CommitTransactionOutcomeCallable |
Definition at line 72 of file RDSDataServiceClient.h.
typedef Aws::Utils::Outcome<ExecuteStatementResult, RDSDataServiceError> Aws::RDSDataService::Model::ExecuteStatementOutcome |
Definition at line 67 of file RDSDataServiceClient.h.
typedef std::future<ExecuteStatementOutcome> Aws::RDSDataService::Model::ExecuteStatementOutcomeCallable |
Definition at line 73 of file RDSDataServiceClient.h.
typedef Aws::Utils::Outcome<RollbackTransactionResult, RDSDataServiceError> Aws::RDSDataService::Model::RollbackTransactionOutcome |
Definition at line 68 of file RDSDataServiceClient.h.
typedef std::future<RollbackTransactionOutcome> Aws::RDSDataService::Model::RollbackTransactionOutcomeCallable |
Definition at line 74 of file RDSDataServiceClient.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
DOUBLE_OR_LONG | |
STRING |
Definition at line 16 of file DecimalReturnType.h.
|
strong |
Enumerator | |
---|---|
NOT_SET | |
DATE | |
DECIMAL | |
TIME | |
TIMESTAMP |
Definition at line 16 of file TypeHint.h.