|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLptsDBStatementType | |
---|---|
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 XLptsDBStatementType in com.lapetus_ltd._2009.xml.types |
---|
Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsDBStatementType | |
---|---|
protected java.util.List<XLptsDBStatementType> |
XLptsDBStatementGroupType.statementListItem
|
Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBStatementType | |
---|---|
XLptsDBStatementType |
ObjectFactory.createXLptsDBStatementType()
Create an instance of XLptsDBStatementType |
Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsDBStatementType | |
---|---|
java.util.List<XLptsDBStatementType> |
XLptsDBStatementGroupType.getStatementListItem()
Gets the value of the statementListItem property. |
Uses of XLptsDBStatementType in com.lapetus_ltd.api.db.control |
---|
Subclasses of XLptsDBStatementType in com.lapetus_ltd.api.db.control | |
---|---|
class |
TLptsStatement
Class Description : This is the statement class that implements the java.sql.Statement interface. |
Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBStatementType | |
---|---|
static void |
TLptsFactoryStatement.createNewStatement(TLptsConnection connection,
XLptsDBStatementType statementType)
This function creates a TLptsStatement class and initialises all the relative properties. |
Constructors in com.lapetus_ltd.api.db.control with parameters of type XLptsDBStatementType | |
---|---|
TLptsStatement(TLptsConnection connection,
XLptsDBStatementType statementType)
This Constructor create a new Statement by setting only the connection and loading all the fields from another Statement. |
Uses of XLptsDBStatementType in com.lapetus_ltd.api.db.xml.types |
---|
Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsDBStatementType | |
---|---|
java.util.List<XLptsDBStatementType> |
TLptsDBStatementGroupType.getStatementListItem()
Returns a copy of the actual list. |
Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBStatementType | |
---|---|
void |
TLptsDBStatementGroupType.addStatementListItem(XLptsDBStatementType statementType)
Adds the statement to the statement list. |
void |
TLptsDBStatementGroupType.removeStatementListItem(XLptsDBStatementType statementType)
Removes the statement from the statement list. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |