Table of Contents

Class SerialClob

Namespace
Javax.Sql.Rowset.Serial
Assembly
MASES.JNet.dll
public class SerialClob : JVMBridgeBase<SerialClob>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<SerialClob>
SerialClob
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<SerialClob>.IsAssignableFrom(IJavaType)
JVMBridgeBase<SerialClob>.IsAssignableFrom<T>()
JVMBridgeBase<SerialClob>.Execute<T>(params T[])
JVMBridgeBase<SerialClob>.DynBridgeClazz
JVMBridgeBase<SerialClob>.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

SerialClob()

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

public SerialClob()

SerialClob(Clob)

public SerialClob(Clob arg0)

Parameters

arg0 Clob

Clob

Exceptions

SerialException
SQLException

SerialClob(char[])

public SerialClob(char[] arg0)

Parameters

arg0 char[]

char

Exceptions

SerialException
SQLException

SerialClob(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

public SerialClob(params object[] args)

Parameters

args object[]

Properties

AsciiStream

public InputStream AsciiStream { get; }

Property Value

InputStream

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CharacterStream

public Reader CharacterStream { get; }

Property Value

Reader

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

Free()

public void Free()

Exceptions

SQLException

GetCharacterStream(long, long)

public Reader GetCharacterStream(long arg0, long arg1)

Parameters

arg0 long

long

arg1 long

long

Returns

Reader

Reader

Exceptions

SQLException

GetSubString(long, int)

public String GetSubString(long arg0, int arg1)

Parameters

arg0 long

long

arg1 int

int

Returns

String

String

Exceptions

SerialException

Length()

public long Length()

Returns

long

long

Exceptions

SerialException

Position(String, long)

public long Position(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

long

long

Exceptions

SerialException
SQLException

Position(Clob, long)

public long Position(Clob arg0, long arg1)

Parameters

arg0 Clob

Clob

arg1 long

long

Returns

long

long

Exceptions

SerialException
SQLException

SetAsciiStream(long)

public OutputStream SetAsciiStream(long arg0)

Parameters

arg0 long

long

Returns

OutputStream

OutputStream

Exceptions

SerialException
SQLException

SetCharacterStream(long)

public Writer SetCharacterStream(long arg0)

Parameters

arg0 long

long

Returns

Writer

Writer

Exceptions

SerialException
SQLException

SetString(long, String)

public int SetString(long arg0, String arg1)

Parameters

arg0 long

long

arg1 String

String

Returns

int

int

Exceptions

SerialException

SetString(long, String, int, int)

public int SetString(long arg0, String arg1, int arg2, int arg3)

Parameters

arg0 long

long

arg1 String

String

arg2 int

int

arg3 int

int

Returns

int

int

Exceptions

SerialException

Truncate(long)

public void Truncate(long arg0)

Parameters

arg0 long

long

Exceptions

SerialException

Operators

implicit operator Serializable(SerialClob)

Converter from SerialClob to Serializable

public static implicit operator Serializable(SerialClob t)

Parameters

t SerialClob

Returns

Serializable

implicit operator Cloneable(SerialClob)

Converter from SerialClob to Cloneable

public static implicit operator Cloneable(SerialClob t)

Parameters

t SerialClob

Returns

Cloneable

implicit operator Clob(SerialClob)

Converter from SerialClob to Clob

public static implicit operator Clob(SerialClob t)

Parameters

t SerialClob

Returns

Clob