public final class SQLUtil extends Object
| Constructor and Description |
|---|
SQLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateIdentifier(@NonNull String s)
Validates that specified string is not empty and does not contain
` characters. |
static void |
validatePlaceholderCount(@NonNull String expr,
@NonNull Object[] values)
Validates that count of
? |
public static void validateIdentifier(@NonNull
@NonNull String s)
` characters.s - String to be validated.Copyright © 2021. All rights reserved.