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

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

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

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBStatementColumnType
protected  XLptsDBStatementColumnType XLptsDBStatementCriteriaItemType.columnItem
           
protected  XLptsDBStatementColumnType XLptsDBStatementJoinType.fromColumn
           
 

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsDBStatementColumnType
protected  java.util.List<XLptsDBStatementColumnType> XLptsDBStatementType.columnListItem
           
protected  java.util.List<XLptsDBStatementColumnType> XLptsDBStatementCriteriaItemType.joinUsingColumnListItem
           
protected  java.util.List<XLptsDBStatementColumnType> XLptsDBStatementCriteriaItemType.primaryColumnListItem
           
protected  java.util.List<XLptsDBStatementColumnType> XLptsDBStatementJoinType.toColumnListItem
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBStatementColumnType
 XLptsDBStatementColumnType ObjectFactory.createXLptsDBStatementColumnType()
          Create an instance of XLptsDBStatementColumnType
 XLptsDBStatementColumnType XLptsDBStatementCriteriaItemType.getColumnItem()
          Gets the value of the columnItem property.
 XLptsDBStatementColumnType XLptsDBStatementJoinType.getFromColumn()
          Gets the value of the fromColumn property.
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsDBStatementColumnType
 java.util.List<XLptsDBStatementColumnType> XLptsDBStatementType.getColumnListItem()
          Gets the value of the columnListItem property.
 java.util.List<XLptsDBStatementColumnType> XLptsDBStatementCriteriaItemType.getJoinUsingColumnListItem()
          Gets the value of the joinUsingColumnListItem property.
 java.util.List<XLptsDBStatementColumnType> XLptsDBStatementCriteriaItemType.getPrimaryColumnListItem()
          Gets the value of the primaryColumnListItem property.
 java.util.List<XLptsDBStatementColumnType> XLptsDBStatementJoinType.getToColumnListItem()
          Gets the value of the toColumnListItem property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBStatementColumnType
 void XLptsDBStatementCriteriaItemType.setColumnItem(XLptsDBStatementColumnType value)
          Sets the value of the columnItem property.
 void XLptsDBStatementJoinType.setFromColumn(XLptsDBStatementColumnType value)
          Sets the value of the fromColumn property.
 

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

Methods in com.lapetus_ltd.api.db.control that return XLptsDBStatementColumnType
 XLptsDBStatementColumnType TLptsStatement.getColumnItemById(java.lang.String id)
          Gets a column by it's ID.
 XLptsDBStatementColumnType TLptsStatement.getColumnItemByName(java.lang.String tableName, java.lang.String columnName)
          Gets a column by it's name and table name.
 XLptsDBStatementColumnType TLptsStatement.getSelectedColumnItemByIndex(int index)
          Gets the selected column by it's INDEX.
 

Methods in com.lapetus_ltd.api.db.control that return types with arguments of type XLptsDBStatementColumnType
 java.util.List<XLptsDBStatementColumnType> TLptsStatement.getColumnItemsForTable(java.lang.String tableName)
           Gets a list with all the columns for a table.
 java.util.List<XLptsDBStatementColumnType> TLptsStatement.getColumnListItem()
          Gets a copy of the actual list of all columns from current datasource.
 java.util.List<XLptsDBStatementColumnType> TLptsStatement.getSelectedColumnList()
           This function returns the columns that are currently selected for this statement.
 

Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBStatementColumnType
 void TLptsStatement.zaCLI(XLptsDBStatementColumnType sct)
          Obfuscated as it is not required by the application interface.
 int TLptsStatement.zgCI(XLptsDBStatementColumnType column)
          Obfuscated as it is not required by the application interface.
 void TLptsStatement.zrc(XLptsDBStatementColumnType sct)
          Obfuscated as it is not required by the application interface.
 

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

Subclasses of XLptsDBStatementColumnType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBStatementColumnType
          Class Description : Initialises the column type of the statement (for SELECT).
 

Methods in com.lapetus_ltd.api.db.xml.types that return XLptsDBStatementColumnType
 XLptsDBStatementColumnType TLptsDBStatementCriteriaItemType.getJoinUsingColumnListItem(int index)
           Returns .
 XLptsDBStatementColumnType TLptsDBStatementCriteriaItemType.getPrimaryColumnListItem(int index)
           Returns .
 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsDBStatementColumnType
 java.util.List<XLptsDBStatementColumnType> TLptsDBStatementCriteriaItemType.getJoinUsingColumnListItem()
           Returns a copy of the join USING column list.
 java.util.List<XLptsDBStatementColumnType> TLptsDBStatementCriteriaItemType.getPrimaryColumnListItem()
           Returns a copy of the primary column list.
 java.util.List<XLptsDBStatementColumnType> TLptsDBStatementJoinType.getToColumnListItem()
           Returns a copy of the actual list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBStatementColumnType
 void TLptsDBStatementCriteriaItemType.addJoinUsingColumnListItem(XLptsDBStatementColumnType item)
           Adds the column to the USING column list.
 void TLptsDBStatementCriteriaItemType.addPrimaryColumnListItem(XLptsDBStatementColumnType item)
           Adds the column to the criteria column list.
 void TLptsDBStatementJoinType.addToColumnListItem(XLptsDBStatementColumnType item)
           Adds the column to the toColumn list.
 void TLptsDBStatementCriteriaItemType.removeJoinUsingColumnListItem(XLptsDBStatementColumnType item)
           Removes the column from the criteria column list.
 void TLptsDBStatementCriteriaItemType.removePrimaryColumnListItem(XLptsDBStatementColumnType item)
           Removes the column from the criteria column list.
 void TLptsDBStatementJoinType.removeToColumnListItem(XLptsDBStatementColumnType item)
           Removes the column from the toColumn list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBStatementColumnType
TLptsDBStatementColumnType(XLptsDBStatementColumnType sct)
           This constructor copies the column information from an existing XLptsDBStatementColumnType.
TLptsDBStatementJoinType(XLptsDBStatementColumnType fromCol, java.lang.String op, boolean isAnd, java.util.List<XLptsDBStatementColumnType> list)
           This constructor initiates the TLptsDBStatementJoinType from the arguments supplied.
TLptsDBUpInsDelSetType(XLptsDBStatementColumnType sct)
           This constructor initiate defaults and set Column details from TLptsDBStatementColumnType.
TLptsDBUpInsDelWhereType(XLptsDBStatementColumnType sct)
           This constructor initiate defaults and set Column details from TLptsDBStatementColumnType.
 

Constructor parameters in com.lapetus_ltd.api.db.xml.types with type arguments of type XLptsDBStatementColumnType
TLptsDBStatementJoinType(XLptsDBStatementColumnType fromCol, java.lang.String op, boolean isAnd, java.util.List<XLptsDBStatementColumnType> list)
           This constructor initiates the TLptsDBStatementJoinType from the arguments supplied.
 



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