#include "BeSQLite.h"
Go to the source code of this file.
Classes | |
struct | IModelProperty |
Standard properties that an i-model publisher program should add to the .imodel and .ibim files that it creates. More... | |
struct | IModelProperty::Spec |
struct | PackageProperty |
struct | PackageProperty::Spec |
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Bentley::BeSQLite | |
Macros | |
#define | PROPERTY_APPNAME_Package "pkge_Main" |
#define | PROPERTY_APPNAME_IModel "imodel" |
Enumerations | |
enum | IModelSchemaValues { PACKAGE_CURRENT_VERSION_Major = 1, PACKAGE_CURRENT_VERSION_Minor = 1, PACKAGE_CURRENT_VERSION_Sub1 = 0, PACKAGE_CURRENT_VERSION_Sub2 = 0, PACKAGE_SUPPORTED_VERSION_Major = PACKAGE_CURRENT_VERSION_Major, PACKAGE_SUPPORTED_VERSION_Minor = PACKAGE_CURRENT_VERSION_Minor, PACKAGE_SUPPORTED_VERSION_Sub1 = 0, PACKAGE_SUPPORTED_VERSION_Sub2 = 0 } |
#define PROPERTY_APPNAME_IModel "imodel" |
#define PROPERTY_APPNAME_Package "pkge_Main" |