Searched refs:SUP_ID (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/test/javax/sql/testng/test/rowset/joinrowset/
H A DJoinRowSetTests.java45 private final int SUP_ID = 101; field in class:JoinRowSetTests
47 private final String JOIN_COLNAME = "SUP_ID";
48 // Column index in COFFEES table which contains SUP_ID
50 // Column index in SUPPLIERS table which contains SUP_ID
66 * SUP_ID INTEGER NOT NULL,
72 * PRIMARY KEY (SUP_ID))
75 rsmd.setColumnName(1, "SUP_ID");
171 * Validate that the correct coffees are returned for SUP_ID
177 if (jrs.getInt(JOIN_COLNAME) == SUP_ID) {
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java81 private static final String SUP_ID = "SUP"; field in class:LdapSchemaParser
433 if (tag.equals(SUP_ID) || // oid list for object class; WOID for attribute
804 attr = attrs.get(SUP_ID);
854 attrId.equals(SUP_ID) ||
916 attr = attrs.get(SUP_ID);
992 attrId.equals(SUP_ID) ||

Completed in 42 milliseconds