org.jcoderz.phoenix.sqlparser.jaxb
Interface CreateIndex

All Superinterfaces:
CreateIndexType, Element
All Known Implementing Classes:
CreateIndexImpl

public interface CreateIndex
extends Element, CreateIndexType

Java content class for create-index element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/sql-transformer-metainf.xsd line 59)

 <element name="create-index">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}default"/>
           <element ref="{}index" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.sqlparser.jaxb.CreateIndexType
getDefault, getIndex, isSetDefault, isSetIndex, setDefault, unsetDefault, unsetIndex
 



Copyright 2007 The jCoderZ Project.