public abstract class TableNameValidator extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
validateTableName(String table)
If table name is invalid throws exception with proper message:
- Table name is blank
- Table name too long [name].
|
public static void validateTableName(String table)
table - table name to validateCopyright © 2021. All rights reserved.