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 Attribute.unmarshal(java.io.Reader reader)
          Method unmarshal
static Attribute SchemaHelper.getAttribute(Table table, java.lang.String name)
           
 Attribute Table.getAttribute(int index)
          Method getAttribute
 Attribute[] Table.getAttribute()
          Method getAttribute
 

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



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