42
44
indexes= new(std::nothrow)IndexesTool;
43
45
referential_constraints= new(std::nothrow)ReferentialConstraintsTool;
44
46
schemas= new(std::nothrow)SchemasTool;
46
48
schema_names= new(std::nothrow)SchemaNames;
47
51
table_constraints= new(std::nothrow)TableConstraintsTool;
49
53
tables= new(std::nothrow)TablesTool;