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

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

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

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDriverLoaderType
protected  XLptsDriverLoaderType XLptsDBProjectType.driverLoader
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDriverLoaderType
 XLptsDriverLoaderType ObjectFactory.createXLptsDriverLoaderType()
          Create an instance of XLptsDriverLoaderType
 XLptsDriverLoaderType XLptsDBProjectType.getDriverLoader()
          Gets the value of the driverLoader property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDriverLoaderType
 void XLptsDBProjectType.setDriverLoader(XLptsDriverLoaderType value)
          Sets the value of the driverLoader property.
 

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

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

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

Subclasses of XLptsDriverLoaderType in com.lapetus_ltd.api.db.xml.types
 class TLptsDriverLoaderType
          Class Description : This class holds the driver information for the driver loader.
 

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDriverLoaderType
 void TLptsDriverLoaderType.initialise(XLptsDriverLoaderType driverLoaderType)
           Initialises this XLptsDriverLoaderType class with all the values from another XLptsDriverLoaderType.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDriverLoaderType
TLptsDriverLoaderType(XLptsDriverLoaderType driverLoaderType)
           This constructs a XLptsDriverLoaderType, which is a copy of another.
 



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