public class SQLOutputWrapper
extends java.lang.Object
implements java.sql.SQLOutput
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPluginManager |
pluginManager |
protected java.sql.SQLOutput |
sqlOutput |
| Constructor and Description |
|---|
SQLOutputWrapper(@NonNull java.sql.SQLOutput sqlOutput,
@NonNull ConnectionPluginManager pluginManager) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
void |
writeArray(java.sql.Array x) |
void |
writeAsciiStream(java.io.InputStream x) |
void |
writeBigDecimal(java.math.BigDecimal x) |
void |
writeBinaryStream(java.io.InputStream x) |
void |
writeBlob(java.sql.Blob x) |
void |
writeBoolean(boolean x) |
void |
writeByte(byte x) |
void |
writeBytes(byte[] x) |
void |
writeCharacterStream(java.io.Reader x) |
void |
writeClob(java.sql.Clob x) |
void |
writeDate(java.sql.Date x) |
void |
writeDouble(double x) |
void |
writeFloat(float x) |
void |
writeInt(int x) |
void |
writeLong(long x) |
void |
writeNClob(java.sql.NClob x) |
void |
writeNString(java.lang.String x) |
void |
writeObject(java.lang.Object x,
java.sql.SQLType targetSqlType) |
void |
writeObject(java.sql.SQLData x) |
void |
writeRef(java.sql.Ref x) |
void |
writeRowId(java.sql.RowId x) |
void |
writeShort(short x) |
void |
writeSQLXML(java.sql.SQLXML x) |
void |
writeString(java.lang.String x) |
void |
writeStruct(java.sql.Struct x) |
void |
writeTime(java.sql.Time x) |
void |
writeTimestamp(java.sql.Timestamp x) |
void |
writeURL(java.net.URL x) |
protected java.sql.SQLOutput sqlOutput
protected ConnectionPluginManager pluginManager
public SQLOutputWrapper(@NonNull java.sql.SQLOutput sqlOutput,
@NonNull ConnectionPluginManager pluginManager)
public void writeString(java.lang.String x)
throws java.sql.SQLException
writeString in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeBoolean(boolean x)
throws java.sql.SQLException
writeBoolean in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeByte(byte x)
throws java.sql.SQLException
writeByte in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeShort(short x)
throws java.sql.SQLException
writeShort in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeInt(int x)
throws java.sql.SQLException
writeInt in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeLong(long x)
throws java.sql.SQLException
writeLong in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeFloat(float x)
throws java.sql.SQLException
writeFloat in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeDouble(double x)
throws java.sql.SQLException
writeDouble in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeBigDecimal(java.math.BigDecimal x)
throws java.sql.SQLException
writeBigDecimal in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeBytes(byte[] x)
throws java.sql.SQLException
writeBytes in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeDate(java.sql.Date x)
throws java.sql.SQLException
writeDate in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeTime(java.sql.Time x)
throws java.sql.SQLException
writeTime in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeTimestamp(java.sql.Timestamp x)
throws java.sql.SQLException
writeTimestamp in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeCharacterStream(java.io.Reader x)
throws java.sql.SQLException
writeCharacterStream in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeAsciiStream(java.io.InputStream x)
throws java.sql.SQLException
writeAsciiStream in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeBinaryStream(java.io.InputStream x)
throws java.sql.SQLException
writeBinaryStream in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeObject(java.sql.SQLData x)
throws java.sql.SQLException
writeObject in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeObject(java.lang.Object x,
java.sql.SQLType targetSqlType)
throws java.sql.SQLException
writeObject in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeRef(java.sql.Ref x)
throws java.sql.SQLException
writeRef in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeBlob(java.sql.Blob x)
throws java.sql.SQLException
writeBlob in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeClob(java.sql.Clob x)
throws java.sql.SQLException
writeClob in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeStruct(java.sql.Struct x)
throws java.sql.SQLException
writeStruct in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeArray(java.sql.Array x)
throws java.sql.SQLException
writeArray in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeURL(java.net.URL x)
throws java.sql.SQLException
writeURL in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeNString(java.lang.String x)
throws java.sql.SQLException
writeNString in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeNClob(java.sql.NClob x)
throws java.sql.SQLException
writeNClob in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeRowId(java.sql.RowId x)
throws java.sql.SQLException
writeRowId in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic void writeSQLXML(java.sql.SQLXML x)
throws java.sql.SQLException
writeSQLXML in interface java.sql.SQLOutputjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Object