All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
boolean |
equals(Object obj) |
List<MaterializedRow> |
getMaterializedRows() |
Set<String> |
getOnlyColumnAsSet() |
Object |
getOnlyValue() |
Set<String> |
getResetSessionProperties() |
int |
getRowCount() |
Map<String,String> |
getSetSessionProperties() |
List<Type> |
getTypes() |
OptionalLong |
getUpdateCount() |
Optional<String> |
getUpdateType() |
int |
hashCode() |
Iterator<MaterializedRow> |
iterator() |
static MaterializedResult |
materializeSourceDataStream(ConnectorSession session,
ConnectorPageSource pageSource,
List<Type> types) |
static MaterializedResult |
materializeSourceDataStream(Session session,
ConnectorPageSource pageSource,
List<Type> types) |
static MaterializedResult.Builder |
resultBuilder(ConnectorSession session,
Iterable<? extends Type> types) |
static MaterializedResult.Builder |
resultBuilder(ConnectorSession session,
Type... types) |
static MaterializedResult.Builder |
resultBuilder(Session session,
Iterable<? extends Type> types) |
static MaterializedResult.Builder |
resultBuilder(Session session,
Type... types) |
MaterializedResult |
toJdbcTypes() |
Page |
toPage() |
String |
toString() |
MaterializedResult |
toTimeZone(org.joda.time.DateTimeZone oldTimeZone,
org.joda.time.DateTimeZone newTimeZone) |