Package io.resys.thena.docdb.spi.sql
Interface SqlBuilder.SqlTuple
-
- All Known Implementing Classes:
ImmutableSqlTuple
- Enclosing interface:
- SqlBuilder
@Immutable public static interface SqlBuilder.SqlTuple
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.vertx.mutiny.sqlclient.TuplegetProps()StringgetValue()
-
-
-
Method Detail
-
getValue
String getValue()
-
getProps
io.vertx.mutiny.sqlclient.Tuple getProps()
-
-