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

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

Packages that use XLptsDBSqlStringFormatType
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. 
 

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

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBSqlStringFormatType
protected  XLptsDBSqlStringFormatType XLptsDBStatementType.sqlStringFormat
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBSqlStringFormatType
 XLptsDBSqlStringFormatType ObjectFactory.createXLptsDBSqlStringFormatType()
          Create an instance of XLptsDBSqlStringFormatType
 XLptsDBSqlStringFormatType XLptsDBStatementType.getSqlStringFormat()
          Gets the value of the sqlStringFormat property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBSqlStringFormatType
 void XLptsDBStatementType.setSqlStringFormat(XLptsDBSqlStringFormatType value)
          Sets the value of the sqlStringFormat property.
 

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

Methods in com.lapetus_ltd.api.db.control that return XLptsDBSqlStringFormatType
 XLptsDBSqlStringFormatType TLptsStatement.getStandardSqlFormat(XLptsDBSqlDatabaseFormat type)
          Gets the SQL String formats for the standard types, like MS SQL, MySql, Postgres and ODBC.
 



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