MCPcopy Index your code
hub / github.com/benfry/processing4 / setLong

Method setLong

core/src/processing/data/TableRow.java:143–143  ·  view source on GitHub ↗

@webBrief Store a long value in the specified column @param column ID number of the target column @param value value to assign @see TableRow#setFloat(int, float) @see TableRow#setString(int, String)

(int column, long value)

Source from the content-addressed store, hash-verified

141 * @see TableRow#setString(int, String)
142 */
143 public void setLong(int column, long value);
144
145 /**
146 * @param columnName title of the target column

Callers 2

parseIntoMethod · 0.65
setLongMethod · 0.65

Implementers 2

RowPointercore/src/processing/data/Table.java
Tablecore/src/processing/data/Table.java

Calls

no outgoing calls

Tested by

no test coverage detected