MCPcopy Index your code
hub / github.com/processing/processing / addColumn

Method addColumn

core/src/processing/data/Table.java:1794–1796  ·  view source on GitHub ↗

@webref table:method @brief Adds a new column to a table @see Table#removeColumn(String)

()

Source from the content-addressed store, hash-verified

1792 * @see Table#removeColumn(String)
1793 */
1794 public void addColumn() {
1795 addColumn(null, STRING);
1796 }
1797
1798
1799 /**

Callers 1

checkColumnIndexMethod · 0.95

Calls 1

insertColumnMethod · 0.95

Tested by

no test coverage detected