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

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

Packages that use XLptsDBCreateStatementColumnType
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 XLptsDBCreateStatementColumnType in com.lapetus_ltd._2009.xml.types
 

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsDBCreateStatementColumnType
protected  java.util.List<XLptsDBCreateStatementColumnType> XLptsDBCreateStatementTableType.columnList
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBCreateStatementColumnType
 XLptsDBCreateStatementColumnType ObjectFactory.createXLptsDBCreateStatementColumnType()
          Create an instance of XLptsDBCreateStatementColumnType
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsDBCreateStatementColumnType
 java.util.List<XLptsDBCreateStatementColumnType> XLptsDBCreateStatementTableType.getColumnList()
          Gets the value of the columnList property.
 

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

Subclasses of XLptsDBCreateStatementColumnType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBCreateStatementColumnType
          Class Description : Initialisation class for the column type of a CREATE statement.
 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsDBCreateStatementColumnType
 java.util.List<XLptsDBCreateStatementColumnType> TLptsDBCreateStatementTableType.getColumnList()
           Returns a copy of the column list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBCreateStatementColumnType
 void TLptsDBCreateStatementTableType.addColumn(XLptsDBCreateStatementColumnType item)
          Adds the column to the table column list.
 void TLptsDBCreateStatementTableType.removeColumn(XLptsDBCreateStatementColumnType item)
           Removes the column from the table column list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBCreateStatementColumnType
TLptsDBCreateStatementColumnType(XLptsDBCreateStatementColumnType cct)
           This constructor copies the driver information from an XLptsDBCreateStatementColumnType.
 



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