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

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

Packages that use XLptsDBCreateStatementColumnSqlType
com.lapetus_ltd._2009.xml.types This is the package that holds the generated XSD types (classes). 
com.lapetus_ltd.api.db.xml.types This package contains the wrappers of the XSD generated classes for the database. 
 

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

Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBCreateStatementColumnSqlType
protected  XLptsDBCreateStatementColumnSqlType XLptsDBCreateStatementColumnType.sqlType
           
 

Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBCreateStatementColumnSqlType
 XLptsDBCreateStatementColumnSqlType ObjectFactory.createXLptsDBCreateStatementColumnSqlType()
          Create an instance of XLptsDBCreateStatementColumnSqlType
 XLptsDBCreateStatementColumnSqlType XLptsDBCreateStatementColumnType.getSqlType()
          Gets the value of the sqlType property.
 

Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBCreateStatementColumnSqlType
 void XLptsDBCreateStatementColumnType.setSqlType(XLptsDBCreateStatementColumnSqlType value)
          Sets the value of the sqlType property.
 

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

Subclasses of XLptsDBCreateStatementColumnSqlType in com.lapetus_ltd.api.db.xml.types
 class TLptsDBCreateStatementColumnSqlType
          Class Description : Initialises the SQL type of the CREATE statement column type.
 

Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBCreateStatementColumnSqlType
TLptsDBCreateStatementColumnSqlType(XLptsDBCreateStatementColumnSqlType ccst)
           This constructor copies the SQL Type from an existing XLptsDBCreateStatementColumnSqlType.
 



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