|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLInterval
This class represents the INTEGER type, sometimes abbreviated as INT (typically 32-bit integer).
| Method Summary | |
|---|---|
IntervalDataType |
getEndField()
Returns the end field precision for this INTERVAL. |
java.lang.Integer |
getSecondFracs()
Returns the fraction seconds precision for this INTERVAL. |
IntervalDataType |
getStartField()
Returns the start field type for this INTERVAL. |
java.lang.Integer |
getStartFieldPrecision()
Return the start field precision for this INTERVAL. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
IntervalDataType getStartField()
INTERVAL.
INTERVAL.java.lang.Integer getStartFieldPrecision()
INTERVAL. May be null if none specified.
INTERVAL.IntervalDataType getEndField()
INTERVAL. Will always be null for single datetime field
intervals.
INTERVAL.java.lang.Integer getSecondFracs()
INTERVAL. Will always be null if the end field
type is not IntervalDataType.SECOND, or if this is single datetime field interval, and its start type is
not IntervalDataType.SECOND.
INTERVAL.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||