Package | Description |
---|---|
io.vertx.sqlclient.templates.impl |
Modifier and Type | Field and Description |
---|---|
protected SqlTemplate |
SqlTemplateImpl.sqlTemplate |
Modifier and Type | Method and Description |
---|---|
static SqlTemplate |
SqlTemplate.create(SqlClientInternal client,
List<String> template) |
static SqlTemplate |
SqlTemplate.create(SqlClientInternal client,
String template) |
Constructor and Description |
---|
SqlTemplateImpl(SqlClient client,
SqlTemplate sqlTemplate,
Function<PreparedQuery<RowSet<Row>>,PreparedQuery<R>> queryMapper,
Function<I,Tuple> tupleMapper) |
Copyright © 2021. All rights reserved.