Class ListCommand (0.27.1)

publicclassListCommandextendsCommand

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

Inheritance

java.lang.Object > Command > ListCommand

Methods

getPattern()

publicPatterngetPattern()

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

Returns
TypeDescription
Pattern
Overrides

translate()

publicStringtranslate()
Returns
TypeDescription
String
Overrides