Class ListCommand (0.27.0)

publicclass ListCommandextendsCommand

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
Type Description
Pattern
Overrides

translate()

publicStringtranslate()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.