Constants' Details |
DEFAULT
const short DEFAULT = 0;
- Description
- The same value in the column value or expression.
|
|
PREFIX_CHARACTERS
const short PREFIX_CHARACTERS = 1;
- Description
- The same first nth of characters in the column value or expression.
|
|
YEAR
const short YEAR = 2;
- Description
- Dates in the same calendar year.
|
|
QUARTAL
const short QUARTAL = 3;
- Description
- Dates in the same calendar quarter.
|
|
MONTH
const short MONTH = 4;
- Description
- Dates in the same month.
|
|
WEEK
const short WEEK = 5;
- Description
- Dates in the same week.
|
|
DAY
const short DAY = 6;
- Description
- Dates on the same date.
|
|
HOUR
const short HOUR = 7;
- Description
- Times in the same hour.
|
|
MINUTE
const short MINUTE = 8;
- Description
- Times in the same minute.
|
|
INTERVAL
const short INTERVAL = 9;
- Description
- Values within an interval you specify.
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.