Package io.resys.thena.datasource
Interface ThenaSqlClient.SqlTuple
- All Known Implementing Classes:
ImmutableSqlTuple
- Enclosing interface:
ThenaSqlClient
@Immutable
public static interface ThenaSqlClient.SqlTuple
-
Method Details
-
getValue
String getValue() -
getProps
io.vertx.mutiny.sqlclient.Tuple getProps() -
getPropsDeepString
-
failed
default ThenaSqlDataSourceErrorHandler.SqlTupleFailed failed(Throwable t, String message, Object... args)
-