public class RsOfClause<R extends gr.uoa.di.madgik.grs.record.Record> extends Object
RsClause in which the record type of the input resultset is configured.| Modifier and Type | Field and Description |
|---|---|
protected org.gcube.data.streams.dsl.from.RsEnv<R> |
env |
| Constructor and Description |
|---|
RsOfClause(URI locator)
Creates an instance from a resultset.
|
| Modifier and Type | Method and Description |
|---|---|
<R2 extends R> |
of(Class<R2> clazz)
Configures the type of records in the input resultset
|
RsStringWithClause |
ofStrings()
Configures the type of records in the input result set to
RsStringRecordFactory.STRING_RECORD. |
protected org.gcube.data.streams.dsl.from.RsEnv<R extends gr.uoa.di.madgik.grs.record.Record> env
public RsOfClause(URI locator)
locator - the locator of the resultsetpublic <R2 extends R> RsWithClause<R2> of(Class<R2> clazz)
clazz - the record typepublic RsStringWithClause ofStrings()
RsStringRecordFactory.STRING_RECORD.Copyright © 2016. All Rights Reserved.