Uses of Enum
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectQueryBlock.FetchClause.Option
Packages that use PGSelectQueryBlock.FetchClause.Option
-
Uses of PGSelectQueryBlock.FetchClause.Option in com.alibaba.druid.sql.dialect.postgresql.ast.stmt
Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt that return PGSelectQueryBlock.FetchClause.OptionModifier and TypeMethodDescriptionPGSelectQueryBlock.FetchClause.getOption()Returns the enum constant of this type with the specified name.PGSelectQueryBlock.FetchClause.Option.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.dialect.postgresql.ast.stmt with parameters of type PGSelectQueryBlock.FetchClause.OptionModifier and TypeMethodDescriptionvoidPGSelectQueryBlock.FetchClause.setOption(PGSelectQueryBlock.FetchClause.Option option)