| Package | Description |
|---|---|
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.storage.search |
Provides interfaces for retrieval of data from
SearchQuery objects. |
| org.mmbase.storage.search.implementation | |
| org.mmbase.storage.search.implementation.database |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
Query.setCaseSensitive(FieldConstraint constraint,
boolean sensitive)
Changes the given constraint's 'case sensitivity' (if applicable).
|
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
Query.setCaseSensitive(FieldConstraint constraint,
boolean sensitive)
Changes the given constraint's 'case sensitivity' (if applicable).
|
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
BasicQuery.setCaseSensitive(FieldConstraint c,
boolean s) |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
BasicQuery.setCaseSensitive(FieldConstraint c,
boolean s) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteCompareFieldsConstraint_Proxy
RemoteCompareFieldsConstraint_Proxy in a generated smart proxy of CompareFieldsConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteFieldCompareConstraint_Proxy
RemoteFieldCompareConstraint_Proxy in a generated smart proxy of FieldCompareConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteFieldConstraint_Proxy
RemoteFieldConstraint_Proxy in a generated smart proxy of FieldConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteFieldNullConstraint_Proxy
RemoteFieldNullConstraint_Proxy in a generated smart proxy of FieldNullConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteFieldValueBetweenConstraint_Proxy
RemoteFieldValueBetweenConstraint_Proxy in a generated smart proxy of FieldValueBetweenConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteFieldValueConstraint_Proxy
RemoteFieldValueConstraint_Proxy in a generated smart proxy of FieldValueConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteFieldValueInConstraint_Proxy
RemoteFieldValueInConstraint_Proxy in a generated smart proxy of FieldValueInConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
class |
RemoteFieldValueInQueryConstraint_Proxy
RemoteFieldValueInQueryConstraint_Proxy in a generated smart proxy of FieldValueInQueryConstraint
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
RemoteQuery_Proxy.setCaseSensitive(FieldConstraint arg0,
boolean arg1) |
FieldConstraint |
RemoteNodeQuery_Proxy.setCaseSensitive(FieldConstraint arg0,
boolean arg1) |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
RemoteQuery_Proxy.setCaseSensitive(FieldConstraint arg0,
boolean arg1) |
FieldConstraint |
RemoteNodeQuery_Proxy.setCaseSensitive(FieldConstraint arg0,
boolean arg1) |
| Constructor and Description |
|---|
RemoteFieldConstraint_Rmi(FieldConstraint originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
AbstractQueryWrapper.setCaseSensitive(FieldConstraint constraint,
boolean sensitive) |
| Modifier and Type | Method and Description |
|---|---|
static List<FieldConstraint> |
Queries.getConstraints(Constraint constraint,
Step step) |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraint |
AbstractQueryWrapper.setCaseSensitive(FieldConstraint constraint,
boolean sensitive) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompareFieldsConstraint
A constraint that compares the value of two stepfields.
|
interface |
FieldCompareConstraint
A constraint that compares a stepfield value with another value.
|
interface |
FieldNullConstraint
A constraint that tests if a stepfield value is null.
|
interface |
FieldValueBetweenConstraint
A constraint that restricts the value of a stepfield to be in a specified
range of values (numerical or string).
|
interface |
FieldValueConstraint
A constraint that compares a stepfield value with a fixed value.
|
interface |
FieldValueDateConstraint |
interface |
FieldValueInConstraint
A constraint that restricts the value of a stepfield to be in a specified list of values.
|
interface |
FieldValueInQueryConstraint
A constraint that restricts the value of a stepfield to be in a specfied selection.
|
interface |
FunctionValueConstraint
This class can solve the following.
|
interface |
StringSearchConstraint
A constraint specifically for advanced types of text searches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCompareFieldsConstraint
Basic implementation.
|
class |
BasicFieldCompareConstraint
Basic implementation.
|
class |
BasicFieldConstraint
Basic implementation.
|
class |
BasicFieldNullConstraint
Basic implementation.
|
class |
BasicFieldValueBetweenConstraint
Basic implementation.
|
class |
BasicFieldValueConstraint
Basic implementation.
|
class |
BasicFieldValueDateConstraint
A constraint on a 'part' of a DateTime field.
|
class |
BasicFieldValueInConstraint
Basic implementation.
|
class |
BasicFieldValueInQueryConstraint
Basic implementation.
|
class |
BasicFunctionValueConstraint |
class |
BasicStringSearchConstraint
Basic implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
MySqlSqlHandler.appendLikeOperator(StringBuilder sb,
FieldConstraint constraint) |
protected StringBuilder |
PostgreSqlSqlHandler.appendLikeOperator(StringBuilder sb,
FieldConstraint constraint) |
protected StringBuilder |
BasicSqlHandler.appendLikeOperator(StringBuilder sb,
FieldConstraint fieldConstraint)
Appends the 'LIKE' operator for the given case sensitiviy.
|
protected String |
MySqlSqlHandler.appendPreField(StringBuilder sb,
FieldConstraint constraint,
StepField field,
boolean multiple) |
protected String |
BasicSqlHandler.appendPreField(StringBuilder sb,
FieldConstraint constraint,
StepField field,
boolean multiple) |
protected StringBuilder |
MySqlSqlHandler.appendRegularExpressionOperator(StringBuilder sb,
FieldConstraint constraint) |
protected StringBuilder |
PostgreSqlSqlHandler.appendRegularExpressionOperator(StringBuilder sb,
FieldConstraint constraint) |
protected StringBuilder |
BasicSqlHandler.appendRegularExpressionOperator(StringBuilder sb,
FieldConstraint fieldConstraint) |
protected boolean |
MySqlSqlHandler.useLower(FieldConstraint constraint) |
protected boolean |
PostgreSqlSqlHandler.useLower(FieldConstraint constraint) |
protected boolean |
BasicSqlHandler.useLower(FieldConstraint constraint)
Wether the 'LOWER' function needs to be used to implement case insensitivity.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}