public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LINE_SCRIPT
Line script identifier string.
|
static String |
PARAM_BASECLASS
Name of parameter 'baseClass' in SQLComment directive.
|
static String |
PARAM_CONFIGCLASS
Name of parameter 'configClass' in SQLComment directive.
|
static String |
PARAM_DATABASE
Name of parameter 'database' in SQLComment directive.
|
static String |
PARAM_NAME
Name of parameter 'name' in SQLComment directive.
|
static String |
PARAM_RESULTCLASS
Name of parameter 'resultClass' in SQLComment directive.
|
static String |
REPLACEMENT_END_TOKEN
Token marking end of replacement.
|
static Pattern |
REPLACEMENT_PATTERN
Replacement regular expression.
|
static String |
REPLACEMENT_START_TOKEN
Token marking start of replacement.
|
static Pattern |
SQL_PARAM_PATTERN
SQL param regular expression.
|
static String |
SQLCOMMENT
SQLComment directive string.
|
Constructor and Description |
---|
Constants() |
public static final String LINE_SCRIPT
Line script must start with this string. Everything after LINE_SCRIPT
is considered to be a control
script, until the end of line.
public static final String SQLCOMMENT
public static final String PARAM_NAME
public static final String PARAM_RESULTCLASS
public static final String PARAM_CONFIGCLASS
public static final String PARAM_BASECLASS
public static final String PARAM_DATABASE
public static final String REPLACEMENT_START_TOKEN
public static final String REPLACEMENT_END_TOKEN
public static final Pattern REPLACEMENT_PATTERN
This pattern is used to find and process replacements in SQL statements at runtime.
public static final Pattern SQL_PARAM_PATTERN
This pattern is used to find and process SQL parameters in statements at runtime.
Copyright © 2014–2015 Vracon s.r.o.. All rights reserved.