Uses of Class
com.alibaba.druid.sql.dialect.teradata.ast.TDCreateTableStatement.OnCommitType
-
Packages that use TDCreateTableStatement.OnCommitType Package Description com.alibaba.druid.sql.dialect.teradata.ast -
-
Uses of TDCreateTableStatement.OnCommitType in com.alibaba.druid.sql.dialect.teradata.ast
Methods in com.alibaba.druid.sql.dialect.teradata.ast that return TDCreateTableStatement.OnCommitType Modifier and Type Method Description TDCreateTableStatement.OnCommitTypeTDCreateTableStatement. getOnCommitRows()static TDCreateTableStatement.OnCommitTypeTDCreateTableStatement.OnCommitType. valueOf(String name)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.OnCommitType Modifier and Type Method Description voidTDCreateTableStatement. setOnCommitRows(TDCreateTableStatement.OnCommitType onCommitRows)
-