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

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

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

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

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

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

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

Subclasses of XLptsDBCreateColumnConstraintType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBCreateColumnConstraintType
          Class Description : Initialisation class for CREATE statement constraints.
 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsDBCreateColumnConstraintType
 java.util.List<XLptsDBCreateColumnConstraintType> TLptsDBCreateStatementColumnType.getConstraintTypeList()
           Returns a copy of the constraint type list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBCreateColumnConstraintType
 void TLptsDBCreateStatementColumnType.addConstraint(XLptsDBCreateColumnConstraintType item)
           Adds the constraint to the constraint list.
 void TLptsDBCreateStatementColumnType.removeConstraint(XLptsDBCreateColumnConstraintType item)
           Removes the constraint from the constraint list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBCreateColumnConstraintType
TLptsDBCreateColumnConstraintType(XLptsDBCreateColumnConstraintType ct)
           This constructor creates a new column constraint class from an existing XLptsDBCreateColumnConstraintType.
 



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