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

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

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

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

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

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

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

Subclasses of XLptsDBCreateTableConstraintType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBCreateTableConstraintType
          Class Description : This initiates the constraint type for tables of a CREATE statement.
 

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

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

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBCreateTableConstraintType
TLptsDBCreateTableConstraintType(XLptsDBCreateTableConstraintType ct)
           This constructor copies the tableConstraints information from an XLptsDBCreateTableConstraintType.
 



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