SqlPool.UpdateStages.WithCollation Interface

public static interface SqlPool.UpdateStages.WithCollation

The stage of the SqlPool update allowing to specify collation.

Method Summary

Modifier and Type Method and Description
abstract Update withCollation(String collation)

Specifies the collation property: Collation mode.

Method Details

withCollation

public abstract SqlPool.Update withCollation(String collation)

Specifies the collation property: Collation mode.

Parameters:

collation - Collation mode.

Returns:

the next definition stage.

Applies to