Interface SQLCreateStatement

All Superinterfaces:
SQLDbTypedObject, SQLDDLStatement, SQLObject, SQLStatement
All Known Implementing Classes:
AntsparkCreateTableStatement, BlinkCreateTableStatement, ClickhouseCreateTableStatement, DB2CreateTableStatement, HiveCreateFunctionStatement, HiveCreateTableStatement, MySqlCreateServerStatement, MySqlCreateTableSpaceStatement, MySqlCreateTableStatement, MySqlCreateUserStatement, OdpsCreateTableStatement, OracleCreateDatabaseDbLinkStatement, OracleCreateIndexStatement, OracleCreatePackageStatement, OracleCreateSynonymStatement, OracleCreateTableStatement, OracleCreateTypeStatement, OscarCreateSchemaStatement, PGCreateSchemaStatement, SQLAlterResourceGroupStatement, SQLAlterViewStatement, SQLCreateDatabaseStatement, SQLCreateFunctionStatement, SQLCreateIndexStatement, SQLCreateMaterializedViewStatement, SQLCreateProcedureStatement, SQLCreateResourceGroupStatement, SQLCreateRoleStatement, SQLCreateSequenceStatement, SQLCreateTableGroupStatement, SQLCreateTableStatement, SQLCreateTriggerStatement, SQLCreateUserStatement, SQLCreateViewStatement, SQLDropRoleStatement, SQLListResourceGroupStatement, StarRocksCreateTableStatement

public interface SQLCreateStatement extends SQLDDLStatement
  • Method Details

    • getName

      default SQLName getName()