Class TableAndFieldNameValidator
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.helpers.TableAndFieldNameValidator
-
public class TableAndFieldNameValidator extends Object
Validates table and field names for illegal characters.- Since:
- 7.20.0
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
TABLE_OR_FIELD_NAME_PATTERN
-
Constructor Summary
Constructors Constructor Description TableAndFieldNameValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
checkNameDoesNotHaveSqlInjections(String tableOrFieldName)
Checks that the SQL does not have any SQL injections.
-
-
-
Field Detail
-
TABLE_OR_FIELD_NAME_PATTERN
public static final Pattern TABLE_OR_FIELD_NAME_PATTERN
-
-