SqlPool.DefinitionStages.WithCreationDate Interface
public static interface SqlPool.DefinitionStages.WithCreationDate
The stage of the SqlPool definition allowing to specify creationDate.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withCreationDate(OffsetDateTime creationDate)
Specifies the creation |
Method Details
withCreationDate
public abstract SqlPool.DefinitionStages.WithCreate withCreationDate(OffsetDateTime creationDate)
Specifies the creationDate property: Date the SQL pool was created.
Parameters:
Returns: