public class LazyTable extends Object implements AutoCloseable
Constructor and Description |
---|
LazyTable() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
List<Column> |
columns() |
String |
getName() |
Iterable<Row> |
rows() |
void |
setRows(ResultSetIterable<Row> rows) |
public String getName()
public void setRows(ResultSetIterable<Row> rows)
public void close()
close
in interface AutoCloseable
Copyright © 2015. All rights reserved.