Table of Contents

Interface IPredicate

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

.NET interface for TO BE DEFINED FROM USER

public interface IPredicate

Methods

Evaluate(RowSet)

bool Evaluate(RowSet arg0)

Parameters

arg0 RowSet

RowSet

Returns

bool

bool

Evaluate(object, String)

bool Evaluate(object arg0, String arg1)

Parameters

arg0 object

object

arg1 String

String

Returns

bool

bool

Exceptions

SQLException

Evaluate(object, int)

bool Evaluate(object arg0, int arg1)

Parameters

arg0 object

object

arg1 int

int

Returns

bool

bool

Exceptions

SQLException