Table of Contents

Interface IRowSetInternal

Namespace
Javax.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IRowSetInternal

Properties

Connection

Connection Connection { get; }

Property Value

Connection

Original

ResultSet Original { get; }

Property Value

ResultSet

OriginalRow

ResultSet OriginalRow { get; }

Property Value

ResultSet

Params

object[] Params { get; }

Property Value

object[]

Methods

SetMetaData(RowSetMetaData)

void SetMetaData(RowSetMetaData arg0)

Parameters

arg0 RowSetMetaData

RowSetMetaData

Exceptions

SQLException