ObjectStore C++ API Reference

os_schema_install_options

The types os_int32 and os_boolean, used throughout this manual, are each defined as a signed 32-bit integer type. The type os_unsigned_int32 is defined as an unsigned 32-bit integer type.

All ObjectStore programs must include the header file <ostore/ostore.hh>.

os_schema_install_options::os_schema_install_options()

os_schema_install_options();
This function is the constructor for this class. The default behavior given to the class is not to copy the member function into the schema.

os_schema_install_options::set_copy_member_functions ()

void set_copy_member_functions (os_boolean_copy);
This member function is used to specify whether or not the member function information (if present) should be copied and installed into the schema during installation.

os_schema_install_options::get_copy_member_functions ()

os_boolean get_copy_member_functions ()const;
This member function returns a boolean that indicates whether the member function information (if present) is to be copied and installed into the schema during schema installation.



[previous] [next]

Copyright © 1997 Object Design, Inc. All rights reserved.

Updated: 03/31/98 17:25:09