Uses of Class
com.alibaba.druid.sql.dialect.postgresql.ast.stmt.PGSelectQueryBlock.FetchClause.Option
-
Packages that use PGSelectQueryBlock.FetchClause.Option Package Description com.alibaba.druid.sql.dialect.postgresql.ast.stmt -
-
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.Option Modifier and Type Method Description PGSelectQueryBlock.FetchClause.OptionPGSelectQueryBlock.FetchClause. getOption()static PGSelectQueryBlock.FetchClause.OptionPGSelectQueryBlock.FetchClause.Option. valueOf(String name)Returns the enum constant of this type with the specified name.static PGSelectQueryBlock.FetchClause.Option[]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.Option Modifier and Type Method Description voidPGSelectQueryBlock.FetchClause. setOption(PGSelectQueryBlock.FetchClause.Option option)
-