MCPcopy Create free account
hub / github.com/SPLWare/esProc / findColumn

Method findColumn

src/main/java/com/esproc/jdbc/ResultSet.java:1274–1284  ·  view source on GitHub ↗

Maps the given ResultSet column label to its ResultSet column index. @param columnName the label for the column specified with the SQL AS clause. If the SQL AS clause was not specified, then the label is the name of the column. @return the column index of the given

(String columnName)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

getStringMethod · 0.95
getBooleanMethod · 0.95
getByteMethod · 0.95
getShortMethod · 0.95
getIntMethod · 0.95
getLongMethod · 0.95
getFloatMethod · 0.95
getDoubleMethod · 0.95
getBigDecimalMethod · 0.95
getBytesMethod · 0.95
getDateMethod · 0.95
getTimeMethod · 0.95

Calls 4

logMethod · 0.95
getColumnCountMethod · 0.80
getColumnNameMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected