SqlPool.DefinitionStages.WithCollation Interface

public static interface SqlPool.DefinitionStages.WithCollation

The stage of the SqlPool definition allowing to specify collation.

Method Summary

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

Specifies the collation property: Collation mode.

Method Details

withCollation

public abstract SqlPool.DefinitionStages.WithCreate withCollation(String collation)

Specifies the collation property: Collation mode.

Parameters:

collation - Collation mode.

Returns:

the next definition stage.

Applies to