MySQL Connector/C++ 9.1.0
MySQL connector library for C and C++ applications
|
Common templates used to define CRUD operation classes. More...
Go to the source code of this file.
Classes | |
class | Offset< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Limit< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Sort< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Order_by< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Having< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Group_by< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Bind_placeholders< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Bind_parameters< Base > |
Template for defining fluent api for CRUD operations. More... | |
class | Set_lock< Base, IMPL > |
Template for defining fluent api for CRUD operations. More... | |
Enumerations | |
enum | LockContention |
The LockContention enum defines constants for defining the row locking contention for Set_lock::lockExclusive() and Set_lock::lockShared() methods. More... | |
Common templates used to define CRUD operation classes.
enum LockContention |
The LockContention enum defines constants for defining the row locking contention for Set_lock::lockExclusive()
and Set_lock::lockShared()
methods.