Column
add
Synopsis
column add [-h] [-hl] [-c=<connectionName>] [-C=columnName>] [-d=dataType>] [-of=outputFormat>] [-t=fullTableName>]
Description Add a column with specified details
Options
Command | Description |
---|---|
-h --help |
Show the help for the command and parameters |
-hl --headless |
Run the command in an headless (no user input allowed) mode |
-c , --connection =<connetion> |
Connection name |
-t , --table =<table> |
Table name |
-C , --column =<column> |
Column name |
-d , --dataType =<dataType> |
Data type |
disable
Synopsis
column disable [-h] [-hl] [-c=<connectionName>] [-C=<columnName>] [-of=<outputFormat>] [-t=<fullTableName>]
Description Disable column or columns which match filters
Options
Command | Description |
---|---|
-h --help |
Show the help for the command and parameters |
-hl --headless |
Run the command in an headless (no user input allowed) mode |
-c , --connection =<connetion> |
Connection name |
-t , --table =<table> |
Table name |
-C , --column =<column> |
Column name |
enable
Synopsis
column enable [-h] [-hl] [-c=<connectionName>] [-C=<columnName>] [-of=<outputFormat>] [-t=<fullTableName>]
Description Enable column or columns which match filters
Options
Command | Description |
---|---|
-h --help |
Show the help for the command and parameters |
-hl --headless |
Run the command in an headless (no user input allowed) mode |
-c , --connection =<connetion> |
Connection name |
-t , --table =<table> |
Table name |
-C , --column =<column> |
Column name |
list
Synopsis
column list [-h] [-hl] [-c=<connectionName>] [-C=<columnName>] [-of=<outputFormat>] [-t=<fullTableName>]
Description List columns which match filters
Options
Command | Description |
---|---|
-h --help |
Show the help for the command and parameters |
-hl --headless |
Run the command in an headless (no user input allowed) mode |
-c , --connection =<connetion> |
Connection name |
-t , --table =<table> |
Table name |
-C , --column =<column> |
Column name |
remove
Synopsis
column remove [-h] [-hl] [-c=<connectionName>] [-C=<columnName>] [-of=<outputFormat>] [-t=<fullTableName>]
Description Remove column or columns which match filters
Options
Command | Description |
---|---|
-h --help |
Show the help for the command and parameters |
-hl --headless |
Run the command in an headless (no user input allowed) mode |
-c , --connection =<connetion> |
Connection name |
-t , --table =<table> |
Table name |
-C , --column =<column> |
Column name |
rename
Synopsis
column rename [-h] [-hl] [-c=<connectionName>] [-C=<columnName>] [-n=<newColumnName>] [-of=<outputFormat>] [-t=<fullTableName>]
Description Rename column which match filters
Options
Command | Description |
---|---|
-h --help |
Show the help for the command and parameters |
-hl --headless |
Run the command in an headless (no user input allowed) mode |
-c , --connection =<connetion> |
Connection name |
-t , --table =<table> |
Table name |
-C , --column =<column> |
Column name |
-n , --newColumn =<column> |
New column name |
update
Synopsis
column update [-h] [-hl] [-c=<connectionName>] [-C=<columnName>] [-d=<dataType>] [-of=<outputFormat>] [-t=<fullTableName>]
Description Update column or columns which match filters
Options
Command | Description |
---|---|
-h --help |
Show the help for the command and parameters |
-hl --headless |
Run the command in an headless (no user input allowed) mode |
-c , --connection =<connetion> |
Connection name |
-t , --table =<table> |
Table name |
-C , --column =<column> |
Column name |
-d , --dataType =<dataType> |
Data type |