다음을 통해 공유


prepareStatement 메서드(java.lang.String, int[])

JDBC 드라이버 다운로드

매개 변수가 있는 SQL 문을 데이터베이스에 보내기 위한 SQLServerPreparedStatement 개체를 만들고 지정된 배열에서 지정한 자동 생성된 키를 반환할 수 있습니다.

구문

  
public java.sql.PreparedStatement prepareStatement(java.lang.String sql,  
                                                   int[] columnIndexes)  

매개 변수

sql

SQL 문을 포함하는 문자열입니다.

columnIndexes

int의 배열입니다.

Return Value

PreparedStatement 개체입니다.

예외

SQLServerException

설명

이 prepareStatement 메서드는 java.sql.Connection 인터페이스의 prepareStatement 메서드에 의해 지정됩니다.

참고 항목

prepareStatement 메서드(SQLServerConnection)
SQLServerConnection 멤버
SQLServerConnection 클래스