|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLptsDBStatementJoinType | |
---|---|
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 XLptsDBStatementJoinType in com.lapetus_ltd._2009.xml.types |
---|
Fields in com.lapetus_ltd._2009.xml.types with type parameters of type XLptsDBStatementJoinType | |
---|---|
protected java.util.List<XLptsDBStatementJoinType> |
XLptsDBStatementCriteriaItemType.joinOnListItem
|
Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBStatementJoinType | |
---|---|
XLptsDBStatementJoinType |
ObjectFactory.createXLptsDBStatementJoinType()
Create an instance of XLptsDBStatementJoinType |
Methods in com.lapetus_ltd._2009.xml.types that return types with arguments of type XLptsDBStatementJoinType | |
---|---|
java.util.List<XLptsDBStatementJoinType> |
XLptsDBStatementCriteriaItemType.getJoinOnListItem()
Gets the value of the joinOnListItem property. |
Uses of XLptsDBStatementJoinType in com.lapetus_ltd.api.db.xml.types |
---|
Subclasses of XLptsDBStatementJoinType in com.lapetus_ltd.api.db.xml.types | |
---|---|
class |
TLptsDBStatementJoinType
Class Description : This initialises the JOIN type for the JOIN select processing. |
Methods in com.lapetus_ltd.api.db.xml.types that return types with arguments of type XLptsDBStatementJoinType | |
---|---|
java.util.List<XLptsDBStatementJoinType> |
TLptsDBStatementCriteriaItemType.getJoinOnListItem()
Returns a copy of the actual list. |
Methods in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBStatementJoinType | |
---|---|
void |
TLptsDBStatementCriteriaItemType.addJoinOnListItem(XLptsDBStatementJoinType item)
Adds the join item to the joinOnListItem list. |
void |
TLptsDBStatementCriteriaItemType.removeJoinOnListItem(XLptsDBStatementJoinType item)
Removes the join item from the joinOnListItem list. |
Constructors in com.lapetus_ltd.api.db.xml.types with parameters of type XLptsDBStatementJoinType | |
---|---|
TLptsDBStatementJoinType(XLptsDBStatementJoinType spjot)
This constructor copies the parameter join type information from another XLptsDBStatementJoinType. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |