public class QueryPreparer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryPreparer.PreparedQuery |
| Constructor and Description |
|---|
QueryPreparer(SqlParser sqlParser) |
| Modifier and Type | Method and Description |
|---|---|
QueryPreparer.PreparedQuery |
prepareQuery(Session session,
Statement wrappedStatement) |
QueryPreparer.PreparedQuery |
prepareQuery(Session session,
String query) |
@Inject public QueryPreparer(SqlParser sqlParser)
public QueryPreparer.PreparedQuery prepareQuery(Session session, String query) throws ParsingException, PrestoException, SemanticException
public QueryPreparer.PreparedQuery prepareQuery(Session session, Statement wrappedStatement) throws ParsingException, PrestoException, SemanticException
Copyright © 2012–2019. All rights reserved.