Interface SelectStatement

All Superinterfaces:
Statement<SelectStatement,​RowResult>
All Known Implementing Classes:
SelectStatementImpl

public interface SelectStatement
extends Statement<SelectStatement,​RowResult>
A statement representing a SELECT query.