Class DB2ColumnOptionsParser

java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.DB2ColumnOptionsParser

public class DB2ColumnOptionsParser extends Object
This class parses the inline column options of a create-statement (see https://www.ibm.com/docs/en/db2/11.5?topic=statements-create-table#sdx-synid_frag-column-options) into separate pieces if you want to alter a column. The later one has to be done in separate statements: See https://www.ibm.com/docs/en/db2/11.5?topic=statements-alter-table#sdx-synid_frag-column-options
Note 1: This class parses only 'inline length', 'compact' and 'logged' options
Note 2: You cannot alter the compact or logged option on an existing column.
Author:
Roland Praml, FOCONIS AG