public interface DatabaseConstants
Modifier and Type | Field and Description |
---|---|
static int |
MAX_DATABASE_NAME_LENGTH
The maximum length in characters of the string that represents the name
of the database.
|
static int |
MAX_PASSWORD_LENGTH
The maximum length in character of the string that holds a users
password.
|
static int |
MAX_PRIVGROUP_NAME_LENGTH
The maximum length in characters of the string that represents the name
of a privaledge group.
|
static int |
MAX_TABLE_NAME_LENGTH
The maximum length in characters of the string that holds the table
name.
|
static int |
MAX_USER_NAME_LENGTH
The maximum length in characters of the string that holds the user
name.
|
static final int MAX_DATABASE_NAME_LENGTH
static final int MAX_PRIVGROUP_NAME_LENGTH
static final int MAX_TABLE_NAME_LENGTH
static final int MAX_USER_NAME_LENGTH
static final int MAX_PASSWORD_LENGTH
Copyright © 2015. All rights reserved.