Uses of Class
org.exolab.jms.tools.db.Attribute

Packages that use Attribute
org.exolab.jms.tools.db   
 

Uses of Attribute in org.exolab.jms.tools.db
 

Methods in org.exolab.jms.tools.db that return Attribute
static Attribute SchemaHelper.getAttribute(Table table, java.lang.String name)
           
 Attribute Table.getAttribute(int)
           
 Attribute[] Table.getAttribute()
           
static Attribute Attribute.unmarshal(java.io.Reader)
           
 

Methods in org.exolab.jms.tools.db with parameters of type Attribute
 Type SchemaBrowser.getType(Attribute attribute)
          Returns the Type for an Attribute.
 void Table.addAttribute(Attribute)
           
 void Table.addAttribute(int, Attribute)
           
 boolean Table.removeAttribute(Attribute)
           
 void Table.setAttribute(int, Attribute)
           
 void Table.setAttribute(Attribute[])
           
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.