Table of Contents

Interface IJoinable

Namespace
Javax.Sql.Rowset
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IJoinable

Properties

MatchColumnIndexes

int[] MatchColumnIndexes { get; }

Property Value

int[]

MatchColumnNames

String[] MatchColumnNames { get; }

Property Value

String[]

Methods

SetMatchColumn(String)

void SetMatchColumn(String arg0)

Parameters

arg0 String

String

Exceptions

SQLException

SetMatchColumn(String[])

void SetMatchColumn(String[] arg0)

Parameters

arg0 String[]

String

Exceptions

SQLException

SetMatchColumn(int)

void SetMatchColumn(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

SetMatchColumn(int[])

void SetMatchColumn(int[] arg0)

Parameters

arg0 int[]

int

Exceptions

SQLException

UnsetMatchColumn(String)

void UnsetMatchColumn(String arg0)

Parameters

arg0 String

String

Exceptions

SQLException

UnsetMatchColumn(String[])

void UnsetMatchColumn(String[] arg0)

Parameters

arg0 String[]

String

Exceptions

SQLException

UnsetMatchColumn(int)

void UnsetMatchColumn(int arg0)

Parameters

arg0 int

int

Exceptions

SQLException

UnsetMatchColumn(int[])

void UnsetMatchColumn(int[] arg0)

Parameters

arg0 int[]

int

Exceptions

SQLException