Database.UpdateStages.WithCharset Interface

public static interface Database.UpdateStages.WithCharset

The stage of the Database update allowing to specify charset.

Method Summary

Modifier and Type Method and Description
abstract Update withCharset(String charset)

Specifies the charset property: The charset of the database..

Method Details

withCharset

public abstract Database.Update withCharset(String charset)

Specifies the charset property: The charset of the database..

Parameters:

charset - The charset of the database.

Returns:

the next definition stage.

Applies to