Table of Contents

Class RowSetMetaData

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

RowSetMetaData()

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

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

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

SetAutoIncrement(int, bool)

public void SetAutoIncrement(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetCaseSensitive(int, bool)

public void SetCaseSensitive(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetCatalogName(int, String)

public void SetCatalogName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetColumnCount(int)

public void SetColumnCount(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

SetColumnDisplaySize(int, int)

public void SetColumnDisplaySize(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetColumnLabel(int, String)

public void SetColumnLabel(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetColumnName(int, String)

public void SetColumnName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetColumnType(int, int)

public void SetColumnType(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetColumnTypeName(int, String)

public void SetColumnTypeName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetCurrency(int, bool)

public void SetCurrency(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetNullable(int, int)

public void SetNullable(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetPrecision(int, int)

public void SetPrecision(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetScale(int, int)

public void SetScale(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetSchemaName(int, String)

public void SetSchemaName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetSearchable(int, bool)

public void SetSearchable(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetSigned(int, bool)

public void SetSigned(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetTableName(int, String)

public void SetTableName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException