Class Db2AddTablePartition

    • Constructor Summary

      Constructors 
      Constructor Description
      Db2AddTablePartition​(java.lang.String schemaName, java.lang.String tableName, int partitionId, java.lang.String tablespaceName)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String buildSqlString()
      Generate the SQL string (DDL) we want to execute
      void run​(IDatabaseTranslator translator, java.sql.Connection c)
      Execute the statement using the connection.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Db2AddTablePartition

        public Db2AddTablePartition​(java.lang.String schemaName,
                                    java.lang.String tableName,
                                    int partitionId,
                                    java.lang.String tablespaceName)
        Public constructor
        Parameters:
        tableName -
        partitionId -
    • Method Detail

      • buildSqlString

        protected java.lang.String buildSqlString()
        Generate the SQL string (DDL) we want to execute
        Returns: