Common ODB Runtime Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
odb::data_migration_entry< v, base > Struct Template Reference

Public Types

typedef
schema_catalog::data_migration_function_type 
function_type
 

Public Member Functions

 data_migration_entry (function_type f, const std::string &name="")
 
 data_migration_entry (database_id id, function_type f, const std::string &name="")
 

Member Typedef Documentation

template<schema_version v, schema_version base>
typedef schema_catalog::data_migration_function_type odb::data_migration_entry< v, base >::function_type

Constructor & Destructor Documentation

template<schema_version v, schema_version base>
odb::data_migration_entry< v, base >::data_migration_entry ( function_type  f,
const std::string &  name = "" 
)
inline
template<schema_version v, schema_version base>
odb::data_migration_entry< v, base >::data_migration_entry ( database_id  id,
function_type  f,
const std::string &  name = "" 
)
inline

The documentation for this struct was generated from the following file: