|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLptsDBSqlDatabaseFormat | |
---|---|
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 XLptsDBSqlDatabaseFormat in com.lapetus_ltd._2009.xml.types |
---|
Fields in com.lapetus_ltd._2009.xml.types declared as XLptsDBSqlDatabaseFormat | |
---|---|
protected XLptsDBSqlDatabaseFormat |
XLptsDBStatementType.sqlDatabaseFormat
|
Methods in com.lapetus_ltd._2009.xml.types that return XLptsDBSqlDatabaseFormat | |
---|---|
static XLptsDBSqlDatabaseFormat |
XLptsDBSqlDatabaseFormat.fromValue(java.lang.String v)
|
XLptsDBSqlDatabaseFormat |
XLptsDBStatementType.getSqlDatabaseFormat()
Gets the value of the sqlDatabaseFormat property. |
static XLptsDBSqlDatabaseFormat |
XLptsDBSqlDatabaseFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XLptsDBSqlDatabaseFormat[] |
XLptsDBSqlDatabaseFormat.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 XLptsDBSqlDatabaseFormat | |
---|---|
void |
XLptsDBStatementType.setSqlDatabaseFormat(XLptsDBSqlDatabaseFormat value)
Sets the value of the sqlDatabaseFormat property. |
Uses of XLptsDBSqlDatabaseFormat in com.lapetus_ltd.api.db.control |
---|
Methods in com.lapetus_ltd.api.db.control with parameters of type XLptsDBSqlDatabaseFormat | |
---|---|
XLptsDBSqlStringFormatType |
TLptsStatement.getStandardSqlFormat(XLptsDBSqlDatabaseFormat type)
Gets the SQL String formats for the standard types, like MS SQL, MySql, Postgres and ODBC. |
void |
TLptsStatement.setSqlDatabaseFormat(XLptsDBSqlDatabaseFormat value)
Sets the quotation format for current statement. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |