15 #ifndef INCLUDED_basic_database_schema_generator_Constraint_HH
16 #define INCLUDED_basic_database_schema_generator_Constraint_HH
21 #include <platform/types.hh>
28 namespace schema_generator {
Constraint(Column column)
ReferenceCount base class – dispatch class.
virtual std::string print(utility::sql_database::sessionOP) const =0
Base class for reference-counted polymorphic classes.
UniqueConstraint(Column column)
virtual ~Constraint()
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
GreaterThanConstraint(Column column, platform::Real value)
forwaard header for the constraints class in the schema generator framework
std::string print(utility::sql_database::sessionOP) const
forward hearder for the Column class in the schema generator framework
std::string print(utility::sql_database::sessionOP) const
pointer::shared_ptr< session > sessionOP