Name | Description |
catalogName | Name of the catalog@ v3.0E.g. 'cat' |
encoding | Name of the encoding (as specified in java.nio.Charset javadoc) used in the file defined in the `path` attributeDefault: 'utf-8' |
fullDefinition | booleanSet to true if selectQuery is the entire view definition. False if the CREATE VIEW header should be added@ v3.3 |
path | Path to file containing view definition@ v3.6E.g. 'A String' |
relativeToChangelogFile | booleanWhether the file path is relative to the root changelog file rather than to the classpath. |
remarks | Comments stored for the viewE.g. 'A String' |
replaceIfExists | booleanUse 'create or replace' syntaxSupported by: db2, firebird, h2, hsqldb, ingres, mariadb, mssql, mysql, oracle, postgresql, sqlite, sybase@ v1.5 |
schemaName | Name of the schemaE.g. 'public' |
[XML: text content] / selectQuery | SQL for generating the viewE.g. 'select id, name from person where id > 10'Required for: informixNote: the content of the tag in XML |
viewName | Name of the view to createE.g. 'v_person' |