|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLptsDBTypeOfStatementType | |
---|---|
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. |
Uses of XLptsDBTypeOfStatementType in com.lapetus_ltd._2009.xml.types |
---|
Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBTypeOfStatementType | |
---|---|
protected XLptsDBTypeOfStatementType |
XLptsDBStatementType.typeOfStatement
|
Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBTypeOfStatementType | |
---|---|
static XLptsDBTypeOfStatementType |
XLptsDBTypeOfStatementType.fromValue(java.lang.String v)
|
XLptsDBTypeOfStatementType |
XLptsDBStatementType.getTypeOfStatement()
Gets the value of the typeOfStatement property. |
static XLptsDBTypeOfStatementType |
XLptsDBTypeOfStatementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XLptsDBTypeOfStatementType[] |
XLptsDBTypeOfStatementType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.lapetus_ltd._2009.xml.types with parameters of type XLptsDBTypeOfStatementType | |
---|---|
void |
XLptsDBStatementType.setTypeOfStatement(XLptsDBTypeOfStatementType value)
Sets the value of the typeOfStatement property. |
Uses of XLptsDBTypeOfStatementType in com.lapetus_ltd.api.db.control |
---|
Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBTypeOfStatementType | |
---|---|
static void |
TLptsFactoryStatement.createNewStatement(TLptsConnection connection,
XLptsDBTypeOfStatementType statementType)
Creates a new statement based on a connection and statement type. |
Constructors in com.lapetus_ltd.api.db.control with parameters of type XLptsDBTypeOfStatementType | |
---|---|
TLptsStatement(TLptsConnection connection,
XLptsDBTypeOfStatementType typeOfStatement)
Creates a new Statement by setting the connection and the type of the statement. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |