Interface SQLCreateStatement

All Superinterfaces:
SQLDbTypedObject, SQLDDLStatement, SQLObject, SQLStatement
All Known Implementing Classes:
AthenaCreateTableStatement, BigQueryCreateTableStatement, BlinkCreateTableStatement, CKCreateTableStatement, DB2CreateTableStatement, GaussDbCreateTableStatement, HiveCreateFunctionStatement, HiveCreateTableStatement, ImpalaCreateTableStatement, MySqlCreateServerStatement, MySqlCreateTableSpaceStatement, MySqlCreateTableStatement, MySqlCreateUserStatement, OdpsCreateTableStatement, OracleCreateDatabaseDbLinkStatement, OracleCreateIndexStatement, OracleCreatePackageStatement, OracleCreateSynonymStatement, OracleCreateTableSpaceStatement, OracleCreateTableStatement, OracleCreateTypeStatement, OscarCreateSchemaStatement, PGCreateSchemaStatement, PrestoCreateTableStatement, RedshiftCreateTableStatement, SparkCacheTableStatement, SparkCreateScanStatement, SparkCreateTableStatement, SQLAlterResourceGroupStatement, SQLAlterViewStatement, SQLCreateDatabaseStatement, SQLCreateFunctionStatement, SQLCreateIndexStatement, SQLCreateMaterializedViewStatement, SQLCreateProcedureStatement, SQLCreateResourceGroupStatement, SQLCreateRoleStatement, SQLCreateSequenceStatement, SQLCreateTableGroupStatement, SQLCreateTableStatement, SQLCreateTriggerStatement, SQLCreateUserStatement, SQLCreateViewStatement, SQLDropRoleStatement, SQLListResourceGroupStatement, StarRocksCreateResourceStatement, StarRocksCreateTableStatement, TDCreateTableStatement

public interface SQLCreateStatement extends SQLDDLStatement
  • Method Details

    • getName

      default SQLName getName()