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

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

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

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBStatementTableType
protected  XLptsDBStatementTableType XLptsDBStatementCriteriaItemType.joinLeftTable
           
protected  XLptsDBStatementTableType XLptsDBStatementCriteriaItemType.joinRightTable
           
 

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

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBStatementTableType
 XLptsDBStatementTableType ObjectFactory.createXLptsDBStatementTableType()
          Create an instance of XLptsDBStatementTableType
 XLptsDBStatementTableType XLptsDBStatementCriteriaItemType.getJoinLeftTable()
          Gets the value of the joinLeftTable property.
 XLptsDBStatementTableType XLptsDBStatementCriteriaItemType.getJoinRightTable()
          Gets the value of the joinRightTable property.
 

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

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBStatementTableType
 void XLptsDBStatementCriteriaItemType.setJoinLeftTable(XLptsDBStatementTableType value)
          Sets the value of the joinLeftTable property.
 void XLptsDBStatementCriteriaItemType.setJoinRightTable(XLptsDBStatementTableType value)
          Sets the value of the joinRightTable property.
 

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

Methods in com.lapetus_ltd.api.db.control that return XLptsDBStatementTableType
 XLptsDBStatementTableType TLptsStatement.getTableItemById(java.lang.String tableId)
           Gets a specific table by it's id.
 XLptsDBStatementTableType TLptsStatement.getTableItemByName(java.lang.String tableName)
          Gets a table by name.
 

Methods in com.lapetus_ltd.api.db.control that return types with arguments of type XLptsDBStatementTableType
 java.util.List<XLptsDBStatementTableType> TLptsStatement.getTableListItem()
           Gets a copy of the actual table list for this statement.
 

Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBStatementTableType
 void TLptsStatement.zaTLI(XLptsDBStatementTableType stt)
          Obfuscated as it is not required by the application interface.
 void TLptsStatement.zrTLI(XLptsDBStatementTableType stt)
          Obfuscated as it is not required by the application interface.
 

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

Subclasses of XLptsDBStatementTableType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBStatementTableType
          Class Description : This initiates the XLptsDBStatementTableType, which holds the data for a single table in TLptsStatement.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBStatementTableType
TLptsDBStatementTableType(XLptsDBStatementTableType stt)
           This constructor copies the StatementTable information from an XLptsDBStatementTableType.
 



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