From: Carlos G. A. <car...@te...> - 2003-07-25 21:38:37
|
Hello: I'm finishing the Database Schema support for the new version, here is the enum that will be used for specifiing the type of schema you want to retrieval: public enum FbDbSchemaType { Character_Sets, Check_Constraints, Check_Constraints_By_Table, Collations, Columns, Column_Privileges, Domains, Foreign_Keys, Functions, Indexes, Primary_Keys, Procedure_Parameters, Procedure_Privileges, Procedures, Provider_Types, Roles, Statistics, Tables, Table_Constraint, Tables_Info, Table_Privileges, Table_Statistics, Triggers, Usage_Privileges, View_Column_Usage, Views, View_Privileges, } I'm thinking in add other for Dependencies but i have not decided yet, what do you can be this elements enough or not ?? Comments are Welcome !! -- Best regards Carlos Guzmán Álvarez Vigo-Spain |