📄 timestamp.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:24:25 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Uses of Class java.sql.Timestamp</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../java/sql/Timestamp.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="Timestamp.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><CENTER><H2><B>Uses of Class<br>java.sql.Timestamp</B></H2></CENTER><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Packages that use <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.sql"><B>java.sql</B></A></TD><TD>Provides the API for accessing and processing data in a data source usingthe Java<sup><font size=-2>TM</font></sup> programming language. </TD></TR></TABLE> <P><A NAME="java.sql"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/sql/Timestamp.html">Timestamp</A> in <A HREF="../../../java/sql/package-summary.html">java.sql</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/sql/package-summary.html">java.sql</A> that return <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></CODE></FONT></TD><TD><CODE><B>Timestamp.</B><B><A HREF="../../../java/sql/Timestamp.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="../../../java/lang/String.html">String</A> s)</CODE><BR> Converts a <code>String</code> object in JDBC timestamp escape format to a <code>Timestamp</code> value.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></CODE></FONT></TD><TD><CODE><B>CallableStatement.</B><B><A HREF="../../../java/sql/CallableStatement.html#getTimestamp(int)">getTimestamp</A></B>(int parameterIndex)</CODE><BR> Gets the value of a JDBC <code>TIMESTAMP</code> parameter as a <code>java.sql.Timestamp</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></CODE></FONT></TD><TD><CODE><B>CallableStatement.</B><B><A HREF="../../../java/sql/CallableStatement.html#getTimestamp(int, java.util.Calendar)">getTimestamp</A></B>(int parameterIndex, <A HREF="../../../java/util/Calendar.html">Calendar</A> cal)</CODE><BR> Gets the value of a JDBC <code>TIMESTAMP</code> parameter as a <code>java.sql.Timestamp</code> object, using the given <code>Calendar</code> object to construct the <code>Timestamp</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></CODE></FONT></TD><TD><CODE><B>SQLInput.</B><B><A HREF="../../../java/sql/SQLInput.html#readTimestamp()">readTimestamp</A></B>()</CODE><BR> Reads the next attribute in the stream as a <code>java.sql.Timestamp</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getTimestamp(int)">getTimestamp</A></B>(int columnIndex)</CODE><BR> Gets the value of the designated column in the current row of this <code>ResultSet</code> object as a <code>java.sql.Timestamp</code> object in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getTimestamp(java.lang.String)">getTimestamp</A></B>(<A HREF="../../../java/lang/String.html">String</A> columnName)</CODE><BR> Gets the value of the designated column in the current row of this <code>ResultSet</code> object as a <code>java.sql.Timestamp</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/sql/Timestamp.html">Timestamp</A></CODE></FONT></TD><TD><CODE><B>ResultSet.</B><B><A HREF="../../../java/sql/ResultSet.html#getTimestamp(int, java.util.Calendar)">getTimestamp</A></B>(int columnIndex, <A HREF="../../../java/util/Calendar.html">Calendar</A> cal)</CODE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -