public interface ResultsColumn extends BaseColumn<Table>
| Modifier and Type | Method and Description |
|---|---|
int |
getDisplaySize()
Gets the normal maximum number of characters allowed as the width of the designated column.
|
String |
getLabel()
Gets the column's suggested title for use in printouts and displays.
|
boolean |
isAutoIncrement()
True if this column is auto-incremented.
|
boolean |
isCaseSensitive()
True if this column is case-sensitive.
|
boolean |
isCurrency()
True if this column is a cash value.
|
boolean |
isDefinitelyWritable()
Indicates whether a write on the designated column will definitely succeed.
|
boolean |
isReadOnly()
Indicates whether the designated column is definitely not writable.
|
boolean |
isSearchable()
Indicates whether the designated column can be used in a where clause.
|
boolean |
isSigned()
Indicates whether values in the designated column are signed numbers.
|
boolean |
isWritable()
Indicates whether it is possible for a write on the designated column to succeed.
|
getColumnDataType, getDecimalDigits, getOrdinalPosition, getSize, getWidth, isColumnDataTypeKnown, isNullablegetShortName, isParentPartialgetSchema, withQuotinggetFullName, getName, keycompareTogetAttribute, getAttribute, getAttributes, hasAttribute, lookupAttribute, removeAttribute, setAttributegetRemarks, hasRemarks, setRemarksgetParentgetTypeint getDisplaySize()
String getLabel()
boolean isAutoIncrement()
boolean isCaseSensitive()
boolean isCurrency()
boolean isDefinitelyWritable()
boolean isReadOnly()
boolean isSearchable()
boolean isSigned()
boolean isWritable()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.