Table of Contents

Class SQLOutput

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class SQLOutput : JVMBridgeBase<SQLOutput>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISQLOutput
Inheritance
JVMBridgeBase
JVMBridgeBase<SQLOutput>
SQLOutput
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<SQLOutput>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SQLOutput>.IsAssignableFrom<T>()
JVMBridgeBase<SQLOutput>.Execute<T>(params T[])
JVMBridgeBase<SQLOutput>.DynBridgeClazz
JVMBridgeBase<SQLOutput>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

SQLOutput()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("SQLOutput class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SQLOutput()

SQLOutput(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("SQLOutput class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SQLOutput(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

WriteArray(Array)

public void WriteArray(Array arg0)

Parameters

arg0 Array

Array

Exceptions

SQLException

WriteAsciiStream(InputStream)

public void WriteAsciiStream(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Exceptions

SQLException

WriteBigDecimal(BigDecimal)

public void WriteBigDecimal(BigDecimal arg0)

Parameters

arg0 BigDecimal

BigDecimal

Exceptions

SQLException

WriteBinaryStream(InputStream)

public void WriteBinaryStream(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Exceptions

SQLException

WriteBlob(Blob)

public void WriteBlob(Blob arg0)

Parameters

arg0 Blob

Blob

Exceptions

SQLException

WriteBoolean(bool)

public void WriteBoolean(bool arg0)

Parameters

arg0 bool

bool

Exceptions

SQLException

WriteByte(byte)

public void WriteByte(byte arg0)

Parameters

arg0 byte

byte

Exceptions

SQLException

WriteBytes(byte[])

public void WriteBytes(byte[] arg0)

Parameters

arg0 byte[]

byte

Exceptions

SQLException

WriteCharacterStream(Reader)

public void WriteCharacterStream(Reader arg0)

Parameters

arg0 Reader

Reader

Exceptions

SQLException

WriteClob(Clob)

public void WriteClob(Clob arg0)

Parameters

arg0 Clob

Clob

Exceptions

SQLException

WriteDate(Date)

public void WriteDate(Date arg0)

Parameters

arg0 Date

Date

Exceptions

SQLException

WriteDouble(double)

public void WriteDouble(double arg0)

Parameters

arg0 double

double

Exceptions

SQLException

WriteFloat(float)

public void WriteFloat(float arg0)

Parameters

arg0 float

float

Exceptions

SQLException

WriteInt(int)

public void WriteInt(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

WriteLong(long)

public void WriteLong(long arg0)

Parameters

arg0 long

long

Exceptions

SQLException

WriteNClob(NClob)

public void WriteNClob(NClob arg0)

Parameters

arg0 NClob

NClob

Exceptions

SQLException

WriteNString(String)

public void WriteNString(String arg0)

Parameters

arg0 String

String

Exceptions

SQLException

WriteObject(SQLData)

public void WriteObject(SQLData arg0)

Parameters

arg0 SQLData

SQLData

Exceptions

SQLException

WriteObject(object, SQLType)

public void WriteObject(object arg0, SQLType arg1)

Parameters

arg0 object

object

arg1 SQLType

SQLType

Exceptions

SQLException

WriteRef(Ref)

public void WriteRef(Ref arg0)

Parameters

arg0 Ref

Ref

Exceptions

SQLException

WriteRowId(RowId)

public void WriteRowId(RowId arg0)

Parameters

arg0 RowId

RowId

Exceptions

SQLException

WriteSQLXML(SQLXML)

public void WriteSQLXML(SQLXML arg0)

Parameters

arg0 SQLXML

SQLXML

Exceptions

SQLException

WriteShort(short)

public void WriteShort(short arg0)

Parameters

arg0 short

short

Exceptions

SQLException

WriteString(String)

public void WriteString(String arg0)

Parameters

arg0 String

String

Exceptions

SQLException

WriteStruct(Struct)

public void WriteStruct(Struct arg0)

Parameters

arg0 Struct

Struct

Exceptions

SQLException

WriteTime(Time)

public void WriteTime(Time arg0)

Parameters

arg0 Time

Time

Exceptions

SQLException

WriteTimestamp(Timestamp)

public void WriteTimestamp(Timestamp arg0)

Parameters

arg0 Timestamp

Timestamp

Exceptions

SQLException

WriteURL(URL)

public void WriteURL(URL arg0)

Parameters

arg0 URL

URL

Exceptions

SQLException