E D R , A S I H C RSS

Full text search for "DriverManager"

Driver Manager


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 작은자바이야기 . . . . 4 matches
          * DriverManager 클래스를 사용하면 직접 driver를 가져와서 connection을 얻어오지 않아도 바로 connection을 얻어올 수 있다. 이렇게 추상화를 해준 것이 DataSource 클래스.
          * DataSource와 DriverManager의 차이
          * DataSource가 DriverManager보다 많은 설정을 해줄 수 있음(많은 set함수 제공)
          * DriverManager의 구현은 하나에 정해진 것들만 설정해줄 수 있음.
  • 토비의스프링3/오브젝트와의존관계 . . . . 4 matches
         import java.sql.DriverManager;
          Connection c = DriverManager.getConnection("jdbc:mysql://localhost/springbook", "spring", "book");
          Connection c = DriverManager.getConnection("jdbc:mysql://localhost/springbook", "spring", "book");
          Connection c = DriverManager.getConnection("jdbc:mysql://localhost/springbook", "spring", "book");
  • Java/JDBC . . . . 2 matches
         import java.sql.DriverManager;
          Connection con = DriverManager.getConnection(url, "namsangboy", "namsangboy");
  • Spring/탐험스터디/2011 . . . . 1 match
          1.4. Connection c = DriverManager.getConnection(...); 문장에서 에러가 나는데 문자열의 localhost/springbook 부분을 자신이 사용할 테이블의 이름으로 바꾸어 주어야 한다. localhost/test로 바꿔준다. 이후의 문자열 두 개는 각각 자신의 MySQL 계정 이름(기본값 root), MySQL 비밀번호를 적어주면 된다.
  • TestDrivenDatabaseDevelopment . . . . 1 match
          con = DriverManager.getConnection(url);
Found 5 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.2568 sec