public void apply(RelationalSchemaUpgradeState state)
{
RelationalSchema schema = state.getSchema();
m_object.getCreateScript().validate(state.getSchema(), null, state.getAdapters());
schema.addObject(m_object);
}
/**
* @return The template of the SQL Object being created.
*/