public class ActionHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
INVALID_DB_USER |
static String[] |
INVALID_SCHEMAS |
| Constructor and Description |
|---|
ActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInvalidSchemaName(String schemaName)
Checks, if the given schema name can be used for external use.
|
static boolean |
isInvalidUserName(String user)
Checks, if the given user name can be used for external use.
|
static String |
quoteIdentifier(Connection con,
String identifier)
Quotes the given identifier.
|
public static final String[] INVALID_DB_USER
public static final String[] INVALID_SCHEMAS
public static String quoteIdentifier(Connection con, String identifier) throws Exception
con - a db connectionidentifier - an identifierException - DOCUMENT ME!public static boolean isInvalidSchemaName(String schemaName)
schemaName - the name to checkpublic static boolean isInvalidUserName(String user)
user - the name to checkCopyright © 2012–2025 cismet GmbH. All rights reserved.