MCPcopy Index your code
hub / github.com/apache/tomcat / getColumnIndexes

Method getColumnIndexes

java/org/apache/tomcat/dbcp/dbcp2/PStmtKey.java:562–564  ·  view source on GitHub ↗

Gets an array of column indexes indicating the columns that should be returned from the inserted row or rows. @return An array of column indexes.

()

Source from the content-addressed store, hash-verified

560 * @return An array of column indexes.
561 */
562 public int[] getColumnIndexes() {
563 return clone(columnIndexes);
564 }
565
566 /**
567 * Gets an array of column names indicating the columns that should be returned from the inserted row or rows.

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.95

Tested by

no test coverage detected