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

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

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

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsODBCDriverType
protected  XLptsODBCDriverType XLptsDBProjectType.osDriver
           
 

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsODBCDriverType
protected  java.util.List<XLptsODBCDriverType> XLptsDriverExtensionType.operatingSystemListItem
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsODBCDriverType
 XLptsODBCDriverType ObjectFactory.createXLptsODBCDriverType()
          Create an instance of XLptsODBCDriverType
 XLptsODBCDriverType XLptsDBProjectType.getOsDriver()
          Gets the value of the osDriver property.
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsODBCDriverType
 java.util.List<XLptsODBCDriverType> XLptsDriverExtensionType.getOperatingSystemListItem()
          Gets the value of the operatingSystemListItem property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsODBCDriverType
 void XLptsDBProjectType.setOsDriver(XLptsODBCDriverType value)
          Sets the value of the osDriver property.
 

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

Methods in com.lapetus_ltd.api.db.control that return XLptsODBCDriverType
static XLptsODBCDriverType TLptsFactoryConnection.zgODT()
          Obfuscated as it is not required by the application interface.
 

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

Subclasses of XLptsODBCDriverType in com.lapetus_ltd.api.db.xml.types
 class TLptsODBCDriverType
          Class Description :


$LastChangedRevision: 1190 $
$LastChangedDate:: 2010-11-17 13:21:35#$

 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsODBCDriverType
 java.util.List<XLptsODBCDriverType> TLptsDriverExtensionType.getOperatingSystemListItem()
           Returns a copy of the actual list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsODBCDriverType
 void TLptsDriverExtensionType.addOperatingSystemListItem(XLptsODBCDriverType opt)
           Adds the operating system odbc information to the driver extension list.
 void TLptsDriverExtensionType.removeOperatingSystemListItem(XLptsODBCDriverType opt)
           Removes the operating system odbc information from the driver extension list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsODBCDriverType
TLptsODBCDriverType(XLptsODBCDriverType systemDriverType)
           This constructor copies the driver information from an XLptsODBCDriverType.
 



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