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

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

Packages that use XLptsDBUpInsDelType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
com.lapetus_ltd.api.db.control This package contains all the classes for controlling the connections, statements and row sets. 
com.lapetus_ltd.api.db.xml.types This package contains the wrappers of the XSD generated classes for the database. 
 

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

Subclasses of XLptsDBUpInsDelType in com.lapetus_ltd._2009.xml.types
 class XLptsDBUpInsDelSetType
          XSD Generated Class: This class holds all the specific information for a SET value of the UPDATE or INSERT.
 class XLptsDBUpInsDelWhereType
          XSD Generated Class: This class holds all the specific information for a WHERE clause of the UPDATE or DELETE.
 

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBUpInsDelType
protected  XLptsDBUpInsDelType XLptsDBStatementColumnType.upInsDelParameterItem
           
 

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsDBUpInsDelType
protected  java.util.List<XLptsDBUpInsDelType> XLptsDBStatementType.upInsDelListItem
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBUpInsDelType
 XLptsDBUpInsDelType XLptsDBStatementColumnType.getUpInsDelParameterItem()
          Gets the value of the upInsDelParameterItem property.
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsDBUpInsDelType
 java.util.List<XLptsDBUpInsDelType> XLptsDBStatementType.getUpInsDelListItem()
          Gets the value of the upInsDelListItem property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBUpInsDelType
 void XLptsDBStatementColumnType.setUpInsDelParameterItem(XLptsDBUpInsDelType value)
          Sets the value of the upInsDelParameterItem property.
 

Uses of XLptsDBUpInsDelType in com.lapetus_ltd.api.db.control
 

Methods in com.lapetus_ltd.api.db.control that return types with arguments of type XLptsDBUpInsDelType
 java.util.List<XLptsDBUpInsDelType> TLptsStatement.getUpInsDelListItem()
          Gets a copy of the list of items to be used for update/insert/delete processing on this statement.
 

Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBUpInsDelType
 void TLptsStatement.zaUIDLI(XLptsDBUpInsDelType uidt)
          Obfuscated as it is not required by the application interface.
 void TLptsStatement.zrUIDLI(XLptsDBUpInsDelType uidt)
          Obfuscated as it is not required by the application interface.
 

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

Subclasses of XLptsDBUpInsDelType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBUpInsDelSetType
          Class Description : One of the two classes that extend XLptsDBUpInsDelType for UPDATE, DELETE and INSERT commands.
 class TLptsDBUpInsDelWhereType
          Class Description : One of the two classes that extend XLptsDBUpInsDelType for UPDATE, DELETE and INSERT commands.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBUpInsDelType
 void TLptsDBStatementColumnType.setUpInsDelParameterItem(XLptsDBUpInsDelType upInsDelParameterItem)
           
 



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