Uses of Class
com.exasol.adapter.response.RefreshResponse
-
Packages that use RefreshResponse Package Description com.exasol.adapter com.exasol.adapter.response com.exasol.adapter.response.converter -
-
Uses of RefreshResponse in com.exasol.adapter
Methods in com.exasol.adapter that return RefreshResponse Modifier and Type Method Description RefreshResponseVirtualSchemaAdapter. refresh(com.exasol.ExaMetadata metadata, RefreshRequest request)Refresh the Virtual Schema metadata for a given set of tables -
Uses of RefreshResponse in com.exasol.adapter.response
Methods in com.exasol.adapter.response that return RefreshResponse Modifier and Type Method Description RefreshResponseRefreshResponse.Builder. build()Create newRefreshResponseinstance -
Uses of RefreshResponse in com.exasol.adapter.response.converter
Methods in com.exasol.adapter.response.converter with parameters of type RefreshResponse Modifier and Type Method Description StringResponseJsonConverter. convertRefreshResponse(RefreshResponse refreshResponse)Converts refresh response into a JSON format
-