Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acs.damsel.srvr.schema.Schema

Uses of Schema in org.acs.damsel.srvr.schema
 

Fields in org.acs.damsel.srvr.schema declared as Schema
private  Schema TestSchema.schema
           
 

Methods in org.acs.damsel.srvr.schema that return Schema
 Schema SchemaMgr.getSchema(java.lang.String schName)
          Method returns the Schema with the given name.
 Schema SchemaMgr.getSchemaOfCollection(java.lang.String collName)
          Method returns the schema corresponding to the specified collection.
 

Methods in org.acs.damsel.srvr.schema with parameters of type Schema
 int SchemaMgr.addSchema(Schema sch)
          Method adds a Schema to the schema list.
 int SchemaMgr.updateSchema(Schema s)
          Updates the entry for the specified schema in the SchemaTable of the database.