Table of Contents

Class RowSetMetaDataImpl

Namespace
Javax.Sql.Rowset
Assembly
MASES.JNet.dll
public class RowSetMetaDataImpl : JVMBridgeBase<RowSetMetaDataImpl>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
RowSetMetaDataImpl
Implements
Inherited Members
Extension Methods

Constructors

RowSetMetaDataImpl()

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

public RowSetMetaDataImpl()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ColumnCount

public int ColumnCount { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

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

IsWrapperFor(Class)

public bool IsWrapperFor(Class arg0)

Parameters

arg0 Class

Class

Returns

bool

bool

Exceptions

SQLException

IsWritable(int)

public bool IsWritable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

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

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

Unwrap<T>(Class)

public T Unwrap<T>(Class arg0)

Parameters

arg0 Class

Class

Returns

T

T

Type Parameters

T

Exceptions

SQLException

Operators

implicit operator Serializable(RowSetMetaDataImpl)

Converter from RowSetMetaDataImpl to Serializable

public static implicit operator Serializable(RowSetMetaDataImpl t)

Parameters

t RowSetMetaDataImpl

Returns

Serializable

implicit operator RowSetMetaData(RowSetMetaDataImpl)

public static implicit operator RowSetMetaData(RowSetMetaDataImpl t)

Parameters

t RowSetMetaDataImpl

Returns

RowSetMetaData