Rosetta
|
Classes | |
class | Column |
class | Constraint |
class | UniqueConstraint |
class | GreaterThanConstraint |
class | DbDataType |
class | DbText |
class | DbTextKey |
class | DbInteger |
class | DbBigInt |
DOES NOT WORK WITH CPPDB - USE INTEGER INSTEAD /boolean data type. More... | |
class | DbDouble |
class | DbReal |
class | DbUUID |
class | ForeignKey |
class | Index |
class | PrimaryKey |
class | Schema |
Typedefs | |
typedef utility::vector1< Column > | Columns |
typedef utility::pointer::shared_ptr< Column > | ColumnOP |
typedef utility::pointer::shared_ptr< Column const > | ColumnCOP |
typedef utility::pointer::shared_ptr< Constraint > | ConstraintOP |
typedef utility::pointer::shared_ptr< Constraint const > | ConstraintCOP |
typedef utility::pointer::shared_ptr< UniqueConstraint > | UniqueConstraintOP |
typedef utility::pointer::shared_ptr< UniqueConstraint const > | UniqueConstraintCOP |
typedef utility::pointer::shared_ptr< GreaterThanConstraint > | GreaterThanConstraintOP |
typedef utility::pointer::shared_ptr< GreaterThanConstraint const > | GreaterThanConstraintCOP |
typedef utility::vector1< DbDataType > | DbDataTypes |
typedef utility::pointer::shared_ptr< DbDataType > | DbDataTypeOP |
typedef utility::pointer::shared_ptr< DbDataType const > | DbDataTypeCOP |
Variables | |
static basic::Tracer | TR ("basic.database.schema_generator.Schema") |
typedef utility::pointer::shared_ptr< Column const > basic::database::schema_generator::ColumnCOP |
typedef utility::pointer::shared_ptr< Column > basic::database::schema_generator::ColumnOP |
typedef utility::pointer::shared_ptr< Constraint const > basic::database::schema_generator::ConstraintCOP |
typedef utility::pointer::shared_ptr< Constraint > basic::database::schema_generator::ConstraintOP |
typedef utility::pointer::shared_ptr< DbDataType const > basic::database::schema_generator::DbDataTypeCOP |
typedef utility::pointer::shared_ptr< DbDataType > basic::database::schema_generator::DbDataTypeOP |
typedef utility::pointer::shared_ptr< GreaterThanConstraint const > basic::database::schema_generator::GreaterThanConstraintCOP |
typedef utility::pointer::shared_ptr< GreaterThanConstraint > basic::database::schema_generator::GreaterThanConstraintOP |
typedef utility::pointer::shared_ptr< UniqueConstraint const > basic::database::schema_generator::UniqueConstraintCOP |
typedef utility::pointer::shared_ptr< UniqueConstraint > basic::database::schema_generator::UniqueConstraintOP |
|
static |