Interface PrestoSQLStatement

All Superinterfaces:
PrestoObject, SQLDbTypedObject, SQLObject, SQLStatement
All Known Implementing Classes:
AthenaCreateTableStatement, PrestoAlterFunctionStatement, PrestoAlterSchemaStatement, PrestoCreateTableStatement, PrestoDeallocatePrepareStatement, PrestoExecuteStatement, PrestoPrepareStatement, PrestoSelectStatement

public interface PrestoSQLStatement extends SQLStatement, PrestoObject