Database.DefinitionStages.WithCollation Interface

public static interface Database.DefinitionStages.WithCollation

The stage of the Database definition allowing to specify collation.

Method Summary

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

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

Method Details

withCollation

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

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

Parameters:

collation - The collation of the database.

Returns:

the next definition stage.

Applies to