Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- LastModified
- jsr303
- Kotlin
- cross parameter
- etag
- 리얼월드HTTP
- 브로틀리
- 알게뭐냐
- brotli
- 개미수열
- 지수반등
- 이렇게살아야되나자괴감이
- 스프링
- kotliln
- HTTP
- Spring
- cache-control
- 클래스레벨밸리데이션
- 코드스피츠
- jsr380
- i18n
- 워드프레스
- 알고리즘
- 랜선아미안해
- 지뢰찾기
Archives
- Today
- Total
취미개발 블로그와 마음수양
sql , ResultSet 길이 검사. 리절트셋 길이 검사 본문
int rowcount = 0;
if (rs.last()) {
rowcount = rs.getRow();
rs.beforeFirst(); // not rs.first() because the rs.next() below
// will move on, missing the first element
}
'DB > MYSQL' 카테고리의 다른 글
mysql Foreign key constraint is incorrectly formed error (0) | 2018.12.09 |
---|---|
mysql 수치 타입 (0) | 2014.06.11 |
sql 기본 CRUD (0) | 2014.06.11 |
sql 원격 접속 허용 (0) | 2014.04.22 |
mysql 사용자 추가 (0) | 2014.04.13 |