Table of Contents

Interface IRowSetMetaData

Namespace
Javax.Sql
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/javax/sql/RowSetMetaData.html

public interface IRowSetMetaData : IResultSetMetaData, IWrapper
Inherited Members

Methods

SetAutoIncrement(int, bool)

void SetAutoIncrement(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetCaseSensitive(int, bool)

void SetCaseSensitive(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetCatalogName(int, String)

void SetCatalogName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetColumnCount(int)

void SetColumnCount(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

SetColumnDisplaySize(int, int)

void SetColumnDisplaySize(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetColumnLabel(int, String)

void SetColumnLabel(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetColumnName(int, String)

void SetColumnName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetColumnType(int, int)

void SetColumnType(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetColumnTypeName(int, String)

void SetColumnTypeName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetCurrency(int, bool)

void SetCurrency(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetNullable(int, int)

void SetNullable(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetPrecision(int, int)

void SetPrecision(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetScale(int, int)

void SetScale(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Exceptions

SQLException

SetSchemaName(int, String)

void SetSchemaName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException

SetSearchable(int, bool)

void SetSearchable(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetSigned(int, bool)

void SetSigned(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

Exceptions

SQLException

SetTableName(int, String)

void SetTableName(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Exceptions

SQLException