Searched defs:getClientInfo (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DConnection.java1238 String getClientInfo(String name) method in interface:Connection
1256 Properties getClientInfo() method in interface:Connection
/openjdk10/jdk/test/java/sql/modules/mystubdriver/com/luckydogtennis/
H A DStubConnection.java262 public String getClientInfo(String name) throws SQLException { method in class:StubConnection
267 public Properties getClientInfo() throws SQLException { method in class:StubConnection
/openjdk10/jdk/test/java/sql/modules/luckydogdriver/luckydogtennis/
H A DStubConnection.java262 public String getClientInfo(String name) throws SQLException { method in class:StubConnection
267 public Properties getClientInfo() throws SQLException { method in class:StubConnection
/openjdk10/jdk/test/java/sql/testng/util/
H A DStubConnection.java262 public String getClientInfo(String name) throws SQLException { method in class:StubConnection
267 public Properties getClientInfo() throws SQLException { method in class:StubConnection

Completed in 50 milliseconds