Package de.xima.fc
Class CmnConst.DatenabfrageDB
- java.lang.Object
 - 
- de.xima.fc.CmnConst.DatenabfrageDB
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringDFLT_DELIMITERTrennzeichen für die Wertestatic StringPARAMETER_DELIMITERstatic StringPARAMETER_SQL_PARAMSDeprecated.static intQUERY_TEST_CHAR_LIMITstatic StringSQL_PERCENTim 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
 
 
 - 
 
 -