Uses of Class
com.ads.mm.db.dao.DBSchema
Packages that use DBSchema
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBSchema in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBSchemaModifier and TypeMethodDescriptionReturns the DBSchema Object as specified.Methods in com.ads.mm.db.dao that return types with arguments of type DBSchemaModifier and TypeMethodDescriptionDBEnvironment.getSchemas()Returns the HashMap of DBSchema Object.Methods in com.ads.mm.db.dao with parameters of type DBSchemaModifier and TypeMethodDescriptionvoidAdds the schema as specified.Method parameters in com.ads.mm.db.dao with type arguments of type DBSchemaModifier and TypeMethodDescriptionvoidDBEnvironment.setSchemas(HashMap<String, DBSchema> schemas) Sets the schemas as specified.