📄 resultset.html
字号:
<TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getByte(java.lang.String)">getByte</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>byte</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> byte[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getBytes(int)">getBytes</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>byte</code> array in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> byte[]</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getBytes(java.lang.String)">getBytes</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>byte</code> array 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/io/Reader.html">Reader</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getCharacterStream(int)">getCharacterStream</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.io.Reader</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../java/io/Reader.html">Reader</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getCharacterStream(java.lang.String)">getCharacterStream</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.io.Reader</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../java/sql/Clob.html">Clob</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getClob(int)">getClob</A></B>(int i)</CODE><BR> Returns the value of the designated column in the current row of this <code>ResultSet</code> object as a <code>Clob</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/Clob.html">Clob</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getClob(java.lang.String)">getClob</A></B>(<A HREF="../../java/lang/String.html">String</A> colName)</CODE><BR> Returns the value of the designated column in the current row of this <code>ResultSet</code> object as a <code>Clob</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> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getConcurrency()">getConcurrency</A></B>()</CODE><BR> Returns the concurrency mode of this <code>ResultSet</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../java/lang/String.html">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getCursorName()">getCursorName</A></B>()</CODE><BR> Gets the name of the SQL cursor used by this <code>ResultSet</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../java/sql/Date.html">Date</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getDate(int)">getDate</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.Date</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/Date.html">Date</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getDate(int, java.util.Calendar)">getDate</A></B>(int columnIndex, <A HREF="../../java/util/Calendar.html">Calendar</A> cal)</CODE><BR> Returns the value of the designated column in the current row of this <code>ResultSet</code> object as a <code>java.sql.Date</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/Date.html">Date</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getDate(java.lang.String)">getDate</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.Date</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/Date.html">Date</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getDate(java.lang.String, java.util.Calendar)">getDate</A></B>(<A HREF="../../java/lang/String.html">String</A> columnName, <A HREF="../../java/util/Calendar.html">Calendar</A> cal)</CODE><BR> Returns the value of the designated column in the current row of this <code>ResultSet</code> object as a <code>java.sql.Date</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> double</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getDouble(int)">getDouble</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>double</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> double</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getDouble(java.lang.String)">getDouble</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>double</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getFetchDirection()">getFetchDirection</A></B>()</CODE><BR> Returns the fetch direction for this <code>ResultSet</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getFetchSize()">getFetchSize</A></B>()</CODE><BR> Returns the fetch size for this <code>ResultSet</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> float</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getFloat(int)">getFloat</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>float</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> float</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getFloat(java.lang.String)">getFloat</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>float</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getInt(int)">getInt</A></B>(int columnIndex)</CODE><BR> Gets the value of the designated column in the current row of this <code>ResultSet</code> object as an <code>int</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> int</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getInt(java.lang.String)">getInt</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 an <code>int</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> long</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getLong(int)">getLong</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>long</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> long</CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getLong(java.lang.String)">getLong</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>long</code> 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/ResultSetMetaData.html">ResultSetMetaData</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getMetaData()">getMetaData</A></B>()</CODE><BR> Retrieves the number, types and properties of this <code>ResultSet</code> object's columns.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../java/lang/Object.html">Object</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getObject(int)">getObject</A></B>(int columnIndex)</CODE><BR> Gets the value of the designated column in the current row of this <code>ResultSet</code> object as an <code>Object</code> 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/lang/Object.html">Object</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../java/sql/ResultSet.html#getObject(int, java.util.Map)">getObject</A></B>(int i, <A HREF="../../java/util/Map.html">Map</A> map)</CODE><BR> Returns the value of the designated column in the current row of this <code>ResultSet</code> object as an <code>Object</code> 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/lang/Object.html">Object</A></CODE></FONT></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -