Class ShowColumnsStatement

java.lang.Object
net.sf.jsqlparser.statement.ShowColumnsStatement
All Implemented Interfaces:
Serializable, Model, Statement

public class ShowColumnsStatement extends Object implements Statement
See Also:
  • Field Details

    • tableName

      private String tableName
  • Constructor Details

    • ShowColumnsStatement

      public ShowColumnsStatement()
    • ShowColumnsStatement

      public ShowColumnsStatement(String tableName)
  • Method Details