Class SQLDescribeStatement

All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLReplaceable, SQLStatement

public class SQLDescribeStatement extends SQLStatementImpl implements SQLReplaceable
  • Field Details

    • object

      protected SQLName object
    • column

      protected SQLName column
    • extended

      protected boolean extended
    • formatted

      protected boolean formatted
    • objectType

      protected SQLObjectType objectType
    • partition

      protected List<SQLExpr> partition
  • Constructor Details

    • SQLDescribeStatement

      public SQLDescribeStatement()
  • Method Details