Interface IJoinRowSet
.NET interface for TO BE DEFINED FROM USER
public interface IJoinRowSet : IWebRowSet, ICachedRowSet
- Inherited Members
Properties
JoinType
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/JoinRowSet.html#getJoinType() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/JoinRowSet.html#setJoinType(int)
int JoinType { get; set; }
Property Value
RowSetNames
String[] RowSetNames { get; }
Property Value
- String[]
RowSets
Collection<object> RowSets { get; }
Property Value
WhereClause
String WhereClause { get; }
Property Value
Methods
AddRowSet(RowSet, String)
void AddRowSet(RowSet arg0, String arg1)
Parameters
Exceptions
AddRowSet(RowSet, int)
void AddRowSet(RowSet arg0, int arg1)
Parameters
Exceptions
AddRowSet(RowSet[], String[])
void AddRowSet(RowSet[] arg0, String[] arg1)
Parameters
Exceptions
AddRowSet(RowSet[], int[])
void AddRowSet(RowSet[] arg0, int[] arg1)
Parameters
Exceptions
AddRowSet(Joinable)
void AddRowSet(Joinable arg0)
Parameters
Exceptions
SupportsCrossJoin()
bool SupportsCrossJoin()
Returns
SupportsFullJoin()
bool SupportsFullJoin()
Returns
SupportsInnerJoin()
bool SupportsInnerJoin()
Returns
SupportsLeftOuterJoin()
bool SupportsLeftOuterJoin()
Returns
SupportsRightOuterJoin()
bool SupportsRightOuterJoin()
Returns
ToCachedRowSet()
CachedRowSet ToCachedRowSet()