Table of Contents

Interface IResultSetMetaData

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IResultSetMetaData : IWrapper
Inherited Members

Properties

ColumnCount

int ColumnCount { get; }

Property Value

int

Methods

GetCatalogName(int)

String GetCatalogName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnClassName(int)

String GetColumnClassName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnDisplaySize(int)

int GetColumnDisplaySize(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetColumnLabel(int)

String GetColumnLabel(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnName(int)

String GetColumnName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetColumnType(int)

int GetColumnType(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetColumnTypeName(int)

String GetColumnTypeName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetPrecision(int)

int GetPrecision(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetScale(int)

int GetScale(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetSchemaName(int)

String GetSchemaName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetTableName(int)

String GetTableName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

IsAutoIncrement(int)

bool IsAutoIncrement(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsCaseSensitive(int)

bool IsCaseSensitive(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsCurrency(int)

bool IsCurrency(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsDefinitelyWritable(int)

bool IsDefinitelyWritable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsNullable(int)

int IsNullable(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

IsReadOnly(int)

bool IsReadOnly(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsSearchable(int)

bool IsSearchable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsSigned(int)

bool IsSigned(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException

IsWritable(int)

bool IsWritable(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException