Home | History | Annotate | Download | only in JDBC2z

Lines Matching refs:URL

1265     public java.net.URL getURL(int colIndex) throws SQLException {
1271 java.net.URL url = null;
1273 return url;
1276 url = new java.net.URL(lastg);
1278 url = null;
1280 return url;
1283 public java.net.URL getURL(String colName) throws SQLException {