public static class SQLStatement.Tag extends Object
Modifier and Type | Field and Description |
---|---|
String |
key
Tag: TAG_TEST, TAG_IF
|
static String |
TAG_IF
Tag to only execute statement if a var is true.
|
static String |
TAG_TEST
Tag for a SELECT statement whose number of rows must be counted.
|
String |
value
The value behind a tag, used for TAG_IF
|
static String |
VAR_EMPTY_RESULT |
Constructor and Description |
---|
SQLStatement.Tag(String key,
String value) |
public static final String TAG_TEST
public static final String TAG_IF
public static final String VAR_EMPTY_RESULT
public final String key
public final String value
Copyright © 2015 Nuxeo SA. All rights reserved.