Class DescribeStatement

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

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

    • table

      private Table table
    • describeType

      private String describeType
  • Constructor Details

    • DescribeStatement

      public DescribeStatement()
    • DescribeStatement

      public DescribeStatement(Table table)
  • Method Details