|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBStatementType
public class XLptsDBStatementType
XSD Generated Class: This class is utilised by TLptsStatement, which inherits the Java Statement, to create SQL statements. This object holds an extensive amount of data about the tables, columns and parameters of the SQL. The columns and tables in this structure are set to SELECT when required by the SQL statement and then the TLptsStatement class generates the SQL statement with the correct formatting for the relative database (quotations). See TLptsStatement for more information (link above).
Java class for XLptsDBStatementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBStatementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="connectionId" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType"/> <element name="sqlStatementUnformatted" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sqlStatementExtension" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sqlStatementUser" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sqlStatementModified" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="charset" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tableTypesView" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="xResultSetType" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="xResultSetConcurrency" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="sqlStringFormat" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBSqlStringFormatType"/> <element name="sqlDatabaseFormat" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBSqlDatabaseFormat"/> <element name="criteriaType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementCriteriaType"/> <element name="tableListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementTableType" maxOccurs="unbounded" minOccurs="0"/> <element name="columnListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBStatementColumnType" maxOccurs="unbounded" minOccurs="0"/> <element name="createRootItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementRootType"/> <element name="upInsDelListItem" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBUpInsDelType" maxOccurs="unbounded" minOccurs="0"/> <element name="typeOfStatement" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBTypeOfStatementType"/> <element name="executable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="visible" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
charset
|
protected java.util.List<XLptsDBStatementColumnType> |
columnListItem
|
protected java.lang.String |
connectionId
|
protected XLptsDBCreateStatementRootType |
createRootItem
|
protected XLptsDBStatementCriteriaType |
criteriaType
|
protected boolean |
executable
|
protected java.lang.String |
id
|
protected XLptsDBSqlDatabaseFormat |
sqlDatabaseFormat
|
protected java.lang.String |
sqlStatementExtension
|
protected boolean |
sqlStatementModified
|
protected java.lang.String |
sqlStatementUnformatted
|
protected java.lang.String |
sqlStatementUser
|
protected XLptsDBSqlStringFormatType |
sqlStringFormat
|
protected java.util.List<XLptsDBStatementTableType> |
tableListItem
|
protected int |
tableTypesView
|
protected java.lang.String |
title
|
protected XLptsDBTypeOfStatementType |
typeOfStatement
|
protected java.util.List<XLptsDBUpInsDelType> |
upInsDelListItem
|
protected java.lang.String |
version
|
protected boolean |
visible
|
protected int |
xResultSetConcurrency
|
protected int |
xResultSetType
|
Constructor Summary | |
---|---|
XLptsDBStatementType()
|
Method Summary | |
---|---|
java.lang.String |
getCharset()
Gets the value of the charset property. |
java.util.List<XLptsDBStatementColumnType> |
getColumnListItem()
Gets the value of the columnListItem property. |
java.lang.String |
getConnectionId()
Gets the value of the connectionId property. |
XLptsDBCreateStatementRootType |
getCreateRootItem()
Gets the value of the createRootItem property. |
XLptsDBStatementCriteriaType |
getCriteriaType()
Gets the value of the criteriaType property. |
java.lang.String |
getId()
Gets the value of the id property. |
XLptsDBSqlDatabaseFormat |
getSqlDatabaseFormat()
Gets the value of the sqlDatabaseFormat property. |
java.lang.String |
getSqlStatementExtension()
Gets the value of the sqlStatementExtension property. |
java.lang.String |
getSqlStatementUnformatted()
Gets the value of the sqlStatementUnformatted property. |
java.lang.String |
getSqlStatementUser()
Gets the value of the sqlStatementUser property. |
XLptsDBSqlStringFormatType |
getSqlStringFormat()
Gets the value of the sqlStringFormat property. |
java.util.List<XLptsDBStatementTableType> |
getTableListItem()
Gets the value of the tableListItem property. |
int |
getTableTypesView()
Gets the value of the tableTypesView property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
XLptsDBTypeOfStatementType |
getTypeOfStatement()
Gets the value of the typeOfStatement property. |
java.util.List<XLptsDBUpInsDelType> |
getUpInsDelListItem()
Gets the value of the upInsDelListItem property. |
java.lang.String |
getVersion()
Gets the value of the version property. |
int |
getXResultSetConcurrency()
Gets the value of the xResultSetConcurrency property. |
int |
getXResultSetType()
Gets the value of the xResultSetType property. |
boolean |
isExecutable()
Gets the value of the executable property. |
boolean |
isSqlStatementModified()
Gets the value of the sqlStatementModified property. |
boolean |
isVisible()
Gets the value of the visible property. |
void |
setCharset(java.lang.String value)
Sets the value of the charset property. |
void |
setConnectionId(java.lang.String value)
Sets the value of the connectionId property. |
void |
setCreateRootItem(XLptsDBCreateStatementRootType value)
Sets the value of the createRootItem property. |
void |
setCriteriaType(XLptsDBStatementCriteriaType value)
Sets the value of the criteriaType property. |
void |
setExecutable(boolean value)
Sets the value of the executable property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setSqlDatabaseFormat(XLptsDBSqlDatabaseFormat value)
Sets the value of the sqlDatabaseFormat property. |
void |
setSqlStatementExtension(java.lang.String value)
Sets the value of the sqlStatementExtension property. |
void |
setSqlStatementModified(boolean value)
Sets the value of the sqlStatementModified property. |
void |
setSqlStatementUnformatted(java.lang.String value)
Sets the value of the sqlStatementUnformatted property. |
void |
setSqlStatementUser(java.lang.String value)
Sets the value of the sqlStatementUser property. |
void |
setSqlStringFormat(XLptsDBSqlStringFormatType value)
Sets the value of the sqlStringFormat property. |
void |
setTableTypesView(int value)
Sets the value of the tableTypesView property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setTypeOfStatement(XLptsDBTypeOfStatementType value)
Sets the value of the typeOfStatement property. |
void |
setVersion(java.lang.String value)
Sets the value of the version property. |
void |
setVisible(boolean value)
Sets the value of the visible property. |
void |
setXResultSetConcurrency(int value)
Sets the value of the xResultSetConcurrency property. |
void |
setXResultSetType(int value)
Sets the value of the xResultSetType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String charset
protected java.util.List<XLptsDBStatementColumnType> columnListItem
protected java.lang.String connectionId
protected XLptsDBCreateStatementRootType createRootItem
protected XLptsDBStatementCriteriaType criteriaType
protected boolean executable
protected java.lang.String id
protected XLptsDBSqlDatabaseFormat sqlDatabaseFormat
protected java.lang.String sqlStatementExtension
protected boolean sqlStatementModified
protected java.lang.String sqlStatementUnformatted
protected java.lang.String sqlStatementUser
protected XLptsDBSqlStringFormatType sqlStringFormat
protected java.util.List<XLptsDBStatementTableType> tableListItem
protected int tableTypesView
protected java.lang.String title
protected XLptsDBTypeOfStatementType typeOfStatement
protected java.util.List<XLptsDBUpInsDelType> upInsDelListItem
protected java.lang.String version
protected boolean visible
protected int xResultSetConcurrency
protected int xResultSetType
Constructor Detail |
---|
public XLptsDBStatementType()
Method Detail |
---|
public java.lang.String getCharset()
String
public java.util.List<XLptsDBStatementColumnType> getColumnListItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the columnListItem property.
For example, to add a new item, do as follows:
getColumnListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBStatementColumnType
public java.lang.String getConnectionId()
String
public XLptsDBCreateStatementRootType getCreateRootItem()
XLptsDBCreateStatementRootType
public XLptsDBStatementCriteriaType getCriteriaType()
XLptsDBStatementCriteriaType
public java.lang.String getId()
String
public XLptsDBSqlDatabaseFormat getSqlDatabaseFormat()
XLptsDBSqlDatabaseFormat
public java.lang.String getSqlStatementExtension()
String
public java.lang.String getSqlStatementUnformatted()
String
public java.lang.String getSqlStatementUser()
String
public XLptsDBSqlStringFormatType getSqlStringFormat()
XLptsDBSqlStringFormatType
public java.util.List<XLptsDBStatementTableType> getTableListItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the tableListItem property.
For example, to add a new item, do as follows:
getTableListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBStatementTableType
public int getTableTypesView()
public java.lang.String getTitle()
String
public XLptsDBTypeOfStatementType getTypeOfStatement()
XLptsDBTypeOfStatementType
public java.util.List<XLptsDBUpInsDelType> getUpInsDelListItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the upInsDelListItem property.
For example, to add a new item, do as follows:
getUpInsDelListItem().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBUpInsDelType
public java.lang.String getVersion()
String
public int getXResultSetConcurrency()
public int getXResultSetType()
public boolean isExecutable()
public boolean isSqlStatementModified()
public boolean isVisible()
public void setCharset(java.lang.String value)
value
- allowed object is
String
public void setConnectionId(java.lang.String value)
value
- allowed object is
String
public void setCreateRootItem(XLptsDBCreateStatementRootType value)
value
- allowed object is
XLptsDBCreateStatementRootType
public void setCriteriaType(XLptsDBStatementCriteriaType value)
value
- allowed object is
XLptsDBStatementCriteriaType
public void setExecutable(boolean value)
public void setId(java.lang.String value)
value
- allowed object is
String
public void setSqlDatabaseFormat(XLptsDBSqlDatabaseFormat value)
value
- allowed object is
XLptsDBSqlDatabaseFormat
public void setSqlStatementExtension(java.lang.String value)
value
- allowed object is
String
public void setSqlStatementModified(boolean value)
public void setSqlStatementUnformatted(java.lang.String value)
value
- allowed object is
String
public void setSqlStatementUser(java.lang.String value)
value
- allowed object is
String
public void setSqlStringFormat(XLptsDBSqlStringFormatType value)
value
- allowed object is
XLptsDBSqlStringFormatType
public void setTableTypesView(int value)
public void setTitle(java.lang.String value)
value
- allowed object is
String
public void setTypeOfStatement(XLptsDBTypeOfStatementType value)
value
- allowed object is
XLptsDBTypeOfStatementType
public void setVersion(java.lang.String value)
value
- allowed object is
String
public void setVisible(boolean value)
public void setXResultSetConcurrency(int value)
public void setXResultSetType(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |