Database.Update Interface

Implements

public static interface Database.Update
extends WithCharset, WithCollation

The template for Database update.

Method Summary

Modifier and Type Method and Description
abstract Database apply()

Executes the update request.

abstract Database apply(Context context)

Executes the update request.

Method Details

apply

public abstract Database apply()

Executes the update request.

Returns:

the updated resource.

apply

public abstract Database apply(Context context)

Executes the update request.

Parameters:

context - The context to associate with this operation.

Returns:

the updated resource.

Applies to