| Package | Description |
|---|---|
| net.as_development.asdk.api.db | |
| net.as_development.asdk.db_service.impl |
| Modifier and Type | Method and Description |
|---|---|
static EQueryPartBinding |
EQueryPartBinding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EQueryPartBinding[] |
EQueryPartBinding.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 |
|---|---|
EQueryPartBinding |
QueryPart.getLogicBinding() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryPart.hasSettings(EQueryPartBinding eBinding,
EQueryPartOperation eOperation,
String sAttribute) |
void |
QueryPart.setLogicBinding(EQueryPartBinding eBinding) |
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.