Home
last modified time | relevance | path

Searched refs:MDB_SHEXP_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/dports/databases/mdbtools/mdbtools-1.0.0/src/util/
H A Dmdb-schema.c30 int opt_drop_table = MDB_SHEXP_DEFAULT & MDB_SHEXP_DROPTABLE; in main()
31 int opt_not_null = MDB_SHEXP_DEFAULT & MDB_SHEXP_CST_NOTNULL; in main()
32 int opt_def_values = MDB_SHEXP_DEFAULT & MDB_SHEXP_DEFVALUES; in main()
33 int opt_not_empty = MDB_SHEXP_DEFAULT & MDB_SHEXP_CST_NOTEMPTY; in main()
34 int opt_comments = MDB_SHEXP_DEFAULT & MDB_SHEXP_COMMENTS; in main()
35 int opt_indexes = MDB_SHEXP_DEFAULT & MDB_SHEXP_INDEXES; in main()
36 int opt_relations = MDB_SHEXP_DEFAULT & MDB_SHEXP_RELATIONS; in main()
/dports/databases/gmdb2/gmdb2-0.9.1/src/
H A Dschema.c111 export_options = MDB_SHEXP_DEFAULT; in gmdb_schema_export_cb()
132 …gtk_toggle_button_set_active(checkbox, (MDB_SHEXP_DEFAULT & capabilities_xlt[i].option_value) != 0… in check_default_options()
/dports/databases/kexi/kexi-3.2.0/src/migration/mdb/3rdparty/mdbtools/include/
H A Dmdbtools.h194 #define MDB_SHEXP_DEFAULT (MDB_SHEXP_CST_NOTNULL | MDB_SHEXP_COMMENTS | MDB_SHEXP_INDEXES | MDB_SHE… macro
/dports/databases/mdbtools/mdbtools-1.0.0/include/
H A Dmdbtools.h.in203 #define MDB_SHEXP_DEFAULT (MDB_SHEXP_CST_NOTNULL | MDB_SHEXP_COMMENTS | MDB_SHEXP_INDEXES | MDB_SHE… macro