Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- xargs
- port
- ssh
- maVen
- resource
- plugin
- tomcat
- Windows
- bash
- GIT
- Quartz
- Source
- vscode
- context
- web.xml
- Eclipse
- VirtualBox
- import
- Windows 10
- grep
- lsof
- Mac
- 네트워크
- JavaScript
- 단축키
- netsh
- IntelliJ
- profile
- find
- 줄바꿈 문자
Archives
- Today
- Total
develog
JDBC Basic 본문
JDBC Basic
1. Establishing a connection
2. Create a statement
3. Execute the query
4. Process the ResultSet object
5. Close the connection
Statement : no parameter
PreparedStatement : parameter
CallableStatement : input, output parameter
execute : one or more ResultSet
executeQuery : one ResultSet
executeUpdate : INSERT, UPDATE, DELETE
DriverManager
DataSource
'Dev > Java' 카테고리의 다른 글
MyBatis 프로시저 호출, result Vo (0) | 2012.04.24 |
---|---|
mybatis (0) | 2012.04.18 |
log4j level 설정 (0) | 2012.04.18 |
myBatis (0) | 2012.04.18 |
[펌] iBATIS의 트랜잭션, 대량 데이터 일괄처리(배치) (0) | 2012.04.16 |
Comments