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

com.lapetus_ltd._2009.xml.types
Class XLptsDBUpInsDelSetType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelType
      extended by com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelSetType
Direct Known Subclasses:
TLptsDBUpInsDelSetType

public class XLptsDBUpInsDelSetType
extends XLptsDBUpInsDelType

XSD Generated Class: This class holds all the specific information for a SET value of the UPDATE or INSERT.

Java class for XLptsDBUpInsDelSetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XLptsDBUpInsDelSetType">
   <complexContent>
     <extension base="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBUpInsDelType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelType
charset, columnId, columnIndex, columnName, id, sourceString, sourceType, sqlType, tableId, tableName
 
Constructor Summary
XLptsDBUpInsDelSetType()
           
 
Method Summary
 
Methods inherited from class com.lapetus_ltd._2009.xml.types.XLptsDBUpInsDelType
getCharset, getColumnId, getColumnIndex, getColumnName, getId, getSourceString, getSourceType, getSqlType, getTableId, getTableName, setCharset, setColumnId, setColumnIndex, setColumnName, setId, setSourceString, setSourceType, setSqlType, setTableId, setTableName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLptsDBUpInsDelSetType

public XLptsDBUpInsDelSetType()


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