Searched refs:Time (Results 26 - 40 of 40) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DFilteredRowSetImpl.java1232 * <code>Time</code> object.
1253 public void updateTime(int columnIndex , Time x) throws SQLException {
1273 * <code>Time</code> object.
1294 public void updateTime(String columnName , Time x) throws SQLException {
H A DCachedRowSetImpl.java2171 * <code>java.sql.Time</code> object.
2181 public java.sql.Time getTime(int columnIndex) throws SQLException {
2207 return (java.sql.Time)value;
2211 return new java.sql.Time(sec);
2218 return ((java.sql.Time)(tf.parse(value.toString())));
2273 long sec = ((java.sql.Time)value).getTime();
2694 * of the current row as a <code>java.sql.Time</code> object.
2704 public java.sql.Time getTime(String columnName) throws SQLException {
4061 * <TD><code>java.sql.Time</code>
4115 return new Timestamp(((java.sql.Time)srcOb
[all...]
H A DJdbcRowSetImpl.java722 param[0] instanceof java.sql.Time ||
1081 * a <code>java.sql.Time</code> object in the Java programming language.
1090 public java.sql.Time getTime(int columnIndex) throws SQLException {
1395 * a <code>java.sql.Time</code> object in the Java programming language.
1405 public java.sql.Time getTime(String columnName) throws SQLException {
2494 * Updates the designated column with a <code>java.sql.Time</code> value.
2507 public void updateTime(int columnIndex, java.sql.Time x) throws SQLException {
2873 * Updates the designated column with a <code>java.sql.Time</code> value.
2884 public void updateTime(String columnName, java.sql.Time x) throws SQLException {
3402 * of this rowset's <code>ResultSet</code> object as a <code>java.sql.Time</cod
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java215 * <code>Time</code>, or <code>Timestamp</code> object being set. As is true with other
2031 * Sets the designated parameter to the given <code>java.sql.Time</code>
2049 * will be the <code>Time</code> object that was set as the second parameter
2060 * @param x a <code>java.sql.Time</code> object, which is to be set as the value
2066 public void setTime(int parameterIndex, java.sql.Time x) throws SQLException {
2982 * Sets the designated parameter to the given <code>java.sql.Time</code>
3009 * is the given <code>java.sql.Time</code> object.
3027 * @param x a <code>java.sql.Time</code> object
3034 public void setTime(int parameterIndex, java.sql.Time x, Calendar cal) throws SQLException {
4104 * Sets the designated parameter to the given <code>java.sql.Time</cod
[all...]
H A DRowSetMetaDataImpl.java881 className = java.sql.Time.class.getName();
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLOutputImpl.java271 * Writes a <code>java.sql.Time</code> object in the Java programming
280 public void writeTime(java.sql.Time x) throws SQLException {
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetReader.java389 param[0] instanceof java.sql.Time ||
H A DXmlReaderContentHandler.java1019 private java.sql.Time getTimeValue(String s) {
1020 return new java.sql.Time(getLongValue(s));
H A DWebRowSetXmlWriter.java430 java.sql.Time time = caller.getTime(idx);
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DTimezone.java230 if (startTime > Time.getCurrentTime()) {
H A DGenDoc.java454 "<P>\n<FONT size=\"+1\">\nAll Time Zones Sorted By:</FONT>\n<BR>\n" +
539 Time.toGMTFormat(offset.toString()) +
667 "this document. Time zone names and data " +
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c982 Time
987 Time server_time = 0;
1035 awt_util_nowMillisUTC_offset(Time server_offset)
1038 * Because Time is of type 'unsigned long', it is possible that Time will
H A Dawt_GraphicsEnv.c1696 Time timestamp);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DAssembler.java648 public void GenVecJCov(Environment env, ClassDefinition c, long Time) { argument
653 TmpCovTable.addElement(JcovTimestampLine + Time);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c388 (int) keyboard_mode, (Window) confine_to, (Cursor) cursor, (Time) time);
395 XUngrabPointer( (Display *)jlong_to_ptr(display), (Time) time);
406 (int) keyboard_mode, (Time) time);
413 XUngrabKeyboard( (Display *)jlong_to_ptr(display), (Time) time);
1923 (Cursor)cursor, (Time)time);

Completed in 114 milliseconds

12