|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Date
oracle.adfnmc.java.sql.BaseTime
oracle.adfnmc.java.sql.Time
public class Time
Java representation of an SQL TIME value. Provides functions to aid generation and interpretation of JDBC escape format for time values.
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
static java.lang.String |
CLASS_INSTANCE_NAME
|
Constructor Summary | |
---|---|
Time(long theTime)
Constructs a Time object using a supplied time specified in milliseconds |
Method Summary | |
---|---|
int |
getDate()
Deprecated. This method is deprecated and must not be used. An SQL Time object does not have a Date component. |
int |
getDay()
Deprecated. This method is deprecated and must not be used. An SQL Time object does not have a Day component. |
int |
getMonth()
Deprecated. This method is deprecated and must not be used. An SQL Time object does not have a Month component. |
int |
getYear()
Deprecated. This method is deprecated and must not be used. An SQL Time object does not have a Year component. |
void |
setDate(int i)
Deprecated. This method is deprecated and must not be used. An SQL Time object does not have a Date component. |
void |
setMonth(int i)
Deprecated. This method is deprecated and must not be used. An SQL Time object does not have a Month component. |
void |
setYear(int i)
Deprecated. This method is deprecated and must not be used. An SQL Time object does not have a Year component. |
static Time |
valueOf(java.lang.String timeString)
|
Methods inherited from class oracle.adfnmc.java.sql.BaseTime |
---|
compareTo, setTime, toString, valueOfInternal |
Methods inherited from class java.util.Date |
---|
equals, getTime, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
public static final java.lang.String CLASS_INSTANCE_NAME
Constructor Detail |
---|
public Time(long theTime)
theTime
- a Time specified in milliseconds since the Epoch (January 1st 1970, 00:00:00.000)Method Detail |
---|
public static Time valueOf(java.lang.String timeString)
public int getDate()
java.lang.IllegalArgumentException
- if this method is calledpublic int getDay()
java.lang.IllegalArgumentException
- if this method is calledpublic int getMonth()
java.lang.IllegalArgumentException
- if this method is calledpublic int getYear()
java.lang.IllegalArgumentException
- if this method is calledpublic void setDate(int i)
java.lang.IllegalArgumentException
- if this method is calledpublic void setMonth(int i)
java.lang.IllegalArgumentException
- if this method is calledpublic void setYear(int i)
java.lang.IllegalArgumentException
- if this method is called
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |