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

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

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

Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsDBConnectionType
protected  java.util.List<XLptsDBConnectionType> XLptsDBConnectionGroupType.connectionListItem
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBConnectionType
 XLptsDBConnectionType ObjectFactory.createXLptsDBConnectionType()
          Create an instance of XLptsDBConnectionType
 

Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsDBConnectionType
 java.util.List<XLptsDBConnectionType> XLptsDBConnectionGroupType.getConnectionListItem()
          Gets the value of the connectionListItem property.
 

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

Subclasses of XLptsDBConnectionType in com.lapetus_ltd.api.db.control
 class TLptsConnection
          Class Description : This is the connection class that implements the java.sql.Connection interface.
 

Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBConnectionType
static void TLptsFactoryConnection.initiateConnection(XLptsDBConnectionType connectionType)
           This function is used to initialise a connection to a data source.
 

Constructors in com.lapetus_ltd.api.db.control with parameters of type XLptsDBConnectionType
TLptsConnection(java.sql.Connection connection, XLptsDBConnectionType connectionType)
           This constructor is utilised during the connection process by TLptsFactoryConnection.
 

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

Subclasses of XLptsDBConnectionType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBConnectionType
          Class Description : The wrapper class for XLptsDBConnectionType.
 

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

Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBConnectionType
 void TLptsDBConnectionGroupType.addConnectionListItem(XLptsDBConnectionType connectionType)
           Adds the connection to the connection list.
 void TLptsDBConnectionGroupType.removeConnectionListItem(XLptsDBConnectionType connectionType)
           Removes the connection from the connection list.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBConnectionType
TLptsDBConnectionType(XLptsDBConnectionType connectionType)
           This constructor copies the connection type information from an XLptsDBConnectionType.
 



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