org.modeshape.jdbc.metadata
Interface ResultsMetadataConstants
public interface ResultsMetadataConstants
This constants in this class indicate the column positions of different
columns in queries against metadata. These constants are
used in JcrResultsMetaData object to obtain column specific
metadata information.
CATALOG
static final Integer CATALOG
SCHEMA
static final Integer SCHEMA
TABLE
static final Integer TABLE
COLUMN
static final Integer COLUMN
COLUMN_LABEL
static final Integer COLUMN_LABEL
DATA_TYPE
static final Integer DATA_TYPE
PRECISION
static final Integer PRECISION
RADIX
static final Integer RADIX
SCALE
static final Integer SCALE
AUTO_INCREMENTING
static final Integer AUTO_INCREMENTING
CASE_SENSITIVE
static final Integer CASE_SENSITIVE
NULLABLE
static final Integer NULLABLE
SEARCHABLE
static final Integer SEARCHABLE
SIGNED
static final Integer SIGNED
WRITABLE
static final Integer WRITABLE
CURRENCY
static final Integer CURRENCY
DISPLAY_SIZE
static final Integer DISPLAY_SIZE
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.