Uses of Enum
com.alibaba.druid.sql.dialect.teradata.ast.TDCreateTableStatement.OnCommitType
Packages that use TDCreateTableStatement.OnCommitType
-
Uses of TDCreateTableStatement.OnCommitType in com.alibaba.druid.sql.dialect.teradata.ast
Methods in com.alibaba.druid.sql.dialect.teradata.ast that return TDCreateTableStatement.OnCommitTypeModifier and TypeMethodDescriptionTDCreateTableStatement.getOnCommitRows()Returns the enum constant of this type with the specified name.static TDCreateTableStatement.OnCommitType[]TDCreateTableStatement.OnCommitType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.dialect.teradata.ast with parameters of type TDCreateTableStatement.OnCommitTypeModifier and TypeMethodDescriptionvoidTDCreateTableStatement.setOnCommitRows(TDCreateTableStatement.OnCommitType onCommitRows)