Uses of Enum
org.apache.shardingsphere.proxy.frontend.postgresql.command.query.PostgreSQLCommand
Packages that use PostgreSQLCommand
-
Uses of PostgreSQLCommand in org.apache.shardingsphere.proxy.frontend.postgresql.command.query
Methods in org.apache.shardingsphere.proxy.frontend.postgresql.command.query that return PostgreSQLCommandModifier and TypeMethodDescriptionstatic PostgreSQLCommandReturns the enum constant of this type with the specified name.static PostgreSQLCommand[]PostgreSQLCommand.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.shardingsphere.proxy.frontend.postgresql.command.query that return types with arguments of type PostgreSQLCommandModifier and TypeMethodDescriptionstatic Optional<PostgreSQLCommand>PostgreSQLCommand.valueOf(Class<? extends org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement> sqlStatementClass) Value of PostgreSQL command via SQL statement class.