Package de.xima.fc
Class CmnConst.DatenabfrageDB
- java.lang.Object
-
- de.xima.fc.CmnConst.DatenabfrageDB
-
-
Field Summary
Fields Modifier and Type Field Description static String
DFLT_DELIMITER
Trennzeichen für die Wertestatic String
PARAMETER_DELIMITER
static String
PARAMETER_SQL_PARAMS
Deprecated.static int
QUERY_TEST_CHAR_LIMIT
static String
SQL_PERCENT
im SQL wird das % für "*" verwendet
-
Constructor Summary
Constructors Constructor Description DatenabfrageDB()
-
-
-
Field Detail
-
DFLT_DELIMITER
public static final String DFLT_DELIMITER
Trennzeichen für die Werte- See Also:
- Constant Field Values
-
SQL_PERCENT
public static final String SQL_PERCENT
im SQL wird das % für "*" verwendet- See Also:
- Constant Field Values
-
PARAMETER_SQL_PARAMS
@Deprecated public static final String PARAMETER_SQL_PARAMS
Deprecated.Parameter- kommaseparierte Werte für die Variablen in der Where-Kondition- See Also:
- Constant Field Values
-
PARAMETER_DELIMITER
public static final String PARAMETER_DELIMITER
- See Also:
- Constant Field Values
-
QUERY_TEST_CHAR_LIMIT
public static final int QUERY_TEST_CHAR_LIMIT
- See Also:
- Constant Field Values
-
-