public class AuditEntryDetailQuery extends AuditEntryQuery
Modifier and Type | Field and Description |
---|---|
static List<Column> |
ALL
The value that represents all columns in
AuditEntryDetailQuery . |
static Column |
AUDIT_ENTRY_DETAIL_ATTRIBUTE_ID
The audit detail column that represents the id of the attribute that changed.
|
static Column |
AUDIT_ENTRY_DETAIL_ATTRIBUTE_NAME
The audit detail column that represents the display name of the attribute that changed.
|
static Column |
AUDIT_ENTRY_DETAIL_ATTRIBUTE_TYPE
The audit detail column that represents the type of the attribute that changed.
|
static Column |
AUDIT_ENTRY_DETAIL_ID
The audit detail column that represents a numeric sequential identifier of the detail entry for each audit record.
|
static Column |
AUDIT_ENTRY_DETAIL_NEW_VALUE
The audit detail column that represents the value of the attribute after the change.
|
static Column |
AUDIT_ENTRY_DETAIL_OLD_VALUE
The audit detail column that represents the value of the attribute prior to the change.
|
AUDIT_ENTRY_ACTION, AUDIT_ENTRY_ID, AUDIT_ENTRY_MODE, AUDIT_ENTRY_SOURCE_ID, AUDIT_ENTRY_SOURCE_LOCATION, AUDIT_ENTRY_SOURCE_NAME, AUDIT_ENTRY_SOURCE_TYPE_ID, AUDIT_ENTRY_TIMESTAMP, AUDIT_ENTRY_USERID
Constructor and Description |
---|
AuditEntryDetailQuery() |
constrain, getColumns, getConstraint, getOrder, includeColumnNames, isIncludeColumnNames, order, order, select, select, setColumns, setConstraint, setIncludeColumnNames, setOrder, toString
public static final Column AUDIT_ENTRY_DETAIL_ID
public static final Column AUDIT_ENTRY_DETAIL_ATTRIBUTE_ID
public static final Column AUDIT_ENTRY_DETAIL_ATTRIBUTE_TYPE
public static final Column AUDIT_ENTRY_DETAIL_ATTRIBUTE_NAME
public static final Column AUDIT_ENTRY_DETAIL_OLD_VALUE
public static final Column AUDIT_ENTRY_DETAIL_NEW_VALUE
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>