Table of Contents

Class ResultSetMetaData

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class ResultSetMetaData : Wrapper, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IResultSetMetaData, IWrapper
Inheritance
JVMBridgeBase
JVMBridgeBase<Wrapper>
ResultSetMetaData
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
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

ResultSetMetaData()

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

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

ResultSetMetaData(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("ResultSetMetaData 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 ResultSetMetaData(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ColumnCount

public int ColumnCount { get; }

Property Value

int

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

columnNoNulls

public static int columnNoNulls { get; }

Property Value

int

columnNullable

public static int columnNullable { get; }

Property Value

int

columnNullableUnknown

public static int columnNullableUnknown { get; }

Property Value

int

Methods

GetCatalogName(int)

public String GetCatalogName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnClassName(int)

public String GetColumnClassName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnDisplaySize(int)

public int GetColumnDisplaySize(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetColumnLabel(int)

public String GetColumnLabel(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnName(int)

public String GetColumnName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnType(int)

public int GetColumnType(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetColumnTypeName(int)

public String GetColumnTypeName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetPrecision(int)

public int GetPrecision(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetScale(int)

public int GetScale(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetSchemaName(int)

public String GetSchemaName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetTableName(int)

public String GetTableName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

IsAutoIncrement(int)

public bool IsAutoIncrement(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsCaseSensitive(int)

public bool IsCaseSensitive(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsCurrency(int)

public bool IsCurrency(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsDefinitelyWritable(int)

public bool IsDefinitelyWritable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsNullable(int)

public int IsNullable(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

IsReadOnly(int)

public bool IsReadOnly(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsSearchable(int)

public bool IsSearchable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsSigned(int)

public bool IsSigned(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsWritable(int)

public bool IsWritable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException