Class SQLShowCreateTableStatement

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLShowCreateTableStatement
All Implemented Interfaces:
SQLDbTypedObject, SQLObject, SQLReplaceable, SQLStatement, SQLShowStatement

public class SQLShowCreateTableStatement extends SQLStatementImpl implements SQLShowStatement, SQLReplaceable
  • Constructor Details

    • SQLShowCreateTableStatement

      public SQLShowCreateTableStatement()
  • Method Details