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

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

Packages that use XLptsDriverType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
com.lapetus_ltd.api.db.utils The driver loader is in this package. 
com.lapetus_ltd.api.db.xml.types This package contains the wrappers of the XSD generated classes for the database. 
 

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

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDriverType
protected  XLptsDriverType XLptsDBConnectionType.driverType
           
 

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsDriverType
protected  java.util.List<XLptsDriverType> XLptsDriverLoaderType.driverListItem
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDriverType
 XLptsDriverType ObjectFactory.createXLptsDriverType()
          Create an instance of XLptsDriverType
 XLptsDriverType XLptsDBConnectionType.getDriverType()
          Gets the value of the driverType property.
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsDriverType
 java.util.List<XLptsDriverType> XLptsDriverLoaderType.getDriverListItem()
          Gets the value of the driverListItem property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDriverType
 void XLptsDBConnectionType.setDriverType(XLptsDriverType value)
          Sets the value of the driverType property.
 

Uses of XLptsDriverType in com.lapetus_ltd.api.db.utils
 

Methods in com.lapetus_ltd.api.db.utils that return XLptsDriverType
static XLptsDriverType TLptsDriverLoader.getDriverTypeByClassName(java.lang.String fullClassName)
          This returns the internal driver type for a given class name.
 

Methods in com.lapetus_ltd.api.db.utils that return types with arguments of type XLptsDriverType
static java.util.List<XLptsDriverType> TLptsDriverLoader.getDriverTypeList()
          Gets the driver type list.
 

Methods in com.lapetus_ltd.api.db.utils with parameters of type XLptsDriverType
static java.lang.Object TLptsDriverLoader.executeDriverInterface(XLptsDriverType driverType)
          Executes the interface of the driver and returns either the DRIVER or DATASOURCE object.
 

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

Subclasses of XLptsDriverType in com.lapetus_ltd.api.db.xml.types
 class TLptsDriverType
          Class Description : Wrapper class for XLptsDriverType.
 

Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsDriverType
 java.util.List<XLptsDriverType> TLptsDriverLoaderType.getDriverListItem()
           Returns a synchronised copy of the driver list.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDriverType
 void TLptsDriverLoaderType.addDriverListItem(XLptsDriverType driverType)
           Adds a driver to the driver list.
 void TLptsDriverLoaderType.removeDriverListItem(XLptsDriverType driverType)
           Removes a driver to the driver list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDriverType
TLptsDriverType(XLptsDriverType driverType)
           Constructs a driver type from another XLptsDriverType.
 



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