| Package | Description |
|---|---|
| net.as_development.asdk.api.db | |
| net.as_development.asdk.db_service.impl |
| Modifier and Type | Method and Description |
|---|---|
static EQueryPartOperation |
EQueryPartOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EQueryPartOperation[] |
EQueryPartOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDBQuery.setQueryPart(int nPosition,
EQueryPartBinding eBinding,
EQueryPartOperation eOperation,
String sAttribute,
Object aValue)
define one part of the query ...
|
| Modifier and Type | Method and Description |
|---|---|
EQueryPartOperation |
QueryPart.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryPart.hasSettings(EQueryPartBinding eBinding,
EQueryPartOperation eOperation,
String sAttribute) |
void |
QueryPart.setOperation(EQueryPartOperation eOperation) |
void |
DBQueryTemplate.setQueryPart(int nPosition,
EQueryPartBinding eBinding,
EQueryPartOperation eOperation,
String sAttribute)
see IDBQuery.setQueryPart ()
... but it define those part without any value.
|
void |
DBQuery.setQueryPart(int nPosition,
EQueryPartBinding eBinding,
EQueryPartOperation eOperation,
String sAttribute,
Object aValue) |
Copyright © 2016 as-development.net. All rights reserved.