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

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
 Type SchemaBrowser.getType(Attribute attribute)
          Returns the Type for an Attribute
 boolean Table.removeAttribute(Attribute vAttribute)
          Method removeAttribute
 void Table.setAttribute(Attribute[] attributeArray)
          Method setAttribute
 void Table.setAttribute(int index, Attribute vAttribute)
          Method setAttribute
 



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