org.jcoderz.phoenix.sqlparser.jaxb
Interface SqlMetainf

All Superinterfaces:
Element, SqlMetainfType
All Known Implementing Classes:
SqlMetainfImpl

public interface SqlMetainf
extends Element, SqlMetainfType

Java content class for sql-metainf 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 77)

 <element name="sql-metainf">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}create-table"/>
           <element ref="{}create-index"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.sqlparser.jaxb.SqlMetainfType
getCreateIndex, getCreateTable, isSetCreateIndex, isSetCreateTable, setCreateIndex, setCreateTable, unsetCreateIndex, unsetCreateTable
 



Copyright 2007 The jCoderZ Project.