📄 sqlexception.html
字号:
<BR> Gets the type map object associated with this connection.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>Connection.</B><B><A HREF="../../../java/sql/Connection.html#setTypeMap(java.util.Map)">setTypeMap</A></B>(<A HREF="../../../java/util/Map.html">Map</A> map)</CODE><BR> Installs the given type map as the type map for this connection.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeString(java.lang.String)">writeString</A></B>(<A HREF="../../../java/lang/String.html">String</A> x)</CODE><BR> Writes the next attribute to the stream as a <code>String</code> in the Java programming language.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeBoolean(boolean)">writeBoolean</A></B>(boolean x)</CODE><BR> Writes the next attribute to the stream as a Java boolean.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeByte(byte)">writeByte</A></B>(byte x)</CODE><BR> Writes the next attribute to the stream as a Java byte.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeShort(short)">writeShort</A></B>(short x)</CODE><BR> Writes the next attribute to the stream as a Java short.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeInt(int)">writeInt</A></B>(int x)</CODE><BR> Writes the next attribute to the stream as a Java int.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeLong(long)">writeLong</A></B>(long x)</CODE><BR> Writes the next attribute to the stream as a Java long.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeFloat(float)">writeFloat</A></B>(float x)</CODE><BR> Writes the next attribute to the stream as a Java float.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeDouble(double)">writeDouble</A></B>(double x)</CODE><BR> Writes the next attribute to the stream as a Java double.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeBigDecimal(java.math.BigDecimal)">writeBigDecimal</A></B>(<A HREF="../../../java/math/BigDecimal.html">BigDecimal</A> x)</CODE><BR> Writes the next attribute to the stream as a java.math.BigDecimal object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeBytes(byte[])">writeBytes</A></B>(byte[] x)</CODE><BR> Writes the next attribute to the stream as an array of bytes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeDate(java.sql.Date)">writeDate</A></B>(<A HREF="../../../java/sql/Date.html">Date</A> x)</CODE><BR> Writes the next attribute to the stream as a java.sql.Date object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeTime(java.sql.Time)">writeTime</A></B>(<A HREF="../../../java/sql/Time.html">Time</A> x)</CODE><BR> Writes the next attribute to the stream as a java.sql.Time object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeTimestamp(java.sql.Timestamp)">writeTimestamp</A></B>(<A HREF="../../../java/sql/Timestamp.html">Timestamp</A> x)</CODE><BR> Writes the next attribute to the stream as a java.sql.Timestamp object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeCharacterStream(java.io.Reader)">writeCharacterStream</A></B>(<A HREF="../../../java/io/Reader.html">Reader</A> x)</CODE><BR> Writes the next attribute to the stream as a stream of Unicode characters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeAsciiStream(java.io.InputStream)">writeAsciiStream</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A> x)</CODE><BR> Writes the next attribute to the stream as a stream of ASCII characters.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeBinaryStream(java.io.InputStream)">writeBinaryStream</A></B>(<A HREF="../../../java/io/InputStream.html">InputStream</A> x)</CODE><BR> Writes the next attribute to the stream as a stream of uninterpreted bytes.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeObject(java.sql.SQLData)">writeObject</A></B>(<A HREF="../../../java/sql/SQLData.html">SQLData</A> x)</CODE><BR> Writes to the stream the data contained in the given <code>SQLData</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeRef(java.sql.Ref)">writeRef</A></B>(<A HREF="../../../java/sql/Ref.html">Ref</A> x)</CODE><BR> Writes an SQL <code>REF</code> value to the stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeBlob(java.sql.Blob)">writeBlob</A></B>(<A HREF="../../../java/sql/Blob.html">Blob</A> x)</CODE><BR> Writes an SQL <code>BLOB</code> value to the stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeClob(java.sql.Clob)">writeClob</A></B>(<A HREF="../../../java/sql/Clob.html">Clob</A> x)</CODE><BR> Writes an SQL <code>CLOB</code> value to the stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeStruct(java.sql.Struct)">writeStruct</A></B>(<A HREF="../../../java/sql/Struct.html">Struct</A> x)</CODE><BR> Writes an SQL structured type value to the stream.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>SQLOutput.</B><B><A HREF="../../../java/sql/SQLOutput.html#writeArray(java.sql.Array)">writeArray</A></B>(<A HREF="../../../java/sql/Array.html">Array</A> x)</CODE><BR> Writes an SQL <code>ARRAY</code> value to the stream.</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>Blob.</B><B><A HREF="../../../java/sql/Blob.html#length()">length</A></B>()</CODE><BR> Returns the number of bytes in the <code>BLOB</code> value designated by this <code>Blob</code> object.</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>Blob.</B><B><A HREF="../../../java/sql/Blob.html#getBytes(long, int)">getBytes</A></B>(long pos, int length)</CODE><BR> Returns as an array of bytes, part or all of the <code>BLOB</code> value that this <code>Blob</code> object designates.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/io/InputStream.html">InputStream</A></CODE></FONT></TD><TD><CODE><B>Blob.</B><B><A HREF="../../../java/sql/Blob.html#getBinaryStream()">getBinaryStream</A></B>()</CODE><BR> Retrieves the <code>BLOB</code> designated by this <code>Blob</code> instance as a stream.</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>Blob.</B><B><A HREF="../../../java/sql/Blob.html#position(byte[], long)">position</A></B>(byte[] pattern, long start)</CODE><BR> Determines the byte position at which the specified byte <code>pattern</code> begins within the <code>BLOB</code> value that this <code>Blob</code> object represents.</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>Blob.</B><B><A HREF="../../../java/sql/Blob.html#position(java.sql.Blob, long)">position</A></B>(<A HREF="../../../java/sql/Blob.html">Blob</A> pattern, long start)</CODE><BR> Determines the byte position in the <code>BLOB</code> value designated by this <code>Blob</code> object at which <code>pattern</code> begins.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static <A HREF="../../../java/sql/Connection.html">Connection</A></CODE></FONT></TD><TD><CODE><B>DriverManager.</B><B><A HREF="../../../java/sql/DriverManager.html#getConnection(java.lang.String, java.util.Properties)">getConnection</A></B>(<A HREF="../../../java/lang/String.html">String</A> url, <A HR
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -