Uses of Enum Class
software.amazon.awscdk.services.glue.alpha.SurplusCharHandlingAction
-
Uses of SurplusCharHandlingAction in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return SurplusCharHandlingActionModifier and TypeMethodDescriptionstatic SurplusCharHandlingActionReturns the enum constant of this class with the specified name.static SurplusCharHandlingAction[]SurplusCharHandlingAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type SurplusCharHandlingActionModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.surplusCharHandling(SurplusCharHandlingAction value) (experimental) Specifies how to handle data being loaded that exceeds the length of the data type defined for columns containing VARCHAR, CHAR, or string data.