Table of Contents

Class Clob

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

Clob()

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

[Obsolete("Clob 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 Clob()

Clob(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("Clob 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 Clob(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

SQLException

Length()

public long Length()

Returns

long

long

Exceptions

SQLException

Position(String, long)

public long Position(String arg0, long arg1)

Parameters

arg0 String

String

arg1 long

long

Returns

long

long

Exceptions

SQLException

Position(Clob, long)

public long Position(Clob arg0, long arg1)

Parameters

arg0 Clob

Clob

arg1 long

long

Returns

long

long

Exceptions

SQLException

SetAsciiStream(long)

public OutputStream SetAsciiStream(long arg0)

Parameters

arg0 long

long

Returns

OutputStream

OutputStream

Exceptions

SQLException

SetCharacterStream(long)

public Writer SetCharacterStream(long arg0)

Parameters

arg0 long

long

Returns

Writer

Writer

Exceptions

SQLException

SetString(long, String)

public int SetString(long arg0, String arg1)

Parameters

arg0 long

long

arg1 String

String

Returns

int

int

Exceptions

SQLException

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

SQLException

Truncate(long)

public void Truncate(long arg0)

Parameters

arg0 long

long

Exceptions

SQLException