org.jcoderz.phoenix.sqlparser.jaxb
Interface CreateTable

All Superinterfaces:
CreateTableType, Element
All Known Implementing Classes:
CreateTableImpl

public interface CreateTable
extends Element, CreateTableType

Java content class for create-table 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 68)

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.sqlparser.jaxb.CreateTableType
getDefault, getTable, isSetDefault, isSetTable, setDefault, unsetDefault, unsetTable
 



Copyright 2007 The jCoderZ Project.