// The general case of update_field for col_binder_impl_T void update_field( void * pRecord ) { T & t = get_memvar_ref<T>( pRecord ) t = DBVar_; }