Package org.firebirdsql.jdbc.metadata
Class FbMetadataConstants
- java.lang.Object
- 
- org.firebirdsql.jdbc.metadata.FbMetadataConstants
 
- 
 @InternalApi public final class FbMetadataConstants extends java.lang.Object Constants for metadata as used in the Firebird metadata tablesDatabaseMetaDataimplementation.- Since:
- 4.0
- Author:
- Mark Rotteveel
 
- 
- 
Field Summary
 
- 
- 
- 
Field Detail- 
SUBTYPE_NUMERICpublic static final int SUBTYPE_NUMERIC - See Also:
- Constant Field Values
 
 - 
SUBTYPE_DECIMALpublic static final int SUBTYPE_DECIMAL - See Also:
- Constant Field Values
 
 - 
FLOAT_BINARY_PRECISIONpublic static final int FLOAT_BINARY_PRECISION - See Also:
- Constant Field Values
 
 - 
FLOAT_DECIMAL_PRECISIONpublic static final int FLOAT_DECIMAL_PRECISION - See Also:
- Constant Field Values
 
 - 
DOUBLE_BINARY_PRECISIONpublic static final int DOUBLE_BINARY_PRECISION - See Also:
- Constant Field Values
 
 - 
DOUBLE_DECIMAL_PRECISIONpublic static final int DOUBLE_DECIMAL_PRECISION - See Also:
- Constant Field Values
 
 - 
BIGINT_PRECISIONpublic static final int BIGINT_PRECISION - See Also:
- Constant Field Values
 
 - 
INTEGER_PRECISIONpublic static final int INTEGER_PRECISION - See Also:
- Constant Field Values
 
 - 
SMALLINT_PRECISIONpublic static final int SMALLINT_PRECISION - See Also:
- Constant Field Values
 
 - 
BOOLEAN_BINARY_PRECISIONpublic static final int BOOLEAN_BINARY_PRECISION - See Also:
- Constant Field Values
 
 - 
NUMERIC_BIGINT_PRECISIONpublic static final int NUMERIC_BIGINT_PRECISION - See Also:
- Constant Field Values
 
 - 
NUMERIC_INTEGER_PRECISIONpublic static final int NUMERIC_INTEGER_PRECISION - See Also:
- Constant Field Values
 
 - 
NUMERIC_SMALLINT_PRECISIONpublic static final int NUMERIC_SMALLINT_PRECISION - See Also:
- Constant Field Values
 
 - 
NUMERIC_INT128_PRECISIONpublic static final int NUMERIC_INT128_PRECISION - See Also:
- Constant Field Values
 
 - 
DECFLOAT_16_PRECISIONpublic static final int DECFLOAT_16_PRECISION - See Also:
- Constant Field Values
 
 - 
DECFLOAT_34_PRECISIONpublic static final int DECFLOAT_34_PRECISION - See Also:
- Constant Field Values
 
 - 
DATE_PRECISIONpublic static final int DATE_PRECISION - See Also:
- Constant Field Values
 
 - 
TIME_PRECISIONpublic static final int TIME_PRECISION - See Also:
- Constant Field Values
 
 - 
TIMESTAMP_PRECISIONpublic static final int TIMESTAMP_PRECISION - See Also:
- Constant Field Values
 
 - 
TIME_WITH_TIMEZONE_PRECISIONpublic static final int TIME_WITH_TIMEZONE_PRECISION - See Also:
- Constant Field Values
 
 - 
TIMESTAMP_WITH_TIMEZONE_PRECISIONpublic static final int TIMESTAMP_WITH_TIMEZONE_PRECISION - See Also:
- Constant Field Values
 
 - 
RADIX_BINARYpublic static final int RADIX_BINARY - See Also:
- Constant Field Values
 
 - 
RADIX_DECIMALpublic static final int RADIX_DECIMAL - See Also:
- Constant Field Values
 
 - 
OBJECT_NAME_LENGTH_BEFORE_V4_0public static final int OBJECT_NAME_LENGTH_BEFORE_V4_0 - See Also:
- Constant Field Values
 
 - 
OBJECT_NAME_LENGTH_V4_0public static final int OBJECT_NAME_LENGTH_V4_0 - See Also:
- Constant Field Values
 
 - 
OBJECT_NAME_LENGTHpublic static final int OBJECT_NAME_LENGTH - See Also:
- Constant Field Values
 
 - 
smallint_typepublic static final int smallint_type - See Also:
- Constant Field Values
 
 - 
integer_typepublic static final int integer_type - See Also:
- Constant Field Values
 
 - 
quad_typepublic static final int quad_type - See Also:
- Constant Field Values
 
 - 
float_typepublic static final int float_type - See Also:
- Constant Field Values
 
 - 
d_float_typepublic static final int d_float_type - See Also:
- Constant Field Values
 
 - 
date_typepublic static final int date_type - See Also:
- Constant Field Values
 
 - 
time_typepublic static final int time_type - See Also:
- Constant Field Values
 
 - 
char_typepublic static final int char_type - See Also:
- Constant Field Values
 
 - 
int64_typepublic static final int int64_type - See Also:
- Constant Field Values
 
 - 
boolean_typepublic static final int boolean_type - See Also:
- Constant Field Values
 
 - 
dec16_typepublic static final int dec16_type - See Also:
- Constant Field Values
 
 - 
dec34_typepublic static final int dec34_type - See Also:
- Constant Field Values
 
 - 
int128_typepublic static final int int128_type - See Also:
- Constant Field Values
 
 - 
double_typepublic static final int double_type - See Also:
- Constant Field Values
 
 - 
time_tz_typepublic static final int time_tz_type - See Also:
- Constant Field Values
 
 - 
timestamp_tz_typepublic static final int timestamp_tz_type - See Also:
- Constant Field Values
 
 - 
ex_time_tz_typepublic static final int ex_time_tz_type - See Also:
- Constant Field Values
 
 - 
ex_timestamp_tz_typepublic static final int ex_timestamp_tz_type - See Also:
- Constant Field Values
 
 - 
timestamp_typepublic static final int timestamp_type - See Also:
- Constant Field Values
 
 - 
varchar_typepublic static final int varchar_type - See Also:
- Constant Field Values
 
 - 
cstring_typepublic static final int cstring_type - See Also:
- Constant Field Values
 
 - 
blob_typepublic static final int blob_type - See Also:
- Constant Field Values
 
 
- 
 
-