Searched defs:select (Results 1 – 9 of 9) sorted by relevance
106 public abstract int select() throws IOException; in select() method in Selector126 public abstract int select(long timeout) throws IOException; in select() method in Selector
119 String select = element.getAttribute("select"); in contextToTestSuite() local152 final String select = element.getAttribute("select"); in createFromTest() local
117 public abstract List<Proxy> select(URI uri); in select() method in ProxySelector
31 @Override public List<Proxy> select(URI uri) { in select() method in ProxySelectorImpl
285 String select = "select * from DecimalNumbers;"; in testGetPrecision() local350 String select = "select * from DecimalNumbers;"; in testGetScale() local
1001 String select = "select * from zoo"; in testSetCursorName() local1014 String select = "select * from zoo"; in testSetEscapeProcessing() local1176 String select = "select * from zoo where id == 4;"; in testGetResultSet() local
146 @Override public int select() throws IOException { in select() method in SelectorImpl151 @Override public int select(long timeout) throws IOException { in select() method in SelectorImpl
142 public java.util.List<Proxy> select(URI uri) { in select() method in HttpURLConnectionTest.TestProxySelector
577 public List<Proxy> select(URI uri) { in select() method in OldURLTest.MockProxySelector