Uses of Class
com.azure.resourcemanager.sql.models.TableTemporalType
Packages that use TableTemporalType
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of TableTemporalType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return TableTemporalTypeModifier and TypeMethodDescriptionDatabaseColumnInner.temporalType()Get the temporalType property: The table temporal type.DatabaseColumnProperties.temporalType()Get the temporalType property: The table temporal type.DatabaseTableInner.temporalType()Get the temporalType property: The table temporal type.DatabaseTableProperties.temporalType()Get the temporalType property: The table temporal type.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type TableTemporalTypeModifier and TypeMethodDescriptionDatabaseColumnInner.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type.DatabaseColumnProperties.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type.DatabaseTableInner.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type.DatabaseTableProperties.withTemporalType(TableTemporalType temporalType) Set the temporalType property: The table temporal type. -
Uses of TableTemporalType in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type TableTemporalType in com.azure.resourcemanager.sql.modelsFields in com.azure.resourcemanager.sql.models declared as TableTemporalTypeModifier and TypeFieldDescriptionstatic final TableTemporalTypeTableTemporalType.HISTORY_TABLEStatic value HistoryTable for TableTemporalType.static final TableTemporalTypeTableTemporalType.NON_TEMPORAL_TABLEStatic value NonTemporalTable for TableTemporalType.static final TableTemporalTypeTableTemporalType.SYSTEM_VERSIONED_TEMPORAL_TABLEStatic value SystemVersionedTemporalTable for TableTemporalType.Methods in com.azure.resourcemanager.sql.models that return TableTemporalTypeModifier and TypeMethodDescriptionstatic TableTemporalTypeTableTemporalType.fromString(String name) Creates or finds a TableTemporalType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type TableTemporalTypeModifier and TypeMethodDescriptionstatic Collection<TableTemporalType> TableTemporalType.values()Gets known TableTemporalType values.