public interface ResultsMetadataConstants
Modifier and Type | Interface and Description |
---|---|
static class |
ResultsMetadataConstants.NULL_TYPES
These types are associated with a DataType or an Element needing the indication of null types.
|
static class |
ResultsMetadataConstants.SEARCH_TYPES
These types are associated with the Element having valid search types.
|
static class |
ResultsMetadataConstants.TABLE_TYPES |
Modifier and Type | Field and Description |
---|---|
static Integer |
AUTO_INCREMENTING |
static Integer |
CASE_SENSITIVE |
static Integer |
CATALOG |
static Integer |
COLUMN |
static Integer |
COLUMN_LABEL |
static Integer |
CURRENCY |
static Integer |
DATA_TYPE |
static Integer |
DISPLAY_SIZE |
static Integer |
NULLABLE |
static Integer |
PRECISION |
static Integer |
RADIX |
static Integer |
SCALE |
static Integer |
SCHEMA |
static Integer |
SEARCHABLE |
static Integer |
SIGNED |
static Integer |
TABLE |
static Integer |
WRITABLE |
static final Integer CATALOG
static final Integer SCHEMA
static final Integer TABLE
static final Integer COLUMN
static final Integer COLUMN_LABEL
static final Integer DATA_TYPE
static final Integer PRECISION
static final Integer RADIX
static final Integer SCALE
static final Integer AUTO_INCREMENTING
static final Integer CASE_SENSITIVE
static final Integer NULLABLE
static final Integer SEARCHABLE
static final Integer SIGNED
static final Integer WRITABLE
static final Integer CURRENCY
static final Integer DISPLAY_SIZE
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.