public class DBColumnKey extends DynamicDatabaseKey
SUB_KEY_ACTION, SUB_KEY_COLUMN, SUB_KEY_CONFIRM, SUB_KEY_CONST, SUB_KEY_DBO, SUB_KEY_DEMO, SUB_KEY_ERROR, SUB_KEY_FIELD, SUB_KEY_GUI, SUB_KEY_HELP, SUB_KEY_INFO, SUB_KEY_LABEL, SUB_KEY_MENU, SUB_KEY_MESSAGE, SUB_KEY_MISC, SUB_KEY_STATUS, SUB_KEY_TIP, SUB_KEY_TOOL, SUB_KEY_WINDOW, SUB_KEY_WORKFLOW
Constructor and Description |
---|
DBColumnKey(java.lang.String appKey,
java.lang.String tableName,
java.lang.String columnName,
int index,
boolean isPrimaryKey,
boolean isNotNull,
int length,
java.lang.Class javaType,
int jdbcType) |
DBColumnKey(java.lang.String appKey,
java.lang.String tableName,
java.lang.String columnName,
int index,
boolean isPrimaryKey,
boolean isNotNull,
int length,
java.lang.Class javaType,
int jdbcType,
java.lang.String fkGroup,
java.lang.String fkRef) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compares table and column names case insensitive.
|
int |
getColumnIndex() |
java.lang.String |
getForeignKeyGroup() |
java.lang.String |
getForeignKeyRef() |
java.lang.Class |
getJavaType() |
int |
getJdbcType() |
int |
getLength() |
java.lang.String |
getSubKey()
Returns the path of the key
|
int |
hashCode() |
boolean |
isForeignKey() |
boolean |
isNotNull() |
boolean |
isPrimaryKey() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
equals, getAppKey, getColumnName, getFullName, getTableName, getText, getTipText, getTranslationKey, name, toString
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public DBColumnKey(java.lang.String appKey, java.lang.String tableName, java.lang.String columnName, int index, boolean isPrimaryKey, boolean isNotNull, int length, java.lang.Class javaType, int jdbcType)
public DBColumnKey(java.lang.String appKey, java.lang.String tableName, java.lang.String columnName, int index, boolean isPrimaryKey, boolean isNotNull, int length, java.lang.Class javaType, int jdbcType, java.lang.String fkGroup, java.lang.String fkRef)
public boolean equals(java.lang.Object obj)
DynamicDatabaseKey
equals
in class DynamicDatabaseKey
public int hashCode()
hashCode
in class DynamicDatabaseKey
public final java.lang.String getSubKey()
NlsKey
getSubKey
in interface NlsKey
getSubKey
in class DynamicDatabaseKey
public int getColumnIndex()
public boolean isPrimaryKey()
public boolean isForeignKey()
public int getJdbcType()
public java.lang.Class getJavaType()
public boolean isNotNull()
public int getLength()
public java.lang.String getForeignKeyRef()
public java.lang.String getForeignKeyGroup()
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DynamicDatabaseKey
Copyright © 2014 EsprIT-Systems. All Rights Reserved.