Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Uses of Class
com.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementTableType

Packages that use XLptsDBCreateStatementTableType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
com.lapetus_ltd.api.db.xml.types This package contains the wrappers of the XSD generated classes for the database. 
 

Uses of XLptsDBCreateStatementTableType in com.lapetus_ltd._2009.xml.types
 

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBCreateStatementTableType
protected  XLptsDBCreateStatementTableType XLptsDBCreateStatementRootType.table
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBCreateStatementTableType
 XLptsDBCreateStatementTableType ObjectFactory.createXLptsDBCreateStatementTableType()
          Create an instance of XLptsDBCreateStatementTableType
 XLptsDBCreateStatementTableType XLptsDBCreateStatementRootType.getTable()
          Gets the value of the table property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBCreateStatementTableType
 void XLptsDBCreateStatementRootType.setTable(XLptsDBCreateStatementTableType value)
          Sets the value of the table property.
 

Uses of XLptsDBCreateStatementTableType in com.lapetus_ltd.api.db.xml.types
 

Subclasses of XLptsDBCreateStatementTableType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBCreateStatementTableType
          Class Description : Initiates the table type for a CREATE statement.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBCreateStatementTableType
TLptsDBCreateStatementTableType(XLptsDBCreateStatementTableType ctt)
           This constructor copies the create table information from another XLptsDBCreateStatementTableType.
 



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)