Class ListCommand (0.27.1)

public class ListCommand extends Command

This command is equivalent to the PSQL l and l meta-commands.

Inheritance

java.lang.Object > Command > ListCommand

Methods

getPattern()

public Pattern getPattern()

The pattern expected by this command: is() will only return true if it matches this pattern.

Returns
TypeDescription
Pattern
Overrides

translate()

public String translate()
Returns
TypeDescription
String
Overrides