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

Method getColumnNames

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

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

()

Source from the content-addressed store, hash-verified

569 * @return An array of column names.
570 */
571 public String[] getColumnNames() {
572 return clone(columnNames);
573 }
574
575 /**
576 * Gets the result set concurrency type; one of {@link ResultSet#CONCUR_READ_ONLY} or

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.95

Tested by

no test coverage detected