JavaTM Platform
Standard Ed. 6

클래스
java.sql.SQLException 의 사용

SQLException 를 사용하고 있는 패키지
java.sql JavaTM 프로그램 언어를 사용해 데이터 소스 (일반적으로은 RDB)의 데이터에 액세스 해 처리하는 API 를 제공합니다.  
javax.sql 서버측의 데이터 소스 액세스와 JavaTM 프로그램 언어를 사용한 처리에 사용하는 API 를 제공합니다.  
javax.sql.rowset JDBC RowSet 구현의 표준 인터페이스와 base class입니다.  
javax.sql.rowset.serial Java 프로그램 언어에서의 SQL 형과 데이터형의 직렬화 가능 매핑을 가능하게 하는 유틸리티 클래스를 제공합니다.  
javax.sql.rowset.spi 서드 파티의 벤더가 동기 프로바이더의 구현으로 사용해야 하는 표준 클래스 및 인터페이스입니다.  
 

java.sql 에서의 SQLException 의 사용
 

java.sql 에서의 SQLException 의 서브 클래스
 class BatchUpdateException
          배치 갱신 조작중에 에러가 발생했을 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class DataTruncation
          MaxFieldSize 를 초과한 이외의 이유로써 데이터값가 예기 하지 않고 절약할 수 있었을 때에,DataTruncation 예외로서 throw 되는 예외 (기입시), 또는 DataTruncation 경고로서 보고되는 예외 (read시)입니다.
 class SQLClientInfoException
          1 개이상의 클라이언트 정보 프로퍼티을 Connection 로 설정할 수 없었을 때에,SQLException 의 서브 클래스가 throw 됩니다.
 class SQLDataException
          SQLState 클래스치가 '22' 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLFeatureNotSupportedException
          SQLState 클래스치가 '0A' (제로 A) 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLIntegrityConstraintViolationException
          SQLState 클래스치가 '23' 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLInvalidAuthorizationSpecException
          SQLState 클래스치가 '28' 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLNonTransientConnectionException
           SQLState 클래스치가 '08' 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLNonTransientException
          SQLException 의 원인이 수정되지 않는 한, 같은 조작을 재시행해도 인스턴스가 실패할 경우에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLRecoverableException
          어플리케이션이 회복 순서를 실행해 트랜잭션(transaction) 전체 (분산 트랜잭션(transaction)의 경우는 트랜잭션(transaction) 브랜치(branch))를 재시행하면 전회 실패한 조작이 성공할 가능성이 있을 때 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLSyntaxErrorException
          SQLState 클래스치가 '42' 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLTimeoutException
          Statement 로 지정한 타임 아웃이 경과했을 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLTransactionRollbackException
          SQLState 클래스치가 '40' 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLTransientConnectionException
          SQLState 클래스치가 '08' 때에 throw 되는 SQLException 의 서브 클래스입니다.
 class SQLTransientException
          전회 실패한 조작이, 어플리케이션 레벨의 기능에 의한 개입이 없어도 재시행시에 성공할 가능성이 있는 상황에서는 SQLException 의 서브 클래스가 throw 됩니다.
 class SQLWarning
          데이타베이스 액세스의 경고에 관한 정보를 제공하는 예외입니다.
 

SQLException 를 돌려주는 java.sql 의 메소드
 SQLException SQLException. getNextException ()
          setNextException(SQLException ex)에 의해 이 SQLException 객체에 체인 된 예외를 가져옵니다.
 

SQLException 형의 파라미터를 가지는 java.sql 의 메소드
 void SQLException. setNextException (SQLException  ex)
          체인의 마지막에 SQLException 객체를 추가합니다.
 

SQLException 를 throw 하는 java.sql 의 메소드
 boolean ResultSet. absolute (int row)
          커서를 이 ResultSet 객체내의 지정된 행으로 이동합니다.
 boolean Driver. acceptsURL (String  url)
          지정된 URL 에 접속할 수 있으면(자) 드라이버가 판단할지 어떨지를 가져옵니다.
 void PreparedStatement. addBatch ()
          이 PreparedStatement 객체의 커멘드의 배치에, 파라미터세트를 추가합니다.
 void Statement. addBatch (String  sql)
          이 Statement 객체의 현재의 커멘드의 리스트로 지정된 SQL 커멘드를 추가합니다.
 void ResultSet. afterLast ()
          커서를 이 ResultSet 객체의 끝, 즉 맨 마지막 줄의 직후로 이동합니다.
 boolean DatabaseMetaData. allProceduresAreCallable ()
          getProcedures 메소드에 의해 반환되는 모든 프로시저가, 현재의 사용자로부터 호출할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. allTablesAreSelectable ()
          SELECT 문중의 getTables 메소드에 의해 반환되는 모든 테이블이, 현재의 사용자에 의해 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. autoCommitFailureClosesAllResultSets ()
          autoCommit 가 true 의 경우에, ResultSet 가 보관 유지 가능해도, 모든 오픈된 ResultSet 가 클로즈 된 것을 SQLException 가 가리킬지 어떨지를 가져옵니다.
 void ResultSet. beforeFirst ()
          커서를 이 ResultSet 객체의 첨단, 즉 선두행의 직전으로 이동합니다.
 void Statement. cancel ()
          DBMS 및 드라이버의 양쪽 모두가 SQL 문의 종료를 지원하는 경우에, 이 Statement 객체를 취소합니다.
 void ResultSet. cancelRowUpdates ()
          이 ResultSet 객체의 현재의 행에 대해서 간 갱신을 취소합니다.
 void Statement. clearBatch ()
          이 Statement 객체의 현재의 SQL 커멘드 리스트를 비웁니다.
 void PreparedStatement. clearParameters ()
          현재의 파라미터치를 곧바로 클리어 합니다.
 void Statement. clearWarnings ()
          이 Statement 객체에 관해서 보고된 모든 경고를 클리어 합니다.
 void ResultSet. clearWarnings ()
          이 ResultSet 객체에 관해서 보고된 모든 경고를 클리어 합니다.
 void Connection. clearWarnings ()
          이 Connection 객체에 관해서 통지된 모든 경고를 클리어 합니다.
 void Statement. close ()
          자동적으로 클로즈 될 때 Statement 객체의 데이타베이스와 JDBC 자원이 해제되는 것을 기다리는 것이 아니라, 즉시 그것들을 해제합니다.
 void ResultSet. close ()
          자동적으로 클로즈 될 때, 이것을 기다리는 것이 아니라, 즉시 ResultSet 객체의 데이타베이스와 JDBC 자원을 해제합니다.
 void Connection. close ()
          자동적인 해제를 기다리지 않고 , 즉시 이 Connection 객체의 데이타베이스와 JDBC 자원을 해제합니다.
 void Connection. commit ()
          직전의 위탁/롤백(rollback) 이후에 행해진 변경을 모두 유효로 해, 이 Connection 객체가 현재 보관 유지하는 데이타베이스 락을 모두 해제합니다.
 Connection Driver. connect (String  url, Properties  info)
          지정된 URL 에 데이타베이스 접속을 시도합니다.
 Array Connection. createArrayOf (String  typeName, Object [] elements)
          Array 객체를 생성하는 팩토리 메소드입니다.
 Blob Connection. createBlob ()
          Blob 인터페이스를 구현하고 있는 객체를 구축합니다.
 Clob Connection. createClob ()
          Clob 인터페이스를 구현하고 있는 객체를 구축합니다.
 NClob Connection. createNClob ()
          NClob 인터페이스를 구현하고 있는 객체를 구축합니다.
 SQLXML Connection. createSQLXML ()
          SQLXML 인터페이스를 구현하고 있는 객체를 구축합니다.
 Statement Connection. createStatement ()
          SQL 문을 데이타베이스에 보내기 위한 Statement 객체를 생성합니다.
 Statement Connection. createStatement (int resultSetType, int resultSetConcurrency)
          지정된 형태와 동시성 처리로 ResultSet 객체를 생성하는 Statement 객체를 생성합니다.
 Statement Connection. createStatement (int resultSetType, int resultSetConcurrency, int resultSetHoldability)
          지정된 형태, 동시성 처리, 및 보관 유지 기능으로 ResultSet 객체를 생성하는 Statement 객체를 생성합니다.
 Struct Connection. createStruct (String  typeName, Object [] attributes)
          Struct 객체를 생성하는 팩토리 메소드입니다.
 boolean DatabaseMetaData. dataDefinitionCausesTransactionCommit ()
          트랜잭션(transaction)의 데이터 정의문이, 트랜잭션(transaction)를 강제적으로 위탁시킬지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. dataDefinitionIgnoredInTransactions ()
          이 데이타베이스에 의해, 트랜잭션(transaction)로 데이터 정의문이 무시될지 어떨지를 가져옵니다.
 void ResultSet. deleteRow ()
          이 ResultSet 객체 및 기본으로 되는 데이타베이스로부터, 현재의 행을 삭제합니다.
 boolean DatabaseMetaData. deletesAreDetected (int type)
          ResultSet.rowDeleted 메소드를 호출하는 것에 의해 가시의 행이 삭제된 것을 검출할 수 있을지 어떨지를 가져옵니다.
static void DriverManager. deregisterDriver (Driver  driver)
          DriverManager 의 리스트로부터 드라이버를 제외합니다.
 boolean DatabaseMetaData. doesMaxRowSizeIncludeBlobs ()
          getMaxRowSize 메소드의 반환값이 SQL 데이터의 형태의 LONGVARCHARLONGVARBINARY 를 포함할지 어떨지를 가져옵니다.
 boolean PreparedStatement. execute ()
          이 PreparedStatement 객체의, 모든 종류의 SQL 문을 실행합니다.
 boolean Statement. execute (String  sql)
          복수의 결과를 돌려줄 가능성이 있는 지정된 SQL 문을 실행합니다.
 boolean Statement. execute (String  sql, int autoGeneratedKeys)
          복수의 결과를 돌려줄 가능성이 있는 지정된 SQL 문을 실행해, 모든 자동 생성 키를 검색 가능하게 할지 어떨지에 임해서 드라이버에 통지합니다.
 boolean Statement. execute (String  sql, int[] columnIndexes)
          복수의 결과를 돌려줄 가능성이 있는 지정된 SQL 문을 실행해, 지정된 배열로 나타난 자동 생성 키를 검색 가능하게 할지 어떨지에 임해서 드라이버에 통지합니다.
 boolean Statement. execute (String  sql, String [] columnNames)
          복수의 결과를 돌려줄 가능성이 있는 지정된 SQL 문을 실행해, 지정된 배열로 나타난 자동 생성 키를 검색 가능하게 할지 어떨지에 임해서 드라이버에 통지합니다.
 int[] Statement. executeBatch ()
          커멘드의 배치를 데이타베이스에 송신해 실행해, 모든 커멘드가 정상적으로 실행되면(자), 갱신 카운트의 배열을 돌려줍니다.
 ResultSet PreparedStatement. executeQuery ()
          이 PreparedStatement 객체의 SQL 쿼리를 실행해, 그 쿼리에 의해 생성된 ResultSet 객체를 돌려줍니다.
 ResultSet Statement. executeQuery (String  sql)
          단일의 ResultSet 객체를 돌려주는, 지정된 SQL 문을 실행합니다.
 int PreparedStatement. executeUpdate ()
          이 PreparedStatement 객체의 SQL 데이터 조작 언어 (DML) 문 (INSERT 문,UPDATE 문,DELETE 문등)을 실행합니다.
 int Statement. executeUpdate (String  sql)
          지정된 SQL 문을 실행합니다.
 int Statement. executeUpdate (String  sql, int autoGeneratedKeys)
          지정된 SQL 문을 실행해, 이 Statement 객체에 의해 생성된 자동 생성 키를 검색 가능하게 할지 어떨지에 임해서 지정된 플래그로 드라이버에 통지합니다.
 int Statement. executeUpdate (String  sql, int[] columnIndexes)
          지정된 SQL 문을 실행해, 지정된 배열로 나타난 자동 생성 키를 검색 가능하게 할지 어떨지에 임해서 드라이버에 통지합니다.
 int Statement. executeUpdate (String  sql, String [] columnNames)
          지정된 SQL 문을 실행해, 지정된 배열로 나타난 자동 생성 키를 검색 가능하게 할지 어떨지에 임해서 드라이버에 통지합니다.
 int ResultSet. findColumn (String  columnLabel)
          지정된 ResultSet 의 열라벨을 ResultSet 열인덱스에 매핑 합니다.
 boolean ResultSet. first ()
          커서를 이 ResultSet 객체내의 선두행으로 이동합니다.
 void SQLXML. free ()
          이 메소드는 이 객체를 클로즈 해, 이 객체가 보관 유지하고 있던 자원을 해제합니다.
 void Clob. free ()
          이 메소드는,Clob 객체를 해제해, 보관 유지되고 있는 자원을 해제합니다.
 void Blob. free ()
          이 메소드는,Blob 객체를 해제해, 보관 유지되고 있는 자원을 해제합니다.
 void Array. free ()
          이 메소드는,Array 객체를 해제해, 보관 유지되고 있는 자원을 해제합니다.
 Object Array. getArray ()
          이 Array 객체에 의해 지정된 SQL ARRAY 치의 내용을, Java 프로그램 언어의 배열의 형식에서 꺼냅니다.
 Array ResultSet. getArray (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Array 객체로서 가져옵니다.
 Array CallableStatement. getArray (int parameterIndex)
          지정된 JDBC ARRAY 파라미터의 값을, Java 프로그램 언어 Array 객체로서 꺼냅니다.
 Object Array. getArray (long index, int count)
          이 Array 객체에 의해 지정된 SQL ARRAY 치의 일부를 꺼냅니다.
 Object Array. getArray (long index, int count, Map <String ,Class <? >> map)
          이 Array 객체에 의해 지정된 SQL ARRAY 치의 일부를 꺼냅니다.
 Object Array. getArray (Map <String ,Class <? >> map)
          이 Array 객체에 의해 지정된 SQL ARRAY 치의 내용을 꺼냅니다.
 Array ResultSet. getArray (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Array 객체로서 가져옵니다.
 Array CallableStatement. getArray (String  parameterName)
          JDBC ARRAY 파라미터의 값을, Java 프로그램 언어 Array 객체로서 꺼냅니다.
 InputStream Clob. getAsciiStream ()
          이 Clob 객체에 의해 지정된 CLOB 치를 ASCII 스트림로서 꺼냅니다.
 InputStream ResultSet. getAsciiStream (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, ASCII 문자의 스트림로서 가져옵니다.
 InputStream ResultSet. getAsciiStream (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, ASCII 문자의 스트림로서 가져옵니다.
 Object [] Struct. getAttributes ()
          이 Struct 객체가 나타내는 SQL 구조화형의 속성의 순서 붙이고 된 값을 작성합니다.
 Object [] Struct. getAttributes (Map <String ,Class <? >> map)
          이 Struct 객체가 나타내는 SQL 구조화형의 속성의 순서 붙이고 된 값을 작성합니다.
 ResultSet DatabaseMetaData. getAttributes (String  catalog, String  schemaPattern, String  typeNamePattern, String  attributeNamePattern)
          지정된 schema 및 카탈로그로 사용 가능한 사용자 정의의 형태 (UDT)를 위한 지정된 형태의 지정된 속성에 관한 기술을 가져옵니다.
 boolean Connection. getAutoCommit ()
          이 Connection 객체의 현재의 자동 위탁 모드를 가져옵니다.
 int Array. getBaseType ()
          이 Array 객체에 의해 지정된 배열의 요소의 JDBC 의 형태를 가져옵니다.
 String Ref. getBaseTypeName ()
          이 Ref 객체가 참조하는, 완전 지정된 SQL 구조화형의 SQL 명을 가져옵니다.
 String Array. getBaseTypeName ()
          이 Array 객체에 의해 지정된 배열의 요소의 SQL 의 형명을 가져옵니다.
 ResultSet DatabaseMetaData. getBestRowIdentifier (String  catalog, String  schema, String  table, int scope, boolean nullable)
          행을 일의에 식별하는 테이블의 최적인 열세트에 관한 기술을 가져옵니다.
 BigDecimal ResultSet. getBigDecimal (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을,java.math.BigDecimal 객체로서 전정밀도로 가져옵니다.
 BigDecimal CallableStatement. getBigDecimal (int parameterIndex)
          지정된 JDBC NUMERIC 파라미터의 값을, 그 값과 같은 소수점 이하의 자리수를 가지는 java.math.BigDecimal 객체로서 꺼냅니다.
 BigDecimal ResultSet. getBigDecimal (int columnIndex, int scale)
          추천 되고 있지 않습니다.   
 BigDecimal CallableStatement. getBigDecimal (int parameterIndex, int scale)
          추천 되고 있지 않습니다.  getBigDecimal(int parameterIndex) 또는 getBigDecimal(String parameterName) 를 사용합니다.
 BigDecimal ResultSet. getBigDecimal (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을,java.math.BigDecimal 객체로서 전정밀도로 가져옵니다.
 BigDecimal CallableStatement. getBigDecimal (String  parameterName)
          JDBC NUMERIC 파라미터의 값을, 그 값과 같은 소수점 이하의 자리수를 가지는 java.math.BigDecimal 객체로서 꺼냅니다.
 BigDecimal ResultSet. getBigDecimal (String  columnLabel, int scale)
          추천 되고 있지 않습니다.   
 InputStream SQLXML. getBinaryStream ()
          이 SQLXML 인스턴스에 의해 지정된 XML 치를 스트림로서 꺼냅니다.
 InputStream Blob. getBinaryStream ()
          이 Blob 인스턴스에 의해 지정된 BLOB 치를 스트림로서 꺼냅니다.
 InputStream ResultSet. getBinaryStream (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, 미해석의 바이트의 스트림로서 가져옵니다.
 InputStream Blob. getBinaryStream (long pos, long length)
          Blob 치의 일부 (바이트 위치 pos 로부터 길이 length 바이트분 )를 포함한 InputStream 객체를 돌려줍니다.
 InputStream ResultSet. getBinaryStream (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, 미해석의 바이트 스트림로서 가져옵니다.
 Blob ResultSet. getBlob (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Blob 객체로서 가져옵니다.
 Blob CallableStatement. getBlob (int parameterIndex)
          지정된 JDBC BLOB 파라미터의 값을, Java 프로그램 언어 Blob 객체로서 꺼냅니다.
 Blob ResultSet. getBlob (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Blob 객체로서 가져옵니다.
 Blob CallableStatement. getBlob (String  parameterName)
          JDBC BLOB 파라미터의 값을, Java 프로그램 언어 Blob 객체로서 꺼냅니다.
 boolean ResultSet. getBoolean (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 boolean 로서 가져옵니다.
 boolean CallableStatement. getBoolean (int parameterIndex)
          지정된 JDBC BIT 또는 BOOLEAN 파라미터의 값을 Java 프로그램 언어의 boolean 로서 꺼냅니다.
 boolean ResultSet. getBoolean (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 boolean 로서 가져옵니다.
 boolean CallableStatement. getBoolean (String  parameterName)
          JDBC BIT 또는 BOOLEAN 파라미터의 값을 Java 프로그램 언어의 boolean 로서 꺼냅니다.
 byte ResultSet. getByte (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 byte 로서 가져옵니다.
 byte CallableStatement. getByte (int parameterIndex)
          지정된 JDBC TINYINT 파라미터의 값을 Java 프로그램 언어의 byte 로서 꺼냅니다.
 byte ResultSet. getByte (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 byte 로서 가져옵니다.
 byte CallableStatement. getByte (String  parameterName)
          JDBC TINYINT 파라미터의 값을 Java 프로그램 언어의 byte 로서 꺼냅니다.
 byte[] ResultSet. getBytes (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 byte 배열로서 가져옵니다.
 byte[] CallableStatement. getBytes (int parameterIndex)
          지정된 JDBC 의 BINARY 파라미터 또는 VARBINARY 파라미터의 값을 Java 프로그램 언어의 byte 치의 배열로서 꺼냅니다.
 byte[] Blob. getBytes (long pos, int length)
          이 Blob 객체가 나타내는 BLOB 치의 전부 또는 일부를 바이트 배열로서 꺼냅니다.
 byte[] ResultSet. getBytes (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 byte 배열로서 가져옵니다.
 byte[] CallableStatement. getBytes (String  parameterName)
          JDBC 의 BINARY 파라미터 또는 VARBINARY 파라미터의 값을 Java 프로그램 언어의 byte 치의 배열로서 꺼냅니다.
 String Connection. getCatalog ()
          이 Connection 객체의 현재의 카탈로그명을 가져옵니다.
 String ResultSetMetaData. getCatalogName (int column)
          지정된 열의 테이블의 카탈로그명을 가져옵니다.
 ResultSet DatabaseMetaData. getCatalogs ()
          이 데이타베이스로 사용 가능한 카탈로그명을 가져옵니다.
 String DatabaseMetaData. getCatalogSeparator ()
          이 데이타베이스가 카탈로그명과 테이블명의 separator로서 사용하는 String 를 가져옵니다.
 String DatabaseMetaData. getCatalogTerm ()
           「catalog」에 대한 데이타베이스 벤더의 추천 용어를 가져옵니다.
 Reader SQLXML. getCharacterStream ()
          이 SQLXML 인스턴스에 의해 지정된 XML 치를 java.io.Reader 객체로서 가져옵니다.
 Reader Clob. getCharacterStream ()
          이 Clob 객체에 의해 지정된 CLOB 치를 java.io.Reader 객체 (또는 문자의 스트림)로서 꺼냅니다.
 Reader ResultSet. getCharacterStream (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을,java.io.Reader 객체로서 가져옵니다.
 Reader CallableStatement. getCharacterStream (int parameterIndex)
          지정된 파라미터의 값을 Java 프로그램 언어의 java.io.Reader 객체로서 꺼냅니다.
 Reader Clob. getCharacterStream (long pos, long length)
          Clob 치의 일부 (문자 위치 pos 로부터 길이 length 문자분 )를 포함한 Reader 객체를 돌려줍니다.
 Reader ResultSet. getCharacterStream (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을,java.io.Reader 객체로서 가져옵니다.
 Reader CallableStatement. getCharacterStream (String  parameterName)
          지정된 파라미터의 값을 Java 프로그램 언어의 java.io.Reader 객체로서 꺼냅니다.
 Properties Connection. getClientInfo ()
          드라이버로 지원되는 각 클라이언트 정보 프로퍼티의 이름과 현재의 값이 포함되는 리스트를 돌려줍니다.
 String Connection. getClientInfo (String  name)
          이름으로 지정되었다를 클라이언트 정보 프로퍼티의 값을 돌려줍니다.
 ResultSet DatabaseMetaData. getClientInfoProperties ()
          드라이버가 지원하는 클라이언트 정보 프로퍼티의 리스트를 가져옵니다.
 Clob ResultSet. getClob (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Clob 객체로서 가져옵니다.
 Clob CallableStatement. getClob (int parameterIndex)
          지정된 JDBC CLOB 파라미터의 값을 Java 프로그램 언어의 java.sql.Clob 객체로서 꺼냅니다.
 Clob ResultSet. getClob (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Clob 객체로서 가져옵니다.
 Clob CallableStatement. getClob (String  parameterName)
          JDBC CLOB 파라미터의 값을 Java 프로그램 언어의 java.sql.Clob 객체로서 꺼냅니다.
 String ResultSetMetaData. getColumnClassName (int column)
          Java 클래스의 완전한 이름(FQN)을 돌려줍니다.
 int ResultSetMetaData. getColumnCount ()
          이 ResultSet 객체의 렬수를 돌려줍니다.
 int ResultSetMetaData. getColumnDisplaySize (int column)
          지정된 열의 일반적으로의 최대폭을 문자수로 가리킵니다.
 String ResultSetMetaData. getColumnLabel (int column)
          인쇄나 표시에 사용하는, 지정된 열의 추천 타이틀을 가져옵니다.
 String ResultSetMetaData. getColumnName (int column)
          지정된 열의 이름을 가져옵니다.
 ResultSet DatabaseMetaData. getColumnPrivileges (String  catalog, String  schema, String  table, String  columnNamePattern)
          테이블의 열에의 액세스권에 관한 기술을 가져옵니다.
 ResultSet DatabaseMetaData. getColumns (String  catalog, String  schemaPattern, String  tableNamePattern, String  columnNamePattern)
          지정된 카탈로그로 사용 가능한 테이블열의 기술을 가져옵니다.
 int ResultSetMetaData. getColumnType (int column)
          지정된 열의 SQL 형을 가져옵니다.
 String ResultSetMetaData. getColumnTypeName (int column)
          지정된 열의 데이타베이스 고유의 형명을 가져옵니다.
 int ResultSet. getConcurrency ()
          이 ResultSet 객체의 동시성 처리 모드를 가져옵니다.
 Connection Statement. getConnection ()
          이 Statement 객체를 생성한 Connection 객체를 가져옵니다.
 Connection DatabaseMetaData. getConnection ()
          이 메타데이타객체를 생성한 접속을 꺼냅니다.
static Connection DriverManager. getConnection (String  url)
          지정된 데이타베이스의 URL 에의 접속을 시도합니다.
static Connection DriverManager. getConnection (String  url, Properties  info)
          지정된 데이타베이스의 URL 에의 접속을 시도합니다.
static Connection DriverManager. getConnection (String  url, String  user, String  password)
          지정된 데이타베이스의 URL 에의 접속을 시도합니다.
 ResultSet DatabaseMetaData. getCrossReference (String  parentCatalog, String  parentSchema, String  parentTable, String  foreignCatalog, String  foreignSchema, String  foreignTable)
          주키, 또는 친테이블의 일의성 제약을 나타내는 열을 참조하는 지정된 외부의 키 테이블중의 외부 키열에 관한 기술을 가져옵니다 (친테이블은 같은 테이블 또는 다른 테이블).
 String ResultSet. getCursorName ()
          이 ResultSet 객체가 사용하는 SQL 커서의 이름을 가져옵니다.
 int DatabaseMetaData. getDatabaseMajorVersion ()
          기본이 되는 데이타베이스의 메이저 버젼 번호를 가져옵니다.
 int DatabaseMetaData. getDatabaseMinorVersion ()
          기본이 되는 데이타베이스의 마이너 버젼 번호를 가져옵니다.
 String DatabaseMetaData. getDatabaseProductName ()
          이 데이타베이스 제품의 이름을 가져옵니다.
 String DatabaseMetaData. getDatabaseProductVersion ()
          이 데이타베이스 제품의 버젼 번호를 가져옵니다.
 Date ResultSet. getDate (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Date 객체로서 가져옵니다.
 Date CallableStatement. getDate (int parameterIndex)
          지정된 JDBC DATE 파라미터의 값을 java.sql.Date 객체로서 꺼냅니다.
 Date ResultSet. getDate (int columnIndex, Calendar  cal)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Date 객체로서 가져옵니다.
 Date CallableStatement. getDate (int parameterIndex, Calendar  cal)
          지정된 JDBC DATE 파라미터의 값을 java.sql.Date 객체로서 꺼냅니다.
 Date ResultSet. getDate (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Date 객체로서 가져옵니다.
 Date CallableStatement. getDate (String  parameterName)
          JDBC DATE 파라미터의 값을 java.sql.Date 객체로서 꺼냅니다.
 Date ResultSet. getDate (String  columnLabel, Calendar  cal)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Date 객체로서 가져옵니다.
 Date CallableStatement. getDate (String  parameterName, Calendar  cal)
          JDBC DATE 파라미터의 값을 java.sql.Date 객체로서 꺼냅니다.
 int DatabaseMetaData. getDefaultTransactionIsolation ()
          이 데이타베이스의 디폴트의 트랜잭션(transaction) 차단 레벨을 가져옵니다.
 double ResultSet. getDouble (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 double 로서 가져옵니다.
 double CallableStatement. getDouble (int parameterIndex)
          지정된 JDBC DOUBLE 파라미터의 값을 Java 프로그램 언어의 double 로서 꺼냅니다.
 double ResultSet. getDouble (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 double 로서 가져옵니다.
 double CallableStatement. getDouble (String  parameterName)
          JDBC DOUBLE 파라미터의 값을 Java 프로그램 언어의 double 로서 꺼냅니다.
static Driver DriverManager. getDriver (String  url)
          지정된 URL 를 인식하는 드라이버를 획득하려고 합니다.
 String DatabaseMetaData. getDriverName ()
          이 JDBC 드라이버의 이름을 가져옵니다.
 String DatabaseMetaData. getDriverVersion ()
          이 JDBC 드라이버의 버젼 번호를 String 로서 가져옵니다.
 ResultSet DatabaseMetaData. getExportedKeys (String  catalog, String  schema, String  table)
          지정된 테이블의 주키열 (테이블에 의해 export 된 외부 키)을 참조하는 외부 키열에 관한 기술을 가져옵니다.
 String DatabaseMetaData. getExtraNameCharacters ()
          인용부호로 둘러싸이지 않은 식별명에 사용할 수 있는 모든 「특수」문자 (a-z, A-Z,0-9, 및 _ 이외)를 가져옵니다.
 int Statement. getFetchDirection ()
          이 Statement 객체로부터 생성된 결과 세트의 디폴트인, 데이타베이스 테이블에서 행을 페치 할 방향을 가져옵니다.
 int ResultSet. getFetchDirection ()
          이 ResultSet 객체의 페치 방향을 가져옵니다.
 int Statement. getFetchSize ()
          이 Statement 객체로부터 생성된 ResultSet 객체의 디폴트의 페치 사이즈인, 결과 세트의 행수를 가져옵니다.
 int ResultSet. getFetchSize ()
          이 ResultSet 객체의 페치 사이즈를 가져옵니다.
 float ResultSet. getFloat (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 float 로서 가져옵니다.
 float CallableStatement. getFloat (int parameterIndex)
          지정된 JDBC FLOAT 파라미터의 값을 Java 프로그램 언어의 float 로서 꺼냅니다.
 float ResultSet. getFloat (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 float 로서 가져옵니다.
 float CallableStatement. getFloat (String  parameterName)
          JDBC FLOAT 파라미터의 값을 Java 프로그램 언어의 float 로서 꺼냅니다.
 ResultSet DatabaseMetaData. getFunctionColumns (String  catalog, String  schemaPattern, String  functionNamePattern, String  columnNamePattern)
          지정된 카탈로그의 시스템 함수 또는 사용자 함수의 파라미터와 반환되는 형태에 관한 기술을 가져옵니다.
 ResultSet DatabaseMetaData. getFunctions (String  catalog, String  schemaPattern, String  functionNamePattern)
          지정된 카탈로그로 사용 가능한 시스템 함수 및 사용자 함수에 관한 기술을 가져옵니다.
 ResultSet Statement. getGeneratedKeys ()
          이 Statement 객체를 실행한 결과적으로 작성된 자동 생성 키를 가져옵니다.
 int ResultSet. getHoldability ()
          이 ResultSet 객체의 보관 유지 기능을 가져옵니다.
 int Connection. getHoldability ()
          이 Connection 객체를 사용해 생성된 ResultSet 객체의 현재의 보관 유지 기능을 가져옵니다.
 String DatabaseMetaData. getIdentifierQuoteString ()
          SQL 식별자를 인용하는데 사용하는 캐릭터 라인을 가져옵니다.
 ResultSet DatabaseMetaData. getImportedKeys (String  catalog, String  schema, String  table)
          그 테이블의 외부 키열 (테이블에 의해 임포트 되는 주키)을 참조하는 주키열에 관한 기술을 가져옵니다.
 ResultSet DatabaseMetaData. getIndexInfo (String  catalog, String  schema, String  table, boolean unique, boolean approximate)
          지정된 테이블의 인덱스와 통계 정보에 관한 기술을 가져옵니다.
 int ResultSet. getInt (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 int 로서 가져옵니다.
 int CallableStatement. getInt (int parameterIndex)
          지정된 JDBC INTEGER 파라미터의 값을 Java 프로그램 언어의 int 로서 꺼냅니다.
 int ResultSet. getInt (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 int 로서 가져옵니다.
 int CallableStatement. getInt (String  parameterName)
          JDBC INTEGER 파라미터의 값을 Java 프로그램 언어의 int 로서 꺼냅니다.
 int DatabaseMetaData. getJDBCMajorVersion ()
          이 드라이버의 JDBC 메이저 버젼 번호를 가져옵니다.
 int DatabaseMetaData. getJDBCMinorVersion ()
          이 드라이버의 JDBC 마이너 버젼 번호를 가져옵니다.
 long ResultSet. getLong (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 long 로서 가져옵니다.
 long CallableStatement. getLong (int parameterIndex)
          지정된 JDBC BIGINT 파라미터의 값을 Java 프로그램 언어의 long 로서 꺼냅니다.
 long ResultSet. getLong (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 long 로서 가져옵니다.
 long CallableStatement. getLong (String  parameterName)
          JDBC BIGINT 파라미터의 값을 Java 프로그램 언어의 long 로서 꺼냅니다.
 int DatabaseMetaData. getMaxBinaryLiteralLength ()
          이 데이타베이스로, 인 라인 바이너리 리터럴중에 넣어지는 16 진수의 최대 문자수를 가져옵니다.
 int DatabaseMetaData. getMaxCatalogNameLength ()
          이 데이타베이스에서의, 카탈로그명의 최대 문자수를 가져옵니다.
 int DatabaseMetaData. getMaxCharLiteralLength ()
          이 데이타베이스에서의, 캐릭터 리터럴의 최대 문자수를 가져옵니다.
 int DatabaseMetaData. getMaxColumnNameLength ()
          이 데이타베이스에서의, 렬명의 최대 문자수를 가져옵니다.
 int DatabaseMetaData. getMaxColumnsInGroupBy ()
          이 데이타베이스에서의,GROUP BY 절중의 렬수의 최대치를 가져옵니다.
 int DatabaseMetaData. getMaxColumnsInIndex ()
          이 데이타베이스에서의, 인덱스중의 렬수의 최대치를 가져옵니다.
 int DatabaseMetaData. getMaxColumnsInOrderBy ()
          이 데이타베이스에서의,ORDER BY 절중의 렬수의 최대치를 가져옵니다.
 int DatabaseMetaData. getMaxColumnsInSelect ()
          이 데이타베이스에서의,SELECT 리스트중의 렬수의 최대치를 가져옵니다.
 int DatabaseMetaData. getMaxColumnsInTable ()
          이 데이타베이스에서의, 테이블중의 렬수의 최대치를 가져옵니다.
 int DatabaseMetaData. getMaxConnections ()
          이 데이타베이스에 대해서 가능한 병행 접속의 최대수를 가져옵니다.
 int DatabaseMetaData. getMaxCursorNameLength ()
          이 데이타베이스에서의, 커서명의 최대 문자수를 가져옵니다.
 int Statement. getMaxFieldSize ()
          이 Statement 객체에 의해 생성되는 ResultSet 객체의 문자 및 바이너리의 각 렬치에 대해 반환되는 최대 바이트수를 가져옵니다.
 int DatabaseMetaData. getMaxIndexLength ()
          이 데이타베이스에서의, 인덱스의 전부분을 포함한, 인덱스의 최대 바이트수를 가져옵니다.
 int DatabaseMetaData. getMaxProcedureNameLength ()
          이 데이타베이스에서의, 프로시저명의 최대 문자수를 가져옵니다.
 int Statement. getMaxRows ()
          이 Statement 객체에 의해 생성되는 ResultSet 객체가 포함할 수 있는 최대의 행수를 가져옵니다.
 int DatabaseMetaData. getMaxRowSize ()
          이 데이타베이스에서의, 1 행의 최대 바이트수를 가져옵니다.
 int DatabaseMetaData. getMaxSchemaNameLength ()
          이 데이타베이스에서의, schema명의 최대 문자수를 가져옵니다.
 int DatabaseMetaData. getMaxStatementLength ()
          이 데이타베이스에서의, SQL 문의 최대 문자수를 가져옵니다.
 int DatabaseMetaData. getMaxStatements ()
          이 데이타베이스의 동시에 오픈할 수 있는 액티브한 문장의 최대수를 가져옵니다.
 int DatabaseMetaData. getMaxTableNameLength ()
          이 데이타베이스에서의, 테이블명의 최대 문자수를 가져옵니다.
 int DatabaseMetaData. getMaxTablesInSelect ()
          이 데이타베이스에서의,SELECT 문의 최대 테이블수를 가져옵니다.
 int DatabaseMetaData. getMaxUserNameLength ()
          이 데이타베이스에서의, 사용자명의 최대 문자수를 가져옵니다.
 ResultSetMetaData ResultSet. getMetaData ()
          이 ResultSet 객체의 열의 수, 형태, 및 프로퍼티을 가져옵니다.
 ResultSetMetaData PreparedStatement. getMetaData ()
          이 PreparedStatement 가 실행될 때 반환되는 ResultSet 객체의 열에 관한 정보를 포함하는 ResultSetMetaData 객체를 가져옵니다.
 DatabaseMetaData Connection. getMetaData ()
          이 Connection 객체가 접속을 나타내는 데이타베이스에 관한 메타데이타를 포함하는 DatabaseMetaData 객체를 가져옵니다.
 boolean Statement. getMoreResults ()
          Statement 객체의 다음의 결과로 이동합니다.
 boolean Statement. getMoreResults (int current)
          Statement 객체의 다음의 결과로 이동합니다.
 Reader ResultSet. getNCharacterStream (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을,java.io.Reader 객체로서 가져옵니다.
 Reader CallableStatement. getNCharacterStream (int parameterIndex)
          지정된 파라미터의 값을 Java 프로그램 언어의 java.io.Reader 객체로서 꺼냅니다.
 Reader ResultSet. getNCharacterStream (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을,java.io.Reader 객체로서 가져옵니다.
 Reader CallableStatement. getNCharacterStream (String  parameterName)
          지정된 파라미터의 값을 Java 프로그램 언어의 java.io.Reader 객체로서 꺼냅니다.
 NClob ResultSet. getNClob (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 NClob 객체로서 가져옵니다.
 NClob CallableStatement. getNClob (int parameterIndex)
          지정된 JDBC NCLOB 파라미터의 값을 Java 프로그램 언어의 java.sql.NClob 객체로서 꺼냅니다.
 NClob ResultSet. getNClob (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 NClob 객체로서 가져옵니다.
 NClob CallableStatement. getNClob (String  parameterName)
          JDBC NCLOB 파라미터의 값을 Java 프로그램 언어의 java.sql.NClob 객체로서 꺼냅니다.
 String ResultSet. getNString (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 String 로서 가져옵니다.
 String CallableStatement. getNString (int parameterIndex)
          지정된 NCHAR,NVARCHAR, 또는 LONGNVARCHAR 파라미터의 값을 Java 프로그램 언어의 String 로서 꺼냅니다.
 String ResultSet. getNString (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 String 로서 가져옵니다.
 String CallableStatement. getNString (String  parameterName)
          지정된 NCHAR,NVARCHAR, 또는 LONGNVARCHAR 파라미터의 값을 Java 프로그램 언어의 String 로서 꺼냅니다.
 String DatabaseMetaData. getNumericFunctions ()
          이 데이타베이스로 사용 가능한 콤마로 단락지은 수학 함수의 리스트를 가져옵니다.
 Object Ref. getObject ()
          이 Ref 객체에 의해 참조되는 SQL 구조화형 인스턴스를 가져옵니다.
 Object ResultSet. getObject (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Object 로서 가져옵니다.
 Object CallableStatement. getObject (int parameterIndex)
          지정된 파라미터의 값을 Java 프로그램 언어의 Object 로서 꺼냅니다.
 Object ResultSet. getObject (int columnIndex, Map <String ,Class <? >> map)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Object 로서 가져옵니다.
 Object CallableStatement. getObject (int parameterIndex, Map <String ,Class <? >> map)
          OUT 파라미터 parameterIndex 의 값을 나타내는 객체를 돌려주어,map 를 사용해 그 파라미터치의 커스텀 매핑을 실시합니다.
 Object Ref. getObject (Map <String ,Class <? >> map)
          참조되는 객체를 취득해, 그 객체가 지정된 형태 맵을 사용해 Java 형에 맵 합니다.
 Object ResultSet. getObject (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Object 로서 가져옵니다.
 Object CallableStatement. getObject (String  parameterName)
          파라미터의 값을 Java 프로그램 언어의 Object 로서 꺼냅니다.
 Object ResultSet. getObject (String  columnLabel, Map <String ,Class <? >> map)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Object 로서 가져옵니다.
 Object CallableStatement. getObject (String  parameterName, Map <String ,Class <? >> map)
          OUT 파라미터 parameterName 의 값을 나타내는 객체를 돌려주어,map 를 사용해 그 파라미터치의 커스텀 매핑을 실시합니다.
 String ParameterMetaData. getParameterClassName (int param)
          인스턴스가 PreparedStatement.setObject 메소드에게 건네지는 Java 클래스의 완전한 이름(FQN)을 가져옵니다.
 int ParameterMetaData. getParameterCount ()
          이 ParameterMetaData 객체가 정보를 포함한 PreparedStatement 내의 파라미터의 수를 가져옵니다.
 ParameterMetaData PreparedStatement. getParameterMetaData ()
          이 PreparedStatement 객체의 파라미터의 수, 형태, 및 프로퍼티을 가져옵니다.
 int ParameterMetaData. getParameterMode (int param)
          지정된 파라미터의 모드를 가져옵니다.
 int ParameterMetaData. getParameterType (int param)
          지정된 파라미터의 SQL 형을 가져옵니다.
 String ParameterMetaData. getParameterTypeName (int param)
          지정된 파라미터의 데이타베이스 고유의 형명을 가져옵니다.
 int ResultSetMetaData. getPrecision (int column)
          지정된 열로 지정된 열의 사이즈를 가져옵니다.
 int ParameterMetaData. getPrecision (int param)
          지정된 파라미터로 지정된 열의 사이즈를 가져옵니다.
 ResultSet DatabaseMetaData. getPrimaryKeys (String  catalog, String  schema, String  table)
          지정된 테이블의 주키열의 기술을 가져옵니다.
 ResultSet DatabaseMetaData. getProcedureColumns (String  catalog, String  schemaPattern, String  procedureNamePattern, String  columnNamePattern)
          지정된 카탈로그의 스트아드프로시쟈파라메이타와 결과열에 관한 기술을 가져옵니다.
 ResultSet DatabaseMetaData. getProcedures (String  catalog, String  schemaPattern, String  procedureNamePattern)
          지정된 카탈로그로 사용 가능한 스트아드프로시쟈에 관한 기술을 가져옵니다.
 String DatabaseMetaData. getProcedureTerm ()
           「procedure」에 대한 데이타베이스 벤더의 추천 용어를 가져옵니다.
 DriverPropertyInfo [] Driver. getPropertyInfo (String  url, Properties  info)
          이 드라이버의 유효한 프로퍼티에 대한 정보를 가져옵니다.
 int Statement. getQueryTimeout ()
          드라이버가 Statement 객체의 실행을 기다리는 초수를 가져옵니다.
 Ref ResultSet. getRef (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Ref 객체로서 가져옵니다.
 Ref CallableStatement. getRef (int parameterIndex)
          지정된 JDBC REF(<structured-type>) 파라미터의 값을, Java 프로그램 언어 Ref 객체로서 꺼냅니다.
 Ref ResultSet. getRef (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 Ref 객체로서 가져옵니다.
 Ref CallableStatement. getRef (String  parameterName)
          JDBC REF(<structured-type>) 파라미터의 값을, Java 프로그램 언어 Ref 객체로서 꺼냅니다.
 ResultSet Statement. getResultSet ()
          ResultSet 객체로서 현재의 결과를 가져옵니다.
 ResultSet Array. getResultSet ()
          이 Array 객체에 의해 지정된 SQL ARRAY 치의 요소를 포함한 결과 세트를 가져옵니다.
 ResultSet Array. getResultSet (long index, int count)
          인덱스 index 로 시작되어, 최대로 count 가 연속한 요소가 포함되고 있는 부분 배열의 요소를 보관 유지하는 결과 세트를 가져옵니다.
 ResultSet Array. getResultSet (long index, int count, Map <String ,Class <? >> map)
          인덱스 index 로 시작되어, 최대로 count 가 연속한 요소가 포함되고 있는 부분 배열의 요소를 보관 유지하는 결과 세트를 가져옵니다.
 ResultSet Array. getResultSet (Map <String ,Class <? >> map)
          이 Array 객체에 의해 지정된 SQL ARRAY 치의 요소를 포함한 결과 세트를 가져옵니다.
 int Statement. getResultSetConcurrency ()
          이 Statement 객체로부터 생성된 ResultSet 객체의 결과 세트의 병행성을 가져옵니다.
 int Statement. getResultSetHoldability ()
          이 Statement 객체로부터 생성된 ResultSet 객체의 결과 세트의 보관 유지 기능을 가져옵니다.
 int DatabaseMetaData. getResultSetHoldability ()
          이 데이타베이스에서의 ResultSet 객체의 디폴트의 보관 유지 기능을 가져옵니다.
 int Statement. getResultSetType ()
          이 Statement 객체로부터 생성된 ResultSet 객체의 결과 세트의 형태를 가져옵니다.
 int ResultSet. getRow ()
          현재의 행의 번호를 가져옵니다.
 RowId ResultSet. getRowId (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.RowId 객체로서 가져옵니다.
 RowId CallableStatement. getRowId (int parameterIndex)
          지정된 JDBC ROWID 파라미터의 값을 java.sql.RowId 객체로서 꺼냅니다.
 RowId ResultSet. getRowId (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.RowId 객체로서 가져옵니다.
 RowId CallableStatement. getRowId (String  parameterName)
          지정된 JDBC ROWID 파라미터의 값을 java.sql.RowId 객체로서 꺼냅니다.
 RowIdLifetime DatabaseMetaData. getRowIdLifetime ()
          이 데이터 소스로 SQL ROWID 형이 지원될지 어떨지라고 지원되는 경우는,RowId 객체가 유효한 수명을 나타냅니다.
 int Savepoint. getSavepointId ()
          이 Savepoint 객체가 나타내는 세이브 포인트의 생성된 ID 를 가져옵니다.
 String Savepoint. getSavepointName ()
          이 Savepoint 객체가 나타내는 세이브 포인트의 이름을 가져옵니다.
 int ResultSetMetaData. getScale (int column)
          지정된 열의 소수점 이하의 자리수를 가져옵니다.
 int ParameterMetaData. getScale (int param)
          지정된 파라미터의 소수점 이하의 자리수를 가져옵니다.
 String ResultSetMetaData. getSchemaName (int column)
          지정된 열의 테이블의 schema를 가져옵니다.
 ResultSet DatabaseMetaData. getSchemas ()
          이 데이타베이스로 사용 가능한 schema명을 가져옵니다.
 ResultSet DatabaseMetaData. getSchemas (String  catalog, String  schemaPattern)
          이 데이타베이스로 사용 가능한 schema명을 가져옵니다.
 String DatabaseMetaData. getSchemaTerm ()
           「schema」에 대한 데이타베이스 벤더의 추천 용어를 가져옵니다.
 String DatabaseMetaData. getSearchStringEscape ()
          와일드 카드 문자를 이스케이프 하는데 사용할 수 있는 캐릭터 라인을 가져옵니다.
 short ResultSet. getShort (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 short 로서 가져옵니다.
 short CallableStatement. getShort (int parameterIndex)
          지정된 JDBC SMALLINT 파라미터의 값을 Java 프로그램 언어의 short 로서 꺼냅니다.
 short ResultSet. getShort (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 short 로서 가져옵니다.
 short CallableStatement. getShort (String  parameterName)
          JDBC SMALLINT 파라미터의 값을 Java 프로그램 언어의 short 로서 꺼냅니다.
<T extends Source >
T
SQLXML. getSource (Class <T> sourceClass)
          이 SQLXML 인스턴스에 의해 지정된 XML 치를 읽어들이기 위한 Source 를 돌려줍니다.
 String DatabaseMetaData. getSQLKeywords ()
          이 데이타베이스의 SQL 키워드이며, SQL:2003 의 키워드는 아닌, 모든 키워드를 콤마로 단락지은 리스트를 가져옵니다.
 int DatabaseMetaData. getSQLStateType ()
          SQLException.getSQLState 에 의해 반환되는 SQLSTATE 이 X/Open (현재는 Open Group)의 SQL CLI 일까 SQL:2003 인지를 나타냅니다.
 String Struct. getSQLTypeName ()
          이 Struct 객체가 나타내는 SQL 구조화형의 SQL 형명을 가져옵니다.
 String SQLData. getSQLTypeName ()
          이 객체가 나타내는 SQL 사용자 정의형의 완전 지정명을 돌려줍니다.
 SQLXML ResultSet. getSQLXML (int columnIndex)
          이 ResultSet 의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.SQLXML 객체로서 가져옵니다.
 SQLXML CallableStatement. getSQLXML (int parameterIndex)
          지정된 SQL XML 파라미터의 값을 Java 프로그램 언어의 java.sql.SQLXML 객체로서 꺼냅니다.
 SQLXML ResultSet. getSQLXML (String  columnLabel)
          이 ResultSet 의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.SQLXML 객체로서 가져옵니다.
 SQLXML CallableStatement. getSQLXML (String  parameterName)
          지정된 SQL XML 파라미터의 값을 Java 프로그램 언어의 java.sql.SQLXML 객체로서 꺼냅니다.
 Statement ResultSet. getStatement ()
          이 ResultSet 객체를 생성한 Statement 객체를 가져옵니다.
 String SQLXML. getString ()
          이 SQLXML 인스턴스에 의해 지정된 XML 치의 캐릭터 라인 표현을 돌려줍니다.
 String ResultSet. getString (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 String 로서 가져옵니다.
 String CallableStatement. getString (int parameterIndex)
          지정된 JDBC 의 CHAR,VARCHAR, 또는 LONGVARCHAR 파라미터의 값을 Java 프로그램 언어의 String 로서 꺼냅니다.
 String ResultSet. getString (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 String 로서 가져옵니다.
 String CallableStatement. getString (String  parameterName)
          JDBC 의 CHAR,VARCHAR, 또는 LONGVARCHAR 파라미터의 값을 Java 프로그램 언어의 String 로서 꺼냅니다.
 String DatabaseMetaData. getStringFunctions ()
          이 데이타베이스로 사용 가능한 콤마로 단락지은 캐릭터 라인 함수의 리스트를 가져옵니다.
 String Clob. getSubString (long pos, int length)
          이 Clob 객체에 의해 지정된 CLOB 치내의 지정된 부분 캐릭터 라인의 카피를 가져옵니다.
 ResultSet DatabaseMetaData. getSuperTables (String  catalog, String  schemaPattern, String  tableNamePattern)
          이 데이타베이스의 특정의 schema로 정의되고 있는 테이블 계층의 설명을 가져옵니다.
 ResultSet DatabaseMetaData. getSuperTypes (String  catalog, String  schemaPattern, String  typeNamePattern)
          이 데이타베이스의 특정의 schema로 정의되고 있는 사용자 정의형 (UDT) 계층의 설명을 가져옵니다.
 String DatabaseMetaData. getSystemFunctions ()
          이 데이타베이스로 사용 가능한 콤마로 단락지은 시스템 함수의 리스트를 가져옵니다.
 String ResultSetMetaData. getTableName (int column)
          지정된 열의 테이블명을 가져옵니다.
 ResultSet DatabaseMetaData. getTablePrivileges (String  catalog, String  schemaPattern, String  tableNamePattern)
          카탈로그로 사용 가능한 각 테이블에 대한 액세스권에 관한 기술을 가져옵니다.
 ResultSet DatabaseMetaData. getTables (String  catalog, String  schemaPattern, String  tableNamePattern, String [] types)
          지정된 카탈로그로 사용 가능한 테이블에 관한 기술을 가져옵니다.
 ResultSet DatabaseMetaData. getTableTypes ()
          이 데이타베이스로 사용 가능한 테이블의 형태를 가져옵니다.
 Time ResultSet. getTime (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Time 객체로서 가져옵니다.
 Time CallableStatement. getTime (int parameterIndex)
          지정된 JDBC TIME 파라미터의 값을 java.sql.Time 객체로서 꺼냅니다.
 Time ResultSet. getTime (int columnIndex, Calendar  cal)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Time 객체로서 가져옵니다.
 Time CallableStatement. getTime (int parameterIndex, Calendar  cal)
          지정된 JDBC TIME 파라미터의 값을 java.sql.Time 객체로서 꺼냅니다.
 Time ResultSet. getTime (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Time 객체로서 가져옵니다.
 Time CallableStatement. getTime (String  parameterName)
          JDBC TIME 파라미터의 값을 java.sql.Time 객체로서 꺼냅니다.
 Time ResultSet. getTime (String  columnLabel, Calendar  cal)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Time 객체로서 가져옵니다.
 Time CallableStatement. getTime (String  parameterName, Calendar  cal)
          JDBC TIME 파라미터의 값을 java.sql.Time 객체로서 꺼냅니다.
 String DatabaseMetaData. getTimeDateFunctions ()
          이 데이타베이스로 사용 가능한 시간 함수와 일자 함수를 콤마로 단락지은 리스트를 가져옵니다.
 Timestamp ResultSet. getTimestamp (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Timestamp 객체로서 가져옵니다.
 Timestamp CallableStatement. getTimestamp (int parameterIndex)
          지정된 JDBC TIMESTAMP 파라미터의 값을 java.sql.Timestamp 객체로서 꺼냅니다.
 Timestamp ResultSet. getTimestamp (int columnIndex, Calendar  cal)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Timestamp 객체로서 가져옵니다.
 Timestamp CallableStatement. getTimestamp (int parameterIndex, Calendar  cal)
          지정된 JDBC TIMESTAMP 파라미터의 값을 java.sql.Timestamp 객체로서 꺼냅니다.
 Timestamp ResultSet. getTimestamp (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Timestamp 객체로서 가져옵니다.
 Timestamp CallableStatement. getTimestamp (String  parameterName)
          JDBC TIMESTAMP 파라미터의 값을 java.sql.Timestamp 객체로서 꺼냅니다.
 Timestamp ResultSet. getTimestamp (String  columnLabel, Calendar  cal)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.sql.Timestamp 객체로서 가져옵니다.
 Timestamp CallableStatement. getTimestamp (String  parameterName, Calendar  cal)
          JDBC TIMESTAMP 파라미터의 값을 java.sql.Timestamp 객체로서 꺼냅니다.
 int Connection. getTransactionIsolation ()
          이 Connection 객체의 현재의 트랜잭션(transaction) 차단 레벨을 가져옵니다.
 int ResultSet. getType ()
          이 ResultSet 객체의 형태를 돌려줍니다.
 ResultSet DatabaseMetaData. getTypeInfo ()
          이 데이타베이스로 지원 떠날 수 있어 모든 데이터형에 관한 기술을 가져옵니다.
 Map <String ,Class <? >> Connection. getTypeMap ()
          이 Connection 에 관련한 Map 객체를 가져옵니다.
 ResultSet DatabaseMetaData. getUDTs (String  catalog, String  schemaPattern, String  typeNamePattern, int[] types)
          특정의 schema로 정의되고 있는 사용자 정의형 (UDT)의 설명을 가져옵니다.
 InputStream ResultSet. getUnicodeStream (int columnIndex)
          추천 되고 있지 않습니다.  getUnicodeStream 대신에 getCharacterStream 를 사용
 InputStream ResultSet. getUnicodeStream (String  columnLabel)
          추천 되고 있지 않습니다.  대신에 getCharacterStream 를 사용
 int Statement. getUpdateCount ()
          갱신 카운트로서 현재의 결과를 가져옵니다.
 String DatabaseMetaData. getURL ()
          이 DBMS 의 URL 를 가져옵니다.
 URL ResultSet. getURL (int columnIndex)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.net.URL 객체로서 가져옵니다.
 URL CallableStatement. getURL (int parameterIndex)
          지정된 JDBC DATALINK 파라미터의 값을 java.net.URL 객체로서 꺼냅니다.
 URL ResultSet. getURL (String  columnLabel)
          이 ResultSet 객체의 현재행에 있는 지정된 열의 값을, Java 프로그램 언어의 java.net.URL 객체로서 가져옵니다.
 URL CallableStatement. getURL (String  parameterName)
          JDBC DATALINK 파라미터의 값을 java.net.URL 객체로서 꺼냅니다.
 String DatabaseMetaData. getUserName ()
          이 데이타베이스에 기록되고 있는 사용자명을 가져옵니다.
 ResultSet DatabaseMetaData. getVersionColumns (String  catalog, String  schema, String  table)
          행의 임의의 값이 변경되었을 경우에, 자동적으로 갱신되는 테이블의 열에 관한 기술을 가져옵니다.
 SQLWarning Statement. getWarnings ()
          이 Statement 객체에 관한 호출에 의해 보고되는 최초의 경고를 가져옵니다.
 SQLWarning ResultSet. getWarnings ()
          이 ResultSet 객체에 관한 호출에 의해 보고되는 최초의 경고를 돌려줍니다.
 SQLWarning Connection. getWarnings ()
          이 Connection 객체에 관한 호출에 의해 보고되는 최초의 경고를 가져옵니다.
 void ResultSet. insertRow ()
          삽입행의 내용을, 이 ResultSet 객체 및 데이타베이스에 삽입합니다.
 boolean DatabaseMetaData. insertsAreDetected (int type)
          ResultSet.rowInserted 메소드를 호출하는 것에 의해 가시의 행이 삽입된 것을 검출할 수 있을지 어떨지를 가져옵니다.
 boolean ResultSet. isAfterLast ()
          커서가 이 ResultSet 객체내의 맨 마지막 줄보다 뒤에 있을지 어떨지를 가져옵니다.
 boolean ResultSetMetaData. isAutoIncrement (int column)
          지정된 열이 자동적으로 번호 붙이고 될지 어떨지를 나타냅니다.
 boolean ResultSet. isBeforeFirst ()
          커서가 이 ResultSet 객체내의 선두행보다 전에 있을지 어떨지를 가져옵니다.
 boolean ResultSetMetaData. isCaseSensitive (int column)
          열의 대문자 소문자가 구별될지 어떨지를 나타냅니다.
 boolean DatabaseMetaData. isCatalogAtStart ()
          완전 수식된 테이블명의 개시 부분 (또는 종료 부분)에 카탈로그가 나타날지 어떨지를 가져옵니다.
 boolean Statement. isClosed ()
          이 Statement 객체가 클로즈 되고 있는지 어떤지를 가져옵니다.
 boolean ResultSet. isClosed ()
          이 ResultSet 객체가 클로즈 되고 있는지 어떤지를 가져옵니다.
 boolean Connection. isClosed ()
          이 Connection 객체가 클로즈 되고 있는지 어떤지를 가져옵니다.
 boolean ResultSetMetaData. isCurrency (int column)
          지정된 열이 캐쉬의 값인가 어떤가를 나타냅니다.
 boolean ResultSetMetaData. isDefinitelyWritable (int column)
          지정된 열의 기입이 반드시 성공할지 어떨지를 나타냅니다.
 boolean ResultSet. isFirst ()
          커서가 이 ResultSet 객체내의 선두행에 있을지 어떨지를 가져옵니다.
 boolean ResultSet. isLast ()
          커서가 이 ResultSet 객체의 맨 마지막 줄에 있을지 어떨지를 가져옵니다.
 int ResultSetMetaData. isNullable (int column)
          지정된 열에 NULL 를 세트 할 수 있을지 어떨지를 나타냅니다.
 int ParameterMetaData. isNullable (int param)
          지정된 파라미터로 null 치가 허가될지 어떨지를 가져옵니다.
 boolean Statement. isPoolable ()
          Statement 가 풀 가능한가 어떤가를 나타내는 값을 돌려줍니다.
 boolean DatabaseMetaData. isReadOnly ()
          이 데이타베이스가 읽어들여 전용 모드인가 어떤가를 가져옵니다.
 boolean Connection. isReadOnly ()
          이 Connection 객체가 읽어들여 전용 모드인가 어떤가를 가져옵니다.
 boolean ResultSetMetaData. isReadOnly (int column)
          지정된 열이 절대적으로 기입해 가능하지 않은지 어떤지를 나타냅니다.
 boolean ResultSetMetaData. isSearchable (int column)
          지정된 열을 where 절로 사용할 수 있을지 어떨지를 나타냅니다.
 boolean ResultSetMetaData. isSigned (int column)
          지정된 열의 값이 부호 첨부 수치인가 어떤가를 나타냅니다.
 boolean ParameterMetaData. isSigned (int param)
          지정된 파라미터의 값이 부호 첨부 수치인가 어떤가를 가져옵니다.
 boolean Connection. isValid (int timeout)
          접속이 클로즈 되고 있어, 아직 유효한 경우는 true 를 돌려줍니다.
 boolean Wrapper. isWrapperFor (Class <? > iface)
          이것이, 지정된 인터페이스를 구현하고 있는 경우나, 그러한 객체의 직접적 또는 간접적인 래퍼인 경우는, true 를 돌려줍니다.
 boolean ResultSetMetaData. isWritable (int column)
          지정된 열에의 기입을 성공시킬 수가 있을지 어떨지를 나타냅니다.
 boolean ResultSet. last ()
          커서를 이 ResultSet 객체내의 맨 마지막 줄로 이동합니다.
 long Clob. length ()
          이 Clob 객체에 의해 지정된 CLOB 치의 문자수를 가져옵니다.
 long Blob. length ()
          이 Blob 객체에 의해 지정되는 BLOB 치내에 있는 바이트의 수를 돌려줍니다.
 boolean DatabaseMetaData. locatorsUpdateCopy ()
          LOB 에의 변경이, 카피에 대해서 행해졌는지, LOB 에 직접 행해졌는지를 나타냅니다.
 void ResultSet. moveToCurrentRow ()
          커서를, 기억되고 있는 커서 위치 (일반적으로은 현재의 행)로 이동합니다.
 void ResultSet. moveToInsertRow ()
          커서를 삽입행으로 이동합니다.
 String Connection. nativeSQL (String  sql)
          지정된 SQL 문을 시스템의 본래의 SQL 문법으로 변환합니다.
 boolean ResultSet. next ()
          커서를 현재의 위치로부터 1 행 순서 방향으로 이동합니다.
 boolean DatabaseMetaData. nullPlusNonNullIsNull ()
          이 데이타베이스가,NULL 치와 비 NULL 치의 연결을 NULL 로 할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. nullsAreSortedAtEnd ()
          NULL 치가, 종료시에 소트순서에 관계없이 소트 될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. nullsAreSortedAtStart ()
          NULL 치가, 개시시에 소트순서에 관계없이 소트 될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. nullsAreSortedHigh ()
          NULL 치가 고위에 소트 될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. nullsAreSortedLow ()
          NULL 치가 하위에 소트 될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. othersDeletesAreVisible (int type)
           외로 행해진 삭제가 가시인가 어떤가를 가져옵니다.
 boolean DatabaseMetaData. othersInsertsAreVisible (int type)
           외로 행해진 삽입이 가시인가 어떤가를 가져옵니다.
 boolean DatabaseMetaData. othersUpdatesAreVisible (int type)
           외로 행해진 갱신이 가시인가 어떤가를 가져옵니다.
 boolean DatabaseMetaData. ownDeletesAreVisible (int type)
          결과 세트 자신의 삭제가 가시인가 어떤가를 가져옵니다.
 boolean DatabaseMetaData. ownInsertsAreVisible (int type)
          결과 세트 자신의 삽입이 가시인가 어떤가를 가져옵니다.
 boolean DatabaseMetaData. ownUpdatesAreVisible (int type)
          지정된 ResultSet 객체에 대해, 결과 세트 자신의 갱신이 가시인가 어떤가를 가져옵니다.
 long Blob. position (Blob  pattern, long start)
          이 Blob 객체에 의해 지정된 BLOB 치내에서 pattern 가 시작되는 바이트 위치를 가져옵니다.
 long Blob. position (byte[] pattern, long start)
          이 Blob 객체가 나타내는 BLOB 치내에서 지정된 바이트 pattern 가 시작되는 바이트 위치를 가져옵니다.
 long Clob. position (Clob  searchstr, long start)
          이 Clob 객체내에서, 지정된 Clob 객체 searchstr 가 나타나는 문자 위치를 가져옵니다.
 long Clob. position (String  searchstr, long start)
          이 Clob 객체로 나타내지는 SQL CLOB 치내에서, 지정된 부분 캐릭터 라인 searchstr 가 나타나는 문자 위치를 가져옵니다.
 CallableStatement Connection. prepareCall (String  sql)
          데이타베이스의 스트아드프로시쟈를 호출하기 위한 CallableStatement 객체를 생성합니다.
 CallableStatement Connection. prepareCall (String  sql, int resultSetType, int resultSetConcurrency)
          지정된 형태와 동시성 처리로 ResultSet 객체를 생성하는 CallableStatement 객체를 생성합니다.
 CallableStatement Connection. prepareCall (String  sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
          지정된 형태와 동시성 처리로 ResultSet 객체를 생성하는 CallableStatement 객체를 생성합니다.
 PreparedStatement Connection. prepareStatement (String  sql)
          파라미터 첨부 SQL 문을 데이타베이스에 보내기 위한 PreparedStatement 객체를 생성합니다.
 PreparedStatement Connection. prepareStatement (String  sql, int autoGeneratedKeys)
          자동 생성 키를 취득하는 기능을 가지는 디폴트의 PreparedStatement 객체를 생성합니다.
 PreparedStatement Connection. prepareStatement (String  sql, int[] columnIndexes)
          지정된 배열에 의해 지정된 자동 생성 키를 돌려주는 기능을 가지는 디폴트의 PreparedStatement 객체를 생성합니다.
 PreparedStatement Connection. prepareStatement (String  sql, int resultSetType, int resultSetConcurrency)
          지정된 형태와 동시성 처리로 ResultSet 객체를 생성하는 PreparedStatement 객체를 생성합니다.
 PreparedStatement Connection. prepareStatement (String  sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
          지정된 형태, 동시성 처리, 및 보관 유지 기능으로 ResultSet 객체를 생성하는 PreparedStatement 객체를 생성합니다.
 PreparedStatement Connection. prepareStatement (String  sql, String [] columnNames)
          지정된 배열에 의해 지정된 자동 생성 키를 돌려주는 기능을 가지는 디폴트의 PreparedStatement 객체를 생성합니다.
 boolean ResultSet. previous ()
          커서를 이 ResultSet 객체내의 앞의 행으로 이동합니다.
 Array SQLInput. readArray ()
          스트림로부터 SQL ARRAY 치를 읽어들여, 그 값을 Java 프로그램 언어의 Array 객체로서 돌려줍니다.
 InputStream SQLInput. readAsciiStream ()
          스트림내의 다음의 속성을 읽어들여, 그것을 ASCII 문자의 스트림로서 돌려줍니다.
 BigDecimal SQLInput. readBigDecimal ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 java.math.BigDecimal 객체로서 돌려줍니다.
 InputStream SQLInput. readBinaryStream ()
          스트림내의 다음의 속성을 읽어들여, 그것을 미해석의 바이트 스트림로서 돌려줍니다.
 Blob SQLInput. readBlob ()
          스트림로부터 SQL BLOB 치를 읽어들여, 그 값을 Java 프로그램 언어의 Blob 객체로서 돌려줍니다.
 boolean SQLInput. readBoolean ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 boolean 로서 돌려줍니다.
 byte SQLInput. readByte ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 byte 로서 돌려줍니다.
 byte[] SQLInput. readBytes ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 바이트의 배열로서 돌려줍니다.
 Reader SQLInput. readCharacterStream ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Unicode 문자의 스트림로서 돌려줍니다.
 Clob SQLInput. readClob ()
          스트림로부터 SQL CLOB 치를 읽어들여, 그 값을 Java 프로그램 언어의 Clob 객체로서 돌려줍니다.
 Date SQLInput. readDate ()
          스트림내의 다음의 속성을 읽어들여, 그것을 java.sql.Date 객체로서 돌려줍니다.
 double SQLInput. readDouble ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 double 로서 돌려줍니다.
 float SQLInput. readFloat ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 float 로서 돌려줍니다.
 int SQLInput. readInt ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 int 로서 돌려줍니다.
 long SQLInput. readLong ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 long 로서 돌려줍니다.
 NClob SQLInput. readNClob ()
          스트림로부터 SQL NCLOB 치를 읽어들여, 그 값을 Java 프로그램 언어의 NClob 객체로서 돌려줍니다.
 String SQLInput. readNString ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 String 로서 돌려줍니다.
 Object SQLInput. readObject ()
          스트림의 선두에 있는 데이터를 읽어들여, 그것을 Java 프로그램 언어의 Object 로서 돌려줍니다.
 Ref SQLInput. readRef ()
          스트림로부터 SQL REF 치를 읽어들여, 그 값을 Java 프로그램 언어의 Ref 객체로서 돌려줍니다.
 RowId SQLInput. readRowId ()
          스트림로부터 SQL ROWID 치를 읽어들여, 그 값을 Java 프로그램 언어의 RowId 객체로서 돌려줍니다.
 short SQLInput. readShort ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 short 로서 돌려줍니다.
 void SQLData. readSQL (SQLInput  stream, String  typeName)
          데이타베이스로부터 읽어낸 데이터를 이 객체로 설정합니다.
 SQLXML SQLInput. readSQLXML ()
          스트림로부터 SQL XML 치를 읽어들여, 그 값을 Java 프로그램 언어의 SQLXML 객체로서 돌려줍니다.
 String SQLInput. readString ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 String 로서 돌려줍니다.
 Time SQLInput. readTime ()
          스트림내의 다음의 속성을 읽어들여, 그것을 java.sql.Time 객체로서 돌려줍니다.
 Timestamp SQLInput. readTimestamp ()
          스트림내의 다음의 속성을 읽어들여, 그것을 java.sql.Timestamp 객체로서 돌려줍니다.
 URL SQLInput. readURL ()
          스트림로부터 SQL DATALINK 치를 읽어들여, 그 값을 Java 프로그램 언어의 java.net.URL 객체로서 돌려줍니다.
 void ResultSet. refreshRow ()
          현재의 행을 데이타베이스내의 최신의 값으로 재표시합니다.
static void DriverManager. registerDriver (Driver  driver)
          지정된 드라이버를 DriverManager 에 등록합니다.
 void CallableStatement. registerOutParameter (int parameterIndex, int sqlType)
          차례 parameterIndex 의 OUT 파라미터를 JDBC 형 sqlType 로서 등록합니다.
 void CallableStatement. registerOutParameter (int parameterIndex, int sqlType, int scale)
          차례 parameterIndex 의 파라미터를 JDBC 형 sqlType 로서 등록합니다.
 void CallableStatement. registerOutParameter (int parameterIndex, int sqlType, String  typeName)
          지정된 출력 파라미터를 등록합니다.
 void CallableStatement. registerOutParameter (String  parameterName, int sqlType)
          parameterName 라는 이름의 OUT 파라미터를 JDBC 형 sqlType 로서 등록합니다.
 void CallableStatement. registerOutParameter (String  parameterName, int sqlType, int scale)
          parameterName 라는 이름의 파라미터를 JDBC 형 sqlType 로서 등록합니다.
 void CallableStatement. registerOutParameter (String  parameterName, int sqlType, String  typeName)
          지정된 출력 파라미터를 등록합니다.
 boolean ResultSet. relative (int rows)
          커서를 정 또는 부의 상대행수만큼 이동합니다.
 void Connection. releaseSavepoint (Savepoint  savepoint)
          현재의 트랜잭션(transaction)로부터 지정된 Savepoint 객체와 이후의 Savepoint 객체를 삭제합니다.
 void Connection. rollback ()
          현재의 트랜잭션(transaction)에 있어서의 모든 변경을 취소해, 현재 이 Connection 객체가 보관 유지하고 있는 모든 데이타베이스 락을 해제합니다.
 void Connection. rollback (Savepoint  savepoint)
          지정된 Savepoint 객체가 설정된 뒤에 행해진 모든 변경을 바탕으로 되돌립니다.
 boolean ResultSet. rowDeleted ()
          행이 삭제되고 있는지 어떤지를 가져옵니다.
 boolean ResultSet. rowInserted ()
          현재의 행에 삽입이 있었는지의 여부를 가져옵니다.
 boolean ResultSet. rowUpdated ()
          현재의 행이 갱신되고 있는지 어떤지를 가져옵니다.
 void PreparedStatement. setArray (int parameterIndex, Array  x)
          지정된 파라미터를, 지정된 java.sql.Array 객체로 설정합니다.
 void PreparedStatement. setAsciiStream (int parameterIndex, InputStream  x)
          지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void PreparedStatement. setAsciiStream (int parameterIndex, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void PreparedStatement. setAsciiStream (int parameterIndex, InputStream  x, long length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 OutputStream Clob. setAsciiStream (long pos)
          이 Clob 객체가 나타내는 CLOB 치에 ASCII 문자를 기입하기 위해서(때문에) 사용하는 스트림을 가져옵니다.
 void CallableStatement. setAsciiStream (String  parameterName, InputStream  x)
          지정된 파라미터가 지정된 입력 스트림로 설정합니다.
 void CallableStatement. setAsciiStream (String  parameterName, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void CallableStatement. setAsciiStream (String  parameterName, InputStream  x, long length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void Connection. setAutoCommit (boolean autoCommit)
          이 접속의 자동 위탁 모드가 지정된 상태로 설정합니다.
 void PreparedStatement. setBigDecimal (int parameterIndex, BigDecimal  x)
          지정된 파라미터가 지정된 java.math.BigDecimal 치로 설정합니다.
 void CallableStatement. setBigDecimal (String  parameterName, BigDecimal  x)
          지정된 파라미터가 지정된 java.math.BigDecimal 치로 설정합니다.
 OutputStream SQLXML. setBinaryStream ()
          이 SQLXML 인스턴스가 나타내는 XML 치에의 기입해에 사용하는 스트림을 가져옵니다.
 void PreparedStatement. setBinaryStream (int parameterIndex, InputStream  x)
          지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void PreparedStatement. setBinaryStream (int parameterIndex, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void PreparedStatement. setBinaryStream (int parameterIndex, InputStream  x, long length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 OutputStream Blob. setBinaryStream (long pos)
          이 BLOB 객체가 나타내는 Blob 치에의 기입해에 사용하는 스트림을 가져옵니다.
 void CallableStatement. setBinaryStream (String  parameterName, InputStream  x)
          지정된 파라미터가 지정된 입력 스트림로 설정합니다.
 void CallableStatement. setBinaryStream (String  parameterName, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void CallableStatement. setBinaryStream (String  parameterName, InputStream  x, long length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void PreparedStatement. setBlob (int parameterIndex, Blob  x)
          지정된 파라미터를, 지정된 java.sql.Blob 객체로 설정합니다.
 void PreparedStatement. setBlob (int parameterIndex, InputStream  inputStream)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void PreparedStatement. setBlob (int parameterIndex, InputStream  inputStream, long length)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void CallableStatement. setBlob (String  parameterName, Blob  x)
          지정된 파라미터가 지정된 java.sql.Blob 객체로 설정합니다.
 void CallableStatement. setBlob (String  parameterName, InputStream  inputStream)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void CallableStatement. setBlob (String  parameterName, InputStream  inputStream, long length)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void PreparedStatement. setBoolean (int parameterIndex, boolean x)
          지정된 파라미터가 지정된 Java 의 boolean 치로 설정합니다.
 void CallableStatement. setBoolean (String  parameterName, boolean x)
          지정된 파라미터가 지정된 Java 의 boolean 치로 설정합니다.
 void PreparedStatement. setByte (int parameterIndex, byte x)
          지정된 파라미터가 지정된 Java 의 byte 치로 설정합니다.
 void CallableStatement. setByte (String  parameterName, byte x)
          지정된 파라미터가 지정된 Java 의 byte 치로 설정합니다.
 void PreparedStatement. setBytes (int parameterIndex, byte[] x)
          지정된 파라미터가 지정된 Java 의 바이트 배열로 설정합니다.
 int Blob. setBytes (long pos, byte[] bytes)
          이 Blob 객체가 나타내는 BLOB 치에 지정된 바이트 배열을 pos 의 위치로부터 기입해, 기입해진 바이트수를 돌려줍니다.
 int Blob. setBytes (long pos, byte[] bytes, int offset, int len)
          이 Blob 객체가 나타내는 BLOB 치에 지정된 byte 배열의 전부 또는 일부를 기입해, 기입해진 바이트수를 돌려줍니다.
 void CallableStatement. setBytes (String  parameterName, byte[] x)
          지정된 파라미터가 지정된 Java 의 바이트 배열로 설정합니다.
 void Connection. setCatalog (String  catalog)
          이 Connection 객체의 데이타베이스에 작업을 위한 서브 스페이스를 선택하기 위해서, 카탈로그명을 설정합니다.
 Writer SQLXML. setCharacterStream ()
          이 SQLXML 인스턴스가 나타내는 XML 치에의 기입해에 사용하는 스트림을 가져옵니다.
 void PreparedStatement. setCharacterStream (int parameterIndex, Reader  reader)
          지정된 파라미터를, 지정된 Java 의 Reader 객체로 설정합니다.
 void PreparedStatement. setCharacterStream (int parameterIndex, Reader  reader, int length)
          지정된 파라미터를, 지정된 문자수인 지정된 Reader 객체로 설정합니다.
 void PreparedStatement. setCharacterStream (int parameterIndex, Reader  reader, long length)
          지정된 파라미터를, 지정된 문자수인 지정된 Reader 객체로 설정합니다.
 Writer Clob. setCharacterStream (long pos)
          이 Clob 객체가 나타내는 CLOB 치에 Unicode 문자를 기입하기 위해서(때문에) 사용하는 스트림을 가져옵니다.
 void CallableStatement. setCharacterStream (String  parameterName, Reader  reader)
          지정된 파라미터가 지정된 Reader 객체로 설정합니다.
 void CallableStatement. setCharacterStream (String  parameterName, Reader  reader, int length)
          지정된 파라미터를, 지정된 문자수인 지정된 Reader 객체로 설정합니다.
 void CallableStatement. setCharacterStream (String  parameterName, Reader  reader, long length)
          지정된 파라미터를, 지정된 문자수인 지정된 Reader 객체로 설정합니다.
 void PreparedStatement. setClob (int parameterIndex, Clob  x)
          지정된 파라미터를, 지정된 java.sql.Clob 객체로 설정합니다.
 void PreparedStatement. setClob (int parameterIndex, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void PreparedStatement. setClob (int parameterIndex, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void CallableStatement. setClob (String  parameterName, Clob  x)
          지정된 파라미터가 지정된 java.sql.Clob 객체로 설정합니다.
 void CallableStatement. setClob (String  parameterName, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void CallableStatement. setClob (String  parameterName, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void Statement. setCursorName (String  name)
          후속의 Statement 객체의 execute 메소드에 의해 사용되는 SQL 커서명이 지정된 String 로 설정합니다.
 void PreparedStatement. setDate (int parameterIndex, Date  x)
          어플리케이션을 실행하고 있는 가상 머신의 디폴트의 타임 존을 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void PreparedStatement. setDate (int parameterIndex, Date  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void CallableStatement. setDate (String  parameterName, Date  x)
          어플리케이션을 실행하고 있는 가상 머신의 디폴트의 타임 존을 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void CallableStatement. setDate (String  parameterName, Date  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void PreparedStatement. setDouble (int parameterIndex, double x)
          지정된 파라미터가 지정된 Java 의 double 치로 설정합니다.
 void CallableStatement. setDouble (String  parameterName, double x)
          지정된 파라미터가 지정된 Java 의 double 치로 설정합니다.
 void Statement. setEscapeProcessing (boolean enable)
          이스케이프의 처리를 온 또는 오프로 설정합니다.
 void Statement. setFetchDirection (int direction)
          Statement 객체를 사용해 작성된 ResultSet 객체의 행이 처리될 방향에 대한 힌트를 드라이버에 제공합니다.
 void ResultSet. setFetchDirection (int direction)
          이 ResultSet 객체내의 행이 처리될 방향에 대한 힌트를 제공합니다.
 void Statement. setFetchSize (int rows)
          이 Statement 로 작성된 ResultSet 객체로 보다 많은 행이 필요한 때에 데이타베이스로부터 꺼낼 필요가 있는 행수에 대한 힌트를 JDBC 드라이버에 제공합니다.
 void ResultSet. setFetchSize (int rows)
          이 ResultSet 객체로 보다 많은 행이 필요한 때에 데이타베이스로부터 꺼낼 필요가 있는 행수에 대한 힌트를 JDBC 드라이버에 제공합니다.
 void PreparedStatement. setFloat (int parameterIndex, float x)
          지정된 파라미터가 지정된 Java 의 float 치로 설정합니다.
 void CallableStatement. setFloat (String  parameterName, float x)
          지정된 파라미터가 지정된 Java 의 float 치로 설정합니다.
 void Connection. setHoldability (int holdability)
          이 Connection 객체를 사용해 생성된 ResultSet 객체의 디폴트의 보관 유지 기능이 지정된 보관 유지 기능에 변경합니다.
 void PreparedStatement. setInt (int parameterIndex, int x)
          지정된 파라미터가 지정된 Java 의 int 치로 설정합니다.
 void CallableStatement. setInt (String  parameterName, int x)
          지정된 파라미터가 지정된 Java 의 int 치로 설정합니다.
 void PreparedStatement. setLong (int parameterIndex, long x)
          지정된 파라미터가 지정된 Java 의 long 치로 설정합니다.
 void CallableStatement. setLong (String  parameterName, long x)
          지정된 파라미터가 지정된 Java 의 long 치로 설정합니다.
 void Statement. setMaxFieldSize (int max)
          이 Statement 객체에 의해 생성되는 ResultSet 객체의 문자 및 바이너리의 각 렬치에 대해 반환되는 최대 바이트수의 제한을 설정합니다.
 void Statement. setMaxRows (int max)
          이 Statement 객체로 작성된 임의의 ResultSet 객체가 포함할 수 있는 최대행수의 제한치를, 지정된 수로 설정합니다.
 void PreparedStatement. setNCharacterStream (int parameterIndex, Reader  value)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void PreparedStatement. setNCharacterStream (int parameterIndex, Reader  value, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void CallableStatement. setNCharacterStream (String  parameterName, Reader  value)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void CallableStatement. setNCharacterStream (String  parameterName, Reader  value, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void PreparedStatement. setNClob (int parameterIndex, NClob  value)
          지정된 파라미터를 java.sql.NClob 객체로 설정합니다.
 void PreparedStatement. setNClob (int parameterIndex, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void PreparedStatement. setNClob (int parameterIndex, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void CallableStatement. setNClob (String  parameterName, NClob  value)
          지정된 파라미터를 java.sql.NClob 객체로 설정합니다.
 void CallableStatement. setNClob (String  parameterName, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void CallableStatement. setNClob (String  parameterName, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void PreparedStatement. setNString (int parameterIndex, String  value)
          지정된 파라미터를, 지정된 Java 의 String 객체로 설정합니다.
 void CallableStatement. setNString (String  parameterName, String  value)
          지정된 파라미터가 지정된 String 객체로 설정합니다.
 void PreparedStatement. setNull (int parameterIndex, int sqlType)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void PreparedStatement. setNull (int parameterIndex, int sqlType, String  typeName)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void CallableStatement. setNull (String  parameterName, int sqlType)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void CallableStatement. setNull (String  parameterName, int sqlType, String  typeName)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void PreparedStatement. setObject (int parameterIndex, Object  x)
          지정된 파라미터의 값을, 지정된 객체를 사용해 설정합니다.
 void PreparedStatement. setObject (int parameterIndex, Object  x, int targetSqlType)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void PreparedStatement. setObject (int parameterIndex, Object  x, int targetSqlType, int scaleOrLength)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void Ref. setObject (Object  value)
          이 Ref 객체가 참조하는 구조화형치를 Object 의 지정된 인스턴스로 설정합니다.
 void CallableStatement. setObject (String  parameterName, Object  x)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void CallableStatement. setObject (String  parameterName, Object  x, int targetSqlType)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void CallableStatement. setObject (String  parameterName, Object  x, int targetSqlType, int scale)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void Statement. setPoolable (boolean poolable)
          Statement 를 풀 하는 것, 또는 풀 하지 않는 것을 요구합니다.
 void Statement. setQueryTimeout (int seconds)
          드라이버가 Statement 객체의 실행을 기다리는 초수를, 지정된 초수로 설정합니다.
 void Connection. setReadOnly (boolean readOnly)
          이 Connection 를 읽어들여 전용 모드로 설정해, 데이타베이스 최적화를 실행하는 드라이버의 힌트로 합니다.
 void PreparedStatement. setRef (int parameterIndex, Ref  x)
          지정된 파라미터를, 지정된 REF(<구조화형 >) 치로 설정합니다.
<T extends Result >
T
SQLXML. setResult (Class <T> resultClass)
          이 SQLXML 인스턴스에 의해 지정된 XML 치를 설정하기 위한 Result 를 돌려줍니다.
 void PreparedStatement. setRowId (int parameterIndex, RowId  x)
          지정된 파라미터를, 지정된 java.sql.RowId 객체로 설정합니다.
 void CallableStatement. setRowId (String  parameterName, RowId  x)
          지정된 파라미터가 지정된 java.sql.RowId 객체로 설정합니다.
 Savepoint Connection. setSavepoint ()
          현재의 트랜잭션(transaction)로 이름이 없는 세이브 포인트를 작성해, 그것을 나타내는 새로운 Savepoint 객체를 돌려줍니다.
 Savepoint Connection. setSavepoint (String  name)
          현재의 트랜잭션(transaction)로 지정된 이름의 세이브 포인트를 작성해, 그것을 나타내는 새로운 Savepoint 객체를 돌려줍니다.
 void PreparedStatement. setShort (int parameterIndex, short x)
          지정된 파라미터가 지정된 Java 의 short 치로 설정합니다.
 void CallableStatement. setShort (String  parameterName, short x)
          지정된 파라미터가 지정된 Java 의 short 치로 설정합니다.
 void PreparedStatement. setSQLXML (int parameterIndex, SQLXML  xmlObject)
          지정된 파라미터를, 지정된 java.sql.SQLXML 객체로 설정합니다.
 void CallableStatement. setSQLXML (String  parameterName, SQLXML  xmlObject)
          지정된 파라미터가 지정된 java.sql.SQLXML 객체로 설정합니다.
 void PreparedStatement. setString (int parameterIndex, String  x)
          지정된 파라미터가 지정된 Java 의 String 치로 설정합니다.
 int Clob. setString (long pos, String  str)
          이 Clob 객체가 지정하는 CLOB 치에 지정된 Java Stringpos 의 위치에 기입합니다.
 int Clob. setString (long pos, String  str, int offset, int len)
          이 Clob 가 나타내는 CLOB 치에,offset 문자로부터 시작되는 strlen 문자를 기입합니다.
 void SQLXML. setString (String  value)
          이 SQLXML 인스턴스에 의해 지정된 XML 치가 지정된 String 표현으로 설정합니다.
 void CallableStatement. setString (String  parameterName, String  x)
          지정된 파라미터가 지정된 Java 의 String 치로 설정합니다.
 void PreparedStatement. setTime (int parameterIndex, Time  x)
          지정된 파라미터를, 지정된 java.sql.Time 치로 설정합니다.
 void PreparedStatement. setTime (int parameterIndex, Time  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Time 치로 설정합니다.
 void CallableStatement. setTime (String  parameterName, Time  x)
          지정된 파라미터가 지정된 java.sql.Time 치로 설정합니다.
 void CallableStatement. setTime (String  parameterName, Time  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Time 치로 설정합니다.
 void PreparedStatement. setTimestamp (int parameterIndex, Timestamp  x)
          지정된 파라미터를, 지정된 java.sql.Timestamp 치로 설정합니다.
 void PreparedStatement. setTimestamp (int parameterIndex, Timestamp  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Timestamp 치로 설정합니다.
 void CallableStatement. setTimestamp (String  parameterName, Timestamp  x)
          지정된 파라미터가 지정된 java.sql.Timestamp 치로 설정합니다.
 void CallableStatement. setTimestamp (String  parameterName, Timestamp  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Timestamp 치로 설정합니다.
 void Connection. setTransactionIsolation (int level)
          이 Connection 의 트랜잭션(transaction) 차단 레벨이 지정된 것으로 변경하는 것을 시도합니다.
 void Connection. setTypeMap (Map <String ,Class <? >> map)
          이 Connection 객체의 형태 맵으로서 지정된 TypeMap 객체를 인스톨 합니다.
 void PreparedStatement. setUnicodeStream (int parameterIndex, InputStream  x, int length)
          추천 되고 있지 않습니다.   
 void PreparedStatement. setURL (int parameterIndex, URL  x)
          지정된 파라미터가 지정된 java.net.URL 치로 설정합니다.
 void CallableStatement. setURL (String  parameterName, URL  val)
          지정된 파라미터가 지정된 java.net.URL 객체로 설정합니다.
 boolean DatabaseMetaData. storesLowerCaseIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 없음의 SQL 식별자를, 대문자 소문자를 구별하지 않고 처리해, 소문자로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. storesLowerCaseQuotedIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 첨부의 SQL 식별자를, 대문자 소문자를 구별하지 않고 처리해, 소문자로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. storesMixedCaseIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 없음의 SQL 식별자를, 대문자 소문자를 구별하지 않고 처리해, 대문자 소문자 혼재로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. storesMixedCaseQuotedIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 첨부의 SQL 식별자를, 대문자 소문자를 구별하지 않고 처리해, 대문자 소문자 혼재로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. storesUpperCaseIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 없음의 SQL 식별자를, 대문자 소문자를 구별하지 않고 처리해, 대문자로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. storesUpperCaseQuotedIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 첨부의 SQL 식별자를, 대문자 소문자를 구별하지 않고 처리해, 대문자로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsAlterTableWithAddColumn ()
          이 데이타베이스에 의해, 추가열이 있는 ALTER TABLE 가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsAlterTableWithDropColumn ()
          이 데이타베이스에 의해, 드롭열이 있는 ALTER TABLE 가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsANSI92EntryLevelSQL ()
          이 데이타베이스에 의해, ANSI92 엔트리 레벨의 SQL 문법이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsANSI92FullSQL ()
          이 데이타베이스에 의해, ANSI92 완전 레벨의 SQL 문법이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsANSI92IntermediateSQL ()
          이 데이타베이스에 의해, ANSI92 중간 레벨의 SQL 문법이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsBatchUpdates ()
          이 데이타베이스에 의해 배치 갱신이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsCatalogsInDataManipulation ()
          데이터 조작문으로 카탈로그명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsCatalogsInIndexDefinitions ()
          인덱스 정의문으로 카탈로그명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsCatalogsInPrivilegeDefinitions ()
          특권 정의문으로 카탈로그명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsCatalogsInProcedureCalls ()
          프로시저 호출문으로 카탈로그명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsCatalogsInTableDefinitions ()
          테이블 정의문으로 카탈로그명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsColumnAliasing ()
          이 데이타베이스에 의해 열의 별명이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsConvert ()
          이 데이타베이스에 의해, JDBC 형간의 변환에 사용되는 JDBC 스칼라 함수 CONVERT 가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsConvert (int fromType, int toType)
          이 데이타베이스에 의해, JDBC 형 fromTypetoType 의 사이의 변환에 사용되는 JDBC 스칼라 함수 CONVERT 가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsCoreSQLGrammar ()
          이 데이타베이스에 의해, ODBC Core SQL 문법이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsCorrelatedSubqueries ()
          이 데이타베이스에 의해 조합 관계 서브 쿼리가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsDataDefinitionAndDataManipulationTransactions ()
          이 데이타베이스에 의해, 트랜잭션(transaction)로, 데이터 정의문과 데이터 조작문의 양쪽 모두가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsDataManipulationTransactionsOnly ()
          이 데이타베이스에 의해, 트랜잭션(transaction)로 데이터 조작문만이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsDifferentTableCorrelationNames ()
          테이블 상호 관계명이 지원되는 경우, 테이블의 이름과 다른 이름이다고 하는 제한을 붙일지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsExpressionsInOrderBy ()
          이 데이타베이스에 의해,ORDER BY 리스트중에서 식이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsExtendedSQLGrammar ()
          이 데이타베이스에 의해, ODBC Extended SQL 문법이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsFullOuterJoins ()
          이 데이타베이스에 의해, 완전 상자의 외부 결합이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsGetGeneratedKeys ()
          문장이 실행된 뒤에 자동 생성 키를 취득할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsGroupBy ()
          이 데이타베이스에 의해,GROUP BY 절의 폼이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsGroupByBeyondSelect ()
          SELECT 문중의 모든 열이 GROUP BY 절에 포함된다고 하는 조건으로, 이 데이타베이스에 의해,GROUP BY 절로 SELECT 문중에 없는 열의 사용이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsGroupByUnrelated ()
          이 데이타베이스에 의해,GROUP BY 절로 SELECT 문중에 없는 열의 사용이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsIntegrityEnhancementFacility ()
          이 데이타베이스에 의해, SQL Integrity Enhancement Facility 가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsLikeEscapeClause ()
          이 데이타베이스에 의해,LIKE 이스케이프절의 지정이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsLimitedOuterJoins ()
          이 데이타베이스에 의해, 외부 결합에 관계되어, 제한된 지원가 제공될지 어떨지를 가져옵니다 (supportsFullOuterJoins 메소드가 true 를 돌려주는 경우는 true).
 boolean DatabaseMetaData. supportsMinimumSQLGrammar ()
          이 데이타베이스에 의해, ODBC Minimum SQL 문법이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsMixedCaseIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 없음의 SQL 식별자를, 대문자 소문자를 구별해 처리해, 대문자 소문자 혼재로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsMixedCaseQuotedIdentifiers ()
          이 데이타베이스가, 대문자 소문자가 혼재하는 인용부호 첨부의 SQL 식별자를, 대문자 소문자를 구별해 처리해, 결과적으로 대문자 소문자 혼재로 포함할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsMultipleOpenResults ()
          CallableStatement 객체로부터 동시에 반환된 복수의 ResultSet 객체를 가지는 것이 가능한가 어떤가를 가져옵니다.
 boolean DatabaseMetaData. supportsMultipleResultSets ()
          이 데이타베이스에 의해,execute 메소드의 단일의 호출로부터의 복수의 ResultSet 객체의 취득이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsMultipleTransactions ()
          이 데이타베이스가 한 번에 복수의 트랜잭션(transaction)를 (다른 접속으로) 오픈할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsNamedParameters ()
          이 데이타베이스에 의해, 호출 가능 레이아웃문에의 이름 첨부 파라미터가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsNonNullableColumns ()
          이 데이타베이스의 열을 비 null 로서 정의할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsOpenCursorsAcrossCommit ()
          이 데이타베이스에 의해, 위탁간에 커서가 오픈된 채로 상태가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsOpenCursorsAcrossRollback ()
          이 데이타베이스에 의해, 롤백(rollback)간에 커서가 오픈된 채로 상태가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsOpenStatementsAcrossCommit ()
          이 데이타베이스에 의해, 위탁간에 문장이 오픈된 채로 상태가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsOpenStatementsAcrossRollback ()
          이 데이타베이스에 의해, 롤백(rollback)간에 문장이 오픈된 채로 상태가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsOrderByUnrelated ()
          이 데이타베이스에 의해,ORDER BY 절로 SELECT 문중에 없는 열의 사용이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsOuterJoins ()
          이 데이타베이스에 의해, 외부 결합의 하등의 형식이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsPositionedDelete ()
          이 데이타베이스에 의해, 위치 지정된 DELETE 문이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsPositionedUpdate ()
          이 데이타베이스에 의해, 위치 지정된 UPDATE 문이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsResultSetConcurrency (int type, int concurrency)
          이 데이타베이스가, 지정된 결과 세트의 형태와 주어진 동시성 처리의 종류의 편성을 지원할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsResultSetHoldability (int holdability)
          이 데이타베이스가, 지정된 결과 세트의 보관 유지 기능을 지원할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsResultSetType (int type)
          이 데이타베이스가, 지정된 결과 세트의 형태를 지원할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSavepoints ()
          이 데이타베이스에 의해 세이브 포인트가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSchemasInDataManipulation ()
          데이터 조작문으로 schema명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSchemasInIndexDefinitions ()
          인덱스 정의문으로 schema명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSchemasInPrivilegeDefinitions ()
          특권 정의문으로 schema명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSchemasInProcedureCalls ()
          프로시저 호출문으로 schema명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSchemasInTableDefinitions ()
          테이블 정의문으로 schema명을 사용할 수 있을지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSelectForUpdate ()
          이 데이타베이스에 의해 SELECT FOR UPDATE 문이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsStatementPooling ()
          이 데이타베이스에 의해 문장의 풀이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsStoredFunctionsUsingCallSyntax ()
          이 데이타베이스가, 스트아드프로시쟈에스케이프 구문을 사용한, 사용자 정의 함수 또는 벤더 함수의 호출을 지원할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsStoredProcedures ()
          이 데이타베이스에 의해, 스트아드프로시쟈에스케이프 구문을 사용하는 스트아드프로시쟈코르가 지원될지 어떨지를 판정합니다.
 boolean DatabaseMetaData. supportsSubqueriesInComparisons ()
          이 데이타베이스에 의해, 비교식중에서 서브 쿼리가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSubqueriesInExists ()
          이 데이타베이스에 의해,EXISTS 식중에서 서브 쿼리가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSubqueriesInIns ()
          이 데이타베이스에 의해,IN 식중에서 서브 쿼리가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsSubqueriesInQuantifieds ()
          이 데이타베이스에 의해, 정량화된 식중에서 서브 쿼리가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsTableCorrelationNames ()
          이 데이타베이스에 의해 테이블 상호 관계명이 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsTransactionIsolationLevel (int level)
          이 데이타베이스가, 지정된 트랜잭션(transaction) 차단 레벨을 지원할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsTransactions ()
          이 데이타베이스에 의해 트랜잭션(transaction)가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsUnion ()
          이 데이타베이스에 의해 SQL UNION 가 지원될지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. supportsUnionAll ()
          이 데이타베이스에 의해 SQL UNION ALL 가 지원될지 어떨지를 가져옵니다.
 void Clob. truncate (long len)
          이 Clob 가 지정하는 CLOB 치를 len 문자의 길이에 절약합니다.
 void Blob. truncate (long len)
          이 Blob 객체가 나타내는 BLOB 치를 len 바이트의 길이에 절약합니다.
<T> T
Wrapper. unwrap (Class <T> iface)
          표준 이외의 메소드, 또는 프록시에 의해 공개되지 않는 표준 메소드에 액세스 할 수 있도록(듯이) 하기 위해서, 지정된 인터페이스를 구현하고 있는 객체를 돌려줍니다.
 void ResultSet. updateArray (int columnIndex, Array  x)
          지정된 열을 java.sql.Array 치로 갱신합니다.
 void ResultSet. updateArray (String  columnLabel, Array  x)
          지정된 열을 java.sql.Array 치로 갱신합니다.
 void ResultSet. updateAsciiStream (int columnIndex, InputStream  x)
          지정된 열을 ASCII 스트림치로 갱신합니다.
 void ResultSet. updateAsciiStream (int columnIndex, InputStream  x, int length)
          지정된 열을, 지정된 바이트수를 가지는 ascii 스트림치로 갱신합니다.
 void ResultSet. updateAsciiStream (int columnIndex, InputStream  x, long length)
          지정된 열을, 지정된 바이트수를 가지는 ascii 스트림치로 갱신합니다.
 void ResultSet. updateAsciiStream (String  columnLabel, InputStream  x)
          지정된 열을 ASCII 스트림치로 갱신합니다.
 void ResultSet. updateAsciiStream (String  columnLabel, InputStream  x, int length)
          지정된 열을, 지정된 바이트수를 가지는 ascii 스트림치로 갱신합니다.
 void ResultSet. updateAsciiStream (String  columnLabel, InputStream  x, long length)
          지정된 열을, 지정된 바이트수를 가지는 ascii 스트림치로 갱신합니다.
 void ResultSet. updateBigDecimal (int columnIndex, BigDecimal  x)
          지정된 열을 java.math.BigDecimal 치로 갱신합니다.
 void ResultSet. updateBigDecimal (String  columnLabel, BigDecimal  x)
          지정된 열을 java.sql.BigDecimal 치로 갱신합니다.
 void ResultSet. updateBinaryStream (int columnIndex, InputStream  x)
          지정된 열을 바이너리 스트림치로 갱신합니다.
 void ResultSet. updateBinaryStream (int columnIndex, InputStream  x, int length)
          지정된 열을, 지정된 바이트수를 가지는 바이너리 스트림치로 갱신합니다.
 void ResultSet. updateBinaryStream (int columnIndex, InputStream  x, long length)
          지정된 열을, 지정된 바이트수를 가지는 바이너리 스트림치로 갱신합니다.
 void ResultSet. updateBinaryStream (String  columnLabel, InputStream  x)
          지정된 열을 바이너리 스트림치로 갱신합니다.
 void ResultSet. updateBinaryStream (String  columnLabel, InputStream  x, int length)
          지정된 열을, 지정된 바이트수를 가지는 바이너리 스트림치로 갱신합니다.
 void ResultSet. updateBinaryStream (String  columnLabel, InputStream  x, long length)
          지정된 열을, 지정된 바이트수를 가지는 바이너리 스트림치로 갱신합니다.
 void ResultSet. updateBlob (int columnIndex, Blob  x)
          지정된 열을 java.sql.Blob 치로 갱신합니다.
 void ResultSet. updateBlob (int columnIndex, InputStream  inputStream)
          지정된 열을, 지정된 입력 스트림을 사용해 갱신합니다.
 void ResultSet. updateBlob (int columnIndex, InputStream  inputStream, long length)
          지정된 열을, 지정된 바이트수를 가지는 지정된 입력 스트림을 사용해 갱신합니다.
 void ResultSet. updateBlob (String  columnLabel, Blob  x)
          지정된 열을 java.sql.Blob 치로 갱신합니다.
 void ResultSet. updateBlob (String  columnLabel, InputStream  inputStream)
          지정된 열을, 지정된 입력 스트림을 사용해 갱신합니다.
 void ResultSet. updateBlob (String  columnLabel, InputStream  inputStream, long length)
          지정된 열을, 지정된 바이트수를 가지는 지정된 입력 스트림을 사용해 갱신합니다.
 void ResultSet. updateBoolean (int columnIndex, boolean x)
          지정된 열을 boolean 치로 갱신합니다.
 void ResultSet. updateBoolean (String  columnLabel, boolean x)
          지정된 열을 boolean 치로 갱신합니다.
 void ResultSet. updateByte (int columnIndex, byte x)
          지정된 열을 byte 치로 갱신합니다.
 void ResultSet. updateByte (String  columnLabel, byte x)
          지정된 열을 byte 치로 갱신합니다.
 void ResultSet. updateBytes (int columnIndex, byte[] x)
          지정된 열을 byte 배열치로 갱신합니다.
 void ResultSet. updateBytes (String  columnLabel, byte[] x)
          지정된 열을 byte 배열치로 갱신합니다.
 void ResultSet. updateCharacterStream (int columnIndex, Reader  x)
          지정된 열을 문자 스트림치로 갱신합니다.
 void ResultSet. updateCharacterStream (int columnIndex, Reader  x, int length)
          지정된 열을, 지정된 바이트수를 가지는 문자 스트림치로 갱신합니다.
 void ResultSet. updateCharacterStream (int columnIndex, Reader  x, long length)
          지정된 열을, 지정된 바이트수를 가지는 문자 스트림치로 갱신합니다.
 void ResultSet. updateCharacterStream (String  columnLabel, Reader  reader)
          지정된 열을 문자 스트림치로 갱신합니다.
 void ResultSet. updateCharacterStream (String  columnLabel, Reader  reader, int length)
          지정된 열을, 지정된 바이트수를 가지는 문자 스트림치로 갱신합니다.
 void ResultSet. updateCharacterStream (String  columnLabel, Reader  reader, long length)
          지정된 열을, 지정된 바이트수를 가지는 문자 스트림치로 갱신합니다.
 void ResultSet. updateClob (int columnIndex, Clob  x)
          지정된 열을 java.sql.Clob 치로 갱신합니다.
 void ResultSet. updateClob (int columnIndex, Reader  reader)
          지정된 열을, 지정된 Reader 객체를 사용해 갱신합니다.
 void ResultSet. updateClob (int columnIndex, Reader  reader, long length)
          지정된 열을, 지정된 문자수인 지정된 Reader 객체를 사용해 갱신합니다.
 void ResultSet. updateClob (String  columnLabel, Clob  x)
          지정된 열을 java.sql.Clob 치로 갱신합니다.
 void ResultSet. updateClob (String  columnLabel, Reader  reader)
          지정된 열을, 지정된 Reader 객체를 사용해 갱신합니다.
 void ResultSet. updateClob (String  columnLabel, Reader  reader, long length)
          지정된 열을, 지정된 문자수인 지정된 Reader 객체를 사용해 갱신합니다.
 void ResultSet. updateDate (int columnIndex, Date  x)
          지정된 열을 java.sql.Date 치로 갱신합니다.
 void ResultSet. updateDate (String  columnLabel, Date  x)
          지정된 열을 java.sql.Date 치로 갱신합니다.
 void ResultSet. updateDouble (int columnIndex, double x)
          지정된 열을 double 치로 갱신합니다.
 void ResultSet. updateDouble (String  columnLabel, double x)
          지정된 열을 double 치로 갱신합니다.
 void ResultSet. updateFloat (int columnIndex, float x)
          지정된 열을 float 치로 갱신합니다.
 void ResultSet. updateFloat (String  columnLabel, float x)
          지정된 열을 float 치로 갱신합니다.
 void ResultSet. updateInt (int columnIndex, int x)
          지정된 열을 int 치로 갱신합니다.
 void ResultSet. updateInt (String  columnLabel, int x)
          지정된 열을 int 치로 갱신합니다.
 void ResultSet. updateLong (int columnIndex, long x)
          지정된 열을 long 치로 갱신합니다.
 void ResultSet. updateLong (String  columnLabel, long x)
          지정된 열을 long 치로 갱신합니다.
 void ResultSet. updateNCharacterStream (int columnIndex, Reader  x)
          지정된 열을 문자 스트림치로 갱신합니다.
 void ResultSet. updateNCharacterStream (int columnIndex, Reader  x, long length)
          지정된 열을, 지정된 바이트수를 가지는 문자 스트림치로 갱신합니다.
 void ResultSet. updateNCharacterStream (String  columnLabel, Reader  reader)
          지정된 열을 문자 스트림치로 갱신합니다.
 void ResultSet. updateNCharacterStream (String  columnLabel, Reader  reader, long length)
          지정된 열을, 지정된 바이트수를 가지는 문자 스트림치로 갱신합니다.
 void ResultSet. updateNClob (int columnIndex, NClob  nClob)
          지정된 열을 java.sql.NClob 치로 갱신합니다.
 void ResultSet. updateNClob (int columnIndex, Reader  reader)
          지정된 열을, 지정된 Reader 를 사용해 갱신합니다.
 void ResultSet. updateNClob (int columnIndex, Reader  reader, long length)
          지정된 열을, 지정된 문자수인 지정된 Reader 객체를 사용해 갱신합니다.
 void ResultSet. updateNClob (String  columnLabel, NClob  nClob)
          지정된 열을 java.sql.NClob 치로 갱신합니다.
 void ResultSet. updateNClob (String  columnLabel, Reader  reader)
          지정된 열을, 지정된 Reader 객체를 사용해 갱신합니다.
 void ResultSet. updateNClob (String  columnLabel, Reader  reader, long length)
          지정된 열을, 지정된 문자수인 지정된 Reader 객체를 사용해 갱신합니다.
 void ResultSet. updateNString (int columnIndex, String  nString)
          지정된 열을 String 치로 갱신합니다.
 void ResultSet. updateNString (String  columnLabel, String  nString)
          지정된 열을 String 치로 갱신합니다.
 void ResultSet. updateNull (int columnIndex)
          지정된 열을 null 치로 갱신합니다.
 void ResultSet. updateNull (String  columnLabel)
          지정된 열을 null 치로 갱신합니다.
 void ResultSet. updateObject (int columnIndex, Object  x)
          지정된 열을 Object 치로 갱신합니다.
 void ResultSet. updateObject (int columnIndex, Object  x, int scaleOrLength)
          지정된 열을 Object 치로 갱신합니다.
 void ResultSet. updateObject (String  columnLabel, Object  x)
          지정된 열을 Object 치로 갱신합니다.
 void ResultSet. updateObject (String  columnLabel, Object  x, int scaleOrLength)
          지정된 열을 Object 치로 갱신합니다.
 void ResultSet. updateRef (int columnIndex, Ref  x)
          지정된 열을 java.sql.Ref 치로 갱신합니다.
 void ResultSet. updateRef (String  columnLabel, Ref  x)
          지정된 열을 java.sql.Ref 치로 갱신합니다.
 void ResultSet. updateRow ()
          기본으로 되는 데이타베이스를, 이 ResultSet 객체의 현재의 행의 새로운 내용에 갱신합니다.
 void ResultSet. updateRowId (int columnIndex, RowId  x)
          지정된 열을 RowId 치로 갱신합니다.
 void ResultSet. updateRowId (String  columnLabel, RowId  x)
          지정된 열을 RowId 치로 갱신합니다.
 boolean DatabaseMetaData. updatesAreDetected (int type)
          ResultSet.rowUpdated 메소드를 호출하는 것에 의해 가시의 행이 갱신된 것을 검출할 수 있을지 어떨지를 가져옵니다.
 void ResultSet. updateShort (int columnIndex, short x)
          지정된 열을 short 치로 갱신합니다.
 void ResultSet. updateShort (String  columnLabel, short x)
          지정된 열을 short 치로 갱신합니다.
 void ResultSet. updateSQLXML (int columnIndex, SQLXML  xmlObject)
          지정된 열을 java.sql.SQLXML 치로 갱신합니다.
 void ResultSet. updateSQLXML (String  columnLabel, SQLXML  xmlObject)
          지정된 열을 java.sql.SQLXML 치로 갱신합니다.
 void ResultSet. updateString (int columnIndex, String  x)
          지정된 열을 String 치로 갱신합니다.
 void ResultSet. updateString (String  columnLabel, String  x)
          지정된 열을 String 치로 갱신합니다.
 void ResultSet. updateTime (int columnIndex, Time  x)
          지정된 열을 java.sql.Time 치로 갱신합니다.
 void ResultSet. updateTime (String  columnLabel, Time  x)
          지정된 열을 java.sql.Time 치로 갱신합니다.
 void ResultSet. updateTimestamp (int columnIndex, Timestamp  x)
          지정된 열을 java.sql.Timestamp 치로 갱신합니다.
 void ResultSet. updateTimestamp (String  columnLabel, Timestamp  x)
          지정된 열을 java.sql.Timestamp 치로 갱신합니다.
 boolean DatabaseMetaData. usesLocalFilePerTable ()
          이 데이타베이스가, 각 테이블에 파일을 사용할지 어떨지를 가져옵니다.
 boolean DatabaseMetaData. usesLocalFiles ()
          이 데이타베이스가, 로컬 파일에 테이블을 포함할지 어떨지를 가져옵니다.
 boolean SQLInput. wasNull ()
          마지막에 읽힌 값이 SQL NULL 화도인지를 가져옵니다.
 boolean ResultSet. wasNull ()
          마지막에 읽힌 열의 값이 SQL NULL 일지 어떨지를 통지합니다.
 boolean CallableStatement. wasNull ()
          마지막에 읽힌 OUT 파라미터의 값이 SQL NULL 화도인지를 가져옵니다.
 void SQLOutput. writeArray (Array  x)
          SQL ARRAY 치를 스트림에 기입합니다.
 void SQLOutput. writeAsciiStream (InputStream  x)
          다음의 속성을 ASCII 문자의 스트림로서 스트림에 기입합니다.
 void SQLOutput. writeBigDecimal (BigDecimal  x)
          다음의 속성을 java.math.BigDecimal 객체로서 스트림에 기입합니다.
 void SQLOutput. writeBinaryStream (InputStream  x)
          다음의 속성을 미해석의 바이트 스트림로서 스트림에 기입합니다.
 void SQLOutput. writeBlob (Blob  x)
          SQL BLOB 치를 스트림에 기입합니다.
 void SQLOutput. writeBoolean (boolean x)
          다음의 속성을 Java 의 boolean 형으로서 스트림에 기입합니다.
 void SQLOutput. writeByte (byte x)
          다음의 속성을 Java 의 byte 형으로서 스트림에 기입합니다.
 void SQLOutput. writeBytes (byte[] x)
          다음의 속성을 byte 형의 배열로서 스트림에 기입합니다.
 void SQLOutput. writeCharacterStream (Reader  x)
          다음의 속성을 Unicode 문자의 스트림로서 스트림에 기입합니다.
 void SQLOutput. writeClob (Clob  x)
          SQL CLOB 치를 스트림에 기입합니다.
 void SQLOutput. writeDate (Date  x)
          다음의 속성을 java.sql.Date 객체로서 스트림에 기입합니다.
 void SQLOutput. writeDouble (double x)
          다음의 속성을 Java 의 double 형으로서 스트림에 기입합니다.
 void SQLOutput. writeFloat (float x)
          다음의 속성을 Java 의 float 형으로서 스트림에 기입합니다.
 void SQLOutput. writeInt (int x)
          다음의 속성을 Java 의 int 형으로서 스트림에 기입합니다.
 void SQLOutput. writeLong (long x)
          다음의 속성을 Java 의 long 형으로서 스트림에 기입합니다.
 void SQLOutput. writeNClob (NClob  x)
          SQL NCLOB 치를 스트림에 기입합니다.
 void SQLOutput. writeNString (String  x)
          다음의 속성을 Java 프로그램 언어의 String 로서 스트림에 기입합니다.
 void SQLOutput. writeObject (SQLData  x)
          지정된 SQLData 객체에 포함된 데이터를, 스트림에 기입합니다.
 void SQLOutput. writeRef (Ref  x)
          SQL REF 치를 스트림에 기입합니다.
 void SQLOutput. writeRowId (RowId  x)
          SQL ROWID 치를 스트림에 기입합니다.
 void SQLOutput. writeShort (short x)
          다음의 속성을 Java 의 short 형으로서 스트림에 기입합니다.
 void SQLData. writeSQL (SQLOutput  stream)
          이 객체를 데이터 소스의 SQL 치로 변환해, 지정된 SQL 데이터 스트림에 기입합니다.
 void SQLOutput. writeSQLXML (SQLXML  x)
          SQL XML 치를 스트림에 기입합니다.
 void SQLOutput. writeString (String  x)
          다음의 속성을 Java 프로그램 언어의 String 로서 스트림에 기입합니다.
 void SQLOutput. writeStruct (Struct  x)
          SQL 구조화형치를 스트림에 기입합니다.
 void SQLOutput. writeTime (Time  x)
          다음의 속성을 java.sql.Time 객체로서 스트림에 기입합니다.
 void SQLOutput. writeTimestamp (Timestamp  x)
          다음의 속성을 java.sql.Timestamp 객체로서 스트림에 기입합니다.
 void SQLOutput. writeURL (URL  x)
          SQL DATALINK 치를 스트림에 기입합니다.
 

javax.sql 에서의 SQLException 의 사용
 

SQLException 를 돌려주는 javax.sql 의 메소드
 SQLException StatementEvent. getSQLException ()
          드라이버가 throw 하려고 하고 있는 SQLException 를 돌려줍니다.
 SQLException ConnectionEvent. getSQLException ()
          이 ConnectionEvent 객체에 대한 SQLException 를 가져옵니다.
 

SQLException 를 throw 하는 javax.sql 의 메소드
 void RowSet. clearParameters ()
          이 RowSet 객체의 커멘드용의 파라미터 세트를 클리어 합니다.
 void PooledConnection. close ()
          이 PooledConnection 객체가 나타내는 물리 접속을 닫습니다.
 void RowSet. execute ()
          이 RowSet 객체에 데이터를 포함합니다.
 Connection RowSetInternal. getConnection ()
          이 RowSet 객체에게 건네진 Connection 객체를 가져옵니다.
 Connection PooledConnection. getConnection ()
          Connection 객체 (이 PooledConnection 객체가 나타내는 물리 접속의 핸들)를 작성해, 돌려줍니다.
 Connection DataSource. getConnection ()
          이 DataSource 객체가 나타내는 데이터 소스에의 접속의 확립을 시도합니다.
 Connection DataSource. getConnection (String  username, String  password)
          이 DataSource 객체가 나타내는 데이터 소스에의 접속의 확립을 시도합니다.
 boolean RowSet. getEscapeProcessing ()
          이 RowSet 객체의 이스케이프의 처리가 유효한가 어떤가를 가져옵니다.
 int CommonDataSource. getLoginTimeout ()
          데이타베이스에의 접속 시행중에, 이 데이터 소스가 대기하는 최장 시간 (초)을 가져옵니다.
 PrintWriter CommonDataSource. getLogWriter ()
          이 DataSource 객체의 로그 라이터를 가져옵니다.
 int RowSet. getMaxFieldSize ()
          있는 렬치로 반환되는 최대 바이트수를 가져옵니다.
 int RowSet. getMaxRows ()
          데이타베이스 액세스 에러가 발생했을 경우 이 RowSet 객체에 포함할 수 있는 최대행수를 가져옵니다.
 ResultSet RowSetInternal. getOriginal ()
          이 RowSet 객체의 원의 값을 포함하는 ResultSet 객체를 가져옵니다.
 ResultSet RowSetInternal. getOriginalRow ()
          현재행만의 원의 값을 포함하는 ResultSet 객체를 가져옵니다.
 Object [] RowSetInternal. getParams ()
          이 RowSet 객체의 커멘드용으로 설정 끝난 파라미터를 가져옵니다.
 PooledConnection ConnectionPoolDataSource. getPooledConnection ()
          풀 된 접속으로서 사용 가능한, 데이타베이스에의 물리 접속의 확립을 시도합니다.
 PooledConnection ConnectionPoolDataSource. getPooledConnection (String  user, String  password)
          풀 된 접속으로서 사용 가능한, 데이타베이스에의 물리 접속의 확립을 시도합니다.
 int RowSet. getQueryTimeout ()
          드라이버가 문장의 실행을 기다리는 최대초수를 가져옵니다.
 Map <String ,Class <? >> RowSet. getTypeMap ()
          이 RowSet 객체에 관련지을 수 있었던 SQL 사용자 정의형의 커스텀 매핑이 있는 경우에는, 그것을 지정하는 Map 객체를 가져옵니다.
 String RowSet. getUrl ()
          이 RowSet 객체가 접속을 확립하는데 DataSource 객체는 아니고 DriverManager 를 사용하는 경우에, 접속을 작성하기 위해서 사용하는 url 프로퍼티을 가져옵니다.
 XAConnection XADataSource. getXAConnection ()
          분산 트랜잭션(transaction)로 사용 가능한, 물리 데이타베이스 접속의 확립을 시도합니다.
 XAConnection XADataSource. getXAConnection (String  user, String  password)
          지정된 사용자명과 패스워드를 사용해, 물리 데이타베이스 접속의 확립을 시도합니다.
 XAResource XAConnection. getXAResource ()
          이 XAConnection 객체의 분산 트랜잭션(transaction)에의 참가를 관리하기 위해서, 트랜잭션(transaction) 매니저에 의해 사용되는 XAResource 객체를 가져옵니다.
 void RowSetReader. readData (RowSetInternal  caller)
          호출하는 RowSet 객체의 새로운 내용을 읽어들입니다.
 void RowSet. setArray (int i, Array  x)
          이 RowSet 객체의 커멘드로 지정한 파라미터를, 지정한 Array 치로 설정합니다.
 void RowSet. setAsciiStream (int parameterIndex, InputStream  x)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void RowSet. setAsciiStream (int parameterIndex, InputStream  x, int length)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.io.InputStream 치로 설정합니다.
 void RowSet. setAsciiStream (String  parameterName, InputStream  x)
          지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void RowSet. setAsciiStream (String  parameterName, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void RowSetMetaData. setAutoIncrement (int columnIndex, boolean property)
          지정한 열에 자동적으로 번호가 할당해질지 어떨지를 설정합니다.
 void RowSet. setBigDecimal (int parameterIndex, BigDecimal  x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.math.BigDeciaml 치로 설정합니다.
 void RowSet. setBigDecimal (String  parameterName, BigDecimal  x)
          지정된 파라미터가 지정된 java.math.BigDecimal 치로 설정합니다.
 void RowSet. setBinaryStream (int parameterIndex, InputStream  x)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void RowSet. setBinaryStream (int parameterIndex, InputStream  x, int length)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.io.InputStream 치로 설정합니다.
 void RowSet. setBinaryStream (String  parameterName, InputStream  x)
          지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void RowSet. setBinaryStream (String  parameterName, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void RowSet. setBlob (int i, Blob  x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Blob 치로 설정합니다.
 void RowSet. setBlob (int parameterIndex, InputStream  inputStream)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void RowSet. setBlob (int parameterIndex, InputStream  inputStream, long length)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void RowSet. setBlob (String  parameterName, Blob  x)
          지정된 파라미터를, 지정된 java.sql.Blob 객체로 설정합니다.
 void RowSet. setBlob (String  parameterName, InputStream  inputStream)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void RowSet. setBlob (String  parameterName, InputStream  inputStream, long length)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void RowSet. setBoolean (int parameterIndex, boolean x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java boolean 치로 설정합니다.
 void RowSet. setBoolean (String  parameterName, boolean x)
          지정된 파라미터가 지정된 Java 의 boolean 치로 설정합니다.
 void RowSet. setByte (int parameterIndex, byte x)
          이 RowSet 객체의 커멘드에 대해 지정한 파라미터를, 지정한 Java byte 치로 설정합니다.
 void RowSet. setByte (String  parameterName, byte x)
          지정된 파라미터가 지정된 Java 의 byte 치로 설정합니다.
 void RowSet. setBytes (int parameterIndex, byte[] x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를,byte 치의 지정한 Java 배열치로 설정합니다.
 void RowSet. setBytes (String  parameterName, byte[] x)
          지정된 파라미터가 지정된 Java 의 바이트 배열로 설정합니다.
 void RowSetMetaData. setCaseSensitive (int columnIndex, boolean property)
          지정한 열로 대문자·소문자를 구별할지 어떨지를 설정합니다.
 void RowSetMetaData. setCatalogName (int columnIndex, String  catalogName)
          지정한 열의 테이블의 카탈로그명을, 지정된 String 로 설정합니다 (존재하는 경우).
 void RowSet. setCharacterStream (int parameterIndex, Reader  reader)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를, 지정된 Reader 객체로 설정합니다.
 void RowSet. setCharacterStream (int parameterIndex, Reader  reader, int length)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.io.Reader 치로 설정합니다.
 void RowSet. setCharacterStream (String  parameterName, Reader  reader)
          지정된 파라미터를, 지정된 Reader 객체로 설정합니다.
 void RowSet. setCharacterStream (String  parameterName, Reader  reader, int length)
          지정된 파라미터를, 지정된 문자수인 지정된 Reader 객체로 설정합니다.
 void RowSet. setClob (int i, Clob  x)
          이 RowSet 객체의 커멘드로 지정한 파라미터를, 지정한 Clob 치로 설정합니다.
 void RowSet. setClob (int parameterIndex, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setClob (int parameterIndex, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setClob (String  parameterName, Clob  x)
          지정된 파라미터를, 지정된 java.sql.Clob 객체로 설정합니다.
 void RowSet. setClob (String  parameterName, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setClob (String  parameterName, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSetMetaData. setColumnCount (int columnCount)
          이 RowSet 객체의 렬수를, 지정한 수로 설정합니다.
 void RowSetMetaData. setColumnDisplaySize (int columnIndex, int size)
          지정된 열의 일반적으로의 최대폭 (문자수)을, 지정된 int 로 설정합니다.
 void RowSetMetaData. setColumnLabel (int columnIndex, String  label)
          인쇄와 표시로 사용하는 추천열의 타이틀을, 지정한 String 로 설정합니다 (존재하는 경우).
 void RowSetMetaData. setColumnName (int columnIndex, String  columnName)
          지정한 열의 이름을, 지정된 String 로 설정합니다.
 void RowSetMetaData. setColumnType (int columnIndex, int SQLType)
          지정된 열의 SQL 형을, 지정한 형태로 설정합니다.
 void RowSetMetaData. setColumnTypeName (int columnIndex, String  typeName)
          지정한 열의, 데이터 소스에 고유의 형명을, 지정된 String 로 설정합니다 (존재하는 경우).
 void RowSet. setCommand (String  cmd)
          이 RowSet 객체의 command 프로퍼티에 SQL 쿼리를 설정합니다.
 void RowSet. setConcurrency (int concurrency)
          이 RowSet 객체의 병행성을, 지정한 병행성 레벨로 설정합니다.
 void RowSetMetaData. setCurrency (int columnIndex, boolean property)
          지정한 열이 금액을 나타낼지 어떨지를 설정합니다.
 void RowSet. setDataSourceName (String  name)
          이 RowSet 객체의 데이터 소스명 프로퍼티을, 지정한 String 로 설정합니다.
 void RowSet. setDate (int parameterIndex, Date  x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.sql.Date 치로 설정합니다.
 void RowSet. setDate (int parameterIndex, Date  x, Calendar  cal)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.sql.Date 치로 설정합니다.
 void RowSet. setDate (String  parameterName, Date  x)
          어플리케이션을 실행하고 있는 가상 머신의 디폴트의 타임 존을 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void RowSet. setDate (String  parameterName, Date  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void RowSet. setDouble (int parameterIndex, double x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java double 치로 설정합니다.
 void RowSet. setDouble (String  parameterName, double x)
          지정된 파라미터가 지정된 Java 의 double 치로 설정합니다.
 void RowSet. setEscapeProcessing (boolean enable)
          이 RowSet 객체의 이스케이프의 처리를 온 또는 오프로 설정합니다.
 void RowSet. setFloat (int parameterIndex, float x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java float 치로 설정합니다.
 void RowSet. setFloat (String  parameterName, float x)
          지정된 파라미터가 지정된 Java 의 float 치로 설정합니다.
 void RowSet. setInt (int parameterIndex, int x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java int 치로 설정합니다.
 void RowSet. setInt (String  parameterName, int x)
          지정된 파라미터가 지정된 Java 의 int 치로 설정합니다.
 void CommonDataSource. setLoginTimeout (int seconds)
          데이타베이스에의 접속 시행중에, 이 데이터 소스가 대기하는 최장 시간 (초)을 지정합니다.
 void CommonDataSource. setLogWriter (PrintWriter  out)
          이 DataSource 객체의 로그 라이터를 java.io.PrintWriter 객체로 설정합니다.
 void RowSet. setLong (int parameterIndex, long x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java long 치로 설정합니다.
 void RowSet. setLong (String  parameterName, long x)
          지정된 파라미터가 지정된 Java 의 long 치로 설정합니다.
 void RowSet. setMaxFieldSize (int max)
          렬치에 반환되는 최대 바이트수를, 지정된 바이트수로 설정합니다.
 void RowSet. setMaxRows (int max)
          데이타베이스 액세스 에러가 발생했을 경우 이 RowSet 객체에 포함할 수 있는 최대의 행수를, 지정한 값으로 설정합니다.
 void RowSetInternal. setMetaData (RowSetMetaData  md)
          지정한 RowSetMetaData 객체를, 이 RowSet 객체의 RowSetMetaData 객체로서 설정합니다.
 void RowSet. setNCharacterStream (int parameterIndex, Reader  value)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를,Reader 객체로 설정합니다.
 void RowSet. setNCharacterStream (int parameterIndex, Reader  value, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setNCharacterStream (String  parameterName, Reader  value)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setNCharacterStream (String  parameterName, Reader  value, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setNClob (int parameterIndex, NClob  value)
          지정된 파라미터를 java.sql.NClob 객체로 설정합니다.
 void RowSet. setNClob (int parameterIndex, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setNClob (int parameterIndex, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setNClob (String  parameterName, NClob  value)
          지정된 파라미터를 java.sql.NClob 객체로 설정합니다.
 void RowSet. setNClob (String  parameterName, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setNClob (String  parameterName, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSet. setNString (int parameterIndex, String  value)
          지정된 파라미터를, 지정된 Java 의 String 객체로 설정합니다.
 void RowSet. setNString (String  parameterName, String  value)
          지정된 파라미터를, 지정된 Java 의 String 객체로 설정합니다.
 void RowSet. setNull (int parameterIndex, int sqlType)
          이 RowSet 객체의, 지정한 SQL 커멘드의 파라미터를, SQL NULL 로 설정합니다.
 void RowSet. setNull (int paramIndex, int sqlType, String  typeName)
          이 RowSet 객체의, 지정한 SQL 커멘드의 파라미터를, SQL NULL 로 설정합니다.
 void RowSet. setNull (String  parameterName, int sqlType)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void RowSet. setNull (String  parameterName, int sqlType, String  typeName)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void RowSetMetaData. setNullable (int columnIndex, int property)
          지정한 열의 값을 NULL 로 설정할 수 있을지 어떨지를 설정합니다.
 void RowSet. setObject (int parameterIndex, Object  x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java Object 로 설정합니다.
 void RowSet. setObject (int parameterIndex, Object  x, int targetSqlType)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java Object 로 설정합니다.
 void RowSet. setObject (int parameterIndex, Object  x, int targetSqlType, int scaleOrLength)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java Object 로 설정합니다.
 void RowSet. setObject (String  parameterName, Object  x)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void RowSet. setObject (String  parameterName, Object  x, int targetSqlType)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void RowSet. setObject (String  parameterName, Object  x, int targetSqlType, int scale)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void RowSet. setPassword (String  password)
          이 RowSet 객체의 데이타베이스 패스워드를, 지정한 String 로 설정합니다.
 void RowSetMetaData. setPrecision (int columnIndex, int precision)
          지정된 열의 10 진자리수를, 지정된 int 로 설정합니다.
 void RowSet. setQueryTimeout (int seconds)
          데이타베이스 액세스 에러가 발생했을 경우 드라이버가 문장의 실행을 기다리는 최대 시간을, 지정한 초수로 설정합니다.
 void RowSet. setReadOnly (boolean value)
          이 RowSet 객체가 읽어내 전용인가 어떤가를, 지정한 boolean 로 설정합니다.
 void RowSet. setRef (int i, Ref  x)
          이 RowSet 객체의 커멘드로 지정한 파라미터를, 지정한 Java Ref 치로 설정합니다.
 void RowSet. setRowId (int parameterIndex, RowId  x)
          지정된 파라미터를, 지정된 java.sql.RowId 객체로 설정합니다.
 void RowSet. setRowId (String  parameterName, RowId  x)
          지정된 파라미터를, 지정된 java.sql.RowId 객체로 설정합니다.
 void RowSetMetaData. setScale (int columnIndex, int scale)
          지정된 열의 소수점 이하의 자리수를, 지정된 int 로 설정합니다.
 void RowSetMetaData. setSchemaName (int columnIndex, String  schemaName)
          지정한 열의 테이블 schema의 이름을, 지정된 String 로 설정합니다 (존재하는 경우).
 void RowSetMetaData. setSearchable (int columnIndex, boolean property)
          지정된 열을 where 절로 사용할 수 있을지 어떨지를 설정합니다.
 void RowSet. setShort (int parameterIndex, short x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java short 치로 설정합니다.
 void RowSet. setShort (String  parameterName, short x)
          지정된 파라미터가 지정된 Java 의 short 치로 설정합니다.
 void RowSetMetaData. setSigned (int columnIndex, boolean property)
          지정한 열이 부호 첨부수일지 어떨지를 설정합니다.
 void RowSet. setSQLXML (int parameterIndex, SQLXML  xmlObject)
          지정된 파라미터를, 지정된 java.sql.SQLXML 객체로 설정합니다.
 void RowSet. setSQLXML (String  parameterName, SQLXML  xmlObject)
          지정된 파라미터를, 지정된 java.sql.SQLXML 객체로 설정합니다.
 void RowSet. setString (int parameterIndex, String  x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 Java String 치로 설정합니다.
 void RowSet. setString (String  parameterName, String  x)
          지정된 파라미터가 지정된 Java 의 String 치로 설정합니다.
 void RowSetMetaData. setTableName (int columnIndex, String  tableName)
          지정한 열의 테이블명을, 지정된 String 로 설정합니다 (존재하는 경우).
 void RowSet. setTime (int parameterIndex, Time  x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.sql.Time 치로 설정합니다.
 void RowSet. setTime (int parameterIndex, Time  x, Calendar  cal)
          이 RowSet 객체의 커멘드로 지정한 파라미터를, 지정한 java.sql.Time 치로 설정합니다.
 void RowSet. setTime (String  parameterName, Time  x)
          지정된 파라미터를, 지정된 java.sql.Time 치로 설정합니다.
 void RowSet. setTime (String  parameterName, Time  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Time 치로 설정합니다.
 void RowSet. setTimestamp (int parameterIndex, Timestamp  x)
          이 RowSet 객체의 커멘드내의 지정한 파라미터를, 지정한 java.sql.Timestamp 치로 설정합니다.
 void RowSet. setTimestamp (int parameterIndex, Timestamp  x, Calendar  cal)
          이 RowSet 객체의 커멘드로 지정한 파라미터를, 지정한 java.sql.Timestamp 치로 설정합니다.
 void RowSet. setTimestamp (String  parameterName, Timestamp  x)
          지정된 파라미터를, 지정된 java.sql.Timestamp 치로 설정합니다.
 void RowSet. setTimestamp (String  parameterName, Timestamp  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Timestamp 치로 설정합니다.
 void RowSet. setTransactionIsolation (int level)
          이 RowSet 객체의 트랜잭션(transaction) 차단 레벨을 설정합니다.
 void RowSet. setType (int type)
          이 RowSet 객체의 형태를, 지정한 형태로 설정합니다.
 void RowSet. setTypeMap (Map <String ,Class <? >> map)
          지정한 java.util.Map 객체를, 이 RowSet 객체의 디폴트형 맵으로서 인스톨 합니다.
 void RowSet. setURL (int parameterIndex, URL  x)
          지정된 파라미터가 지정된 java.net.URL 치로 설정합니다.
 void RowSet. setUrl (String  url)
          이 RowSet 객체가 DriverManager 를 사용해 접속을 작성할 경우에 사용하는 URL 를 설정합니다.
 void RowSet. setUsername (String  name)
          이 RowSet 객체의 username 프로퍼티을, 지정한 String 로 설정합니다.
 boolean RowSetWriter. writeData (RowSetInternal  caller)
          RowSetWriter 객체의 행 세트에 가세한 변경을, 데이터를 취득한 장소로부터 데이터 소스에 써 되돌립니다.
 

SQLException 형의 파라미터를 가지는 javax.sql 의 생성자
ConnectionEvent (PooledConnection  con, SQLException  ex)
          지정한 PooledConnection 객체와 SQLException 객체에 의해 초기화된 ConnectionEvent 객체를 구축합니다.
StatementEvent (PooledConnection  con, PreparedStatement  statement, SQLException  exception)
          지정된 PooledConnection,PreparedStatement, 및 SQLException 를 가지는 StatementEvent 를 구축합니다.
 

javax.sql.rowset 에서의 SQLException 의 사용
 

javax.sql.rowset 에서의 SQLException 의 서브 클래스
 class RowSetWarning
          RowSet 객체로 설정된 데이타베이스 경고에 관한 정보를 제공하는 SQLException 의 확장입니다.
 

SQLException 를 throw 하는 javax.sql.rowset 의 메소드
 void JoinRowSet. addRowSet (Joinable  rowset)
          지정된 RowSet 객체를 이 JoinRowSet 객체에 추가합니다.
 void JoinRowSet. addRowSet (RowSet [] rowset, int[] columnIdx)
          지정된 RowSet 객체의 배열에 포함되는 1 개(살) 이상의 RowSet 객체를 이 JoinRowSet 객체에 추가해, 각 RowSet 객체의 일치열이 지정된 열인덱스의 배열내의 일치열로 설정합니다.
 void JoinRowSet. addRowSet (RowSet [] rowset, String [] columnName)
          지정된 RowSet 객체의 배열에 포함되는 1 개(살) 이상의 RowSet 객체를 이 JoinRowSet 객체에 추가해, 각 RowSet 객체의 일치열이 지정된 렬명의 배열내의 일치열로 설정합니다.
 void JoinRowSet. addRowSet (RowSet  rowset, int columnIdx)
          지정된 RowSet 객체를 이 JoinRowSet 객체에 추가해, 지정된 열을 RowSet 객체의 일치열로서 설정합니다.
 void JoinRowSet. addRowSet (RowSet  rowset, String  columnName)
          rowset 를 이 JoinRowSet 객체에 추가해, 지정된 열을 일치열로 설정합니다.
 void BaseRowSet. clearParameters ()
          이 RowSet 객체의 커멘드의 실행시로 설정되는 파라미터의 내부 표현에 포함되는, 현재의 파라미터치를 모두 소거합니다.
 boolean CachedRowSet. columnUpdated (int idx)
          이 CachedRowSet 객체의 현재의 은행내의 지정된 열이 갱신되었는지의 여부를 나타냅니다.
 boolean CachedRowSet. columnUpdated (String  columnName)
          이 CachedRowSet 객체의 현재의 은행내의 지정된 열이 갱신되었는지의 여부를 나타냅니다.
 void JdbcRowSet. commit ()
          JdbcRowSet 에는,ResultSetConnection 객체인가, 생성자 에게 건네지는 JDBC 프로퍼티이 포함됩니다.
 void CachedRowSet. commit ()
          CachedRowSet 객체의 SyncProvider 에는,ResultSetConnection 객체인가, 생성자 에게 건네지는 JDBC 프로퍼티이 포함됩니다.
 CachedRowSet CachedRowSet. createCopy ()
          이 CachedRowSet 객체의 데이터의 딥 카피인 RowSet 객체를 작성합니다.
 CachedRowSet CachedRowSet. createCopyNoConstraints ()
          이 CachedRowSet 객체의 딥 카피이지만, 독립하고 있는 CachedRowSet 객체를 작성합니다.
 CachedRowSet CachedRowSet. createCopySchema ()
          이 CachedRowSet 객체의 빈 상태(empty)의 카피인 CachedRowSet 객체를 작성합니다.
 RowSet CachedRowSet. createShared ()
          이 CachedRowSet 객체와 같은 데이터에 의해, 백업 된 새로운 RowSet 객체를 돌려줍니다.
 boolean Predicate. evaluate (Object  value, int column)
          이 메소드는, 값이 setFilter() 메소드를 사용해 설정된 필터링 기준 (복수의 제약이 존재하는 경우는 복수의 기준) 내에 들어가고 있는지 어떤지를 체크하기 위해서,FilteredRowSet 객체에 의해 불려 갑니다.
 boolean Predicate. evaluate (Object  value, String  columnName)
          이 메소드는, 값이 setFileter 메소드를 사용해 설정된 필터링 기준내에 들어가고 있는지 어떤지를 체크하기 위해서 FilteredRowSet 객체에 의해 불려 갑니다.
 void CachedRowSet. execute (Connection  conn)
          데이터 소스가 되는 결과 세트를 생성하기 위한 지정의 접속을 사용해, 이 CachedRowSet 객체에 데이터를 읽어들입니다.
 boolean JdbcRowSet. getAutoCommit ()
          JdbcRowSet 에는, 원의 ResultSetConnection 객체인가, 거기에 건네받는 JDBC 프로퍼티이 포함됩니다.
 String RowSetMetaDataImpl. getCatalogName (int columnIndex)
          지정된 렬내의 값의 파생원인 표의 카탈로그명을 가져옵니다.
 String RowSetMetaDataImpl. getColumnClassName (int columnIndex)
          지정된 렬내의 값을 맵 하는 Java 프로그램 언어의 클래스의 완전 수식명을 가져옵니다.
 int RowSetMetaDataImpl. getColumnCount ()
          이 RowSetMetaDataImpl 객체를 작성한 RowSet 객체내의 렬수를 가져옵니다.
 int RowSetMetaDataImpl. getColumnDisplaySize (int columnIndex)
          지정된 열의 일반적으로의 최대폭을 나타내는 문자수를 가져옵니다.
 String RowSetMetaDataImpl. getColumnLabel (int columnIndex)
          인쇄나 표시에 사용되는, 지정된 열의 추천열타이틀을 가져옵니다.
 String RowSetMetaDataImpl. getColumnName (int columnIndex)
          지정된 열의 이름을 가져옵니다.
 int RowSetMetaDataImpl. getColumnType (int columnIndex)
          지정된 열에 포함된 값의 SQL 형의 형태 코드 (java.sql.Types 정수의 1 개)를 가져옵니다.
 String RowSetMetaDataImpl. getColumnTypeName (int columnIndex)
          지정된 렬내에 포함된 값의 DBMS 고유의 형명을 가져옵니다.
 int BaseRowSet. getConcurrency ()
          이 RowSet 객체의 병행성을 돌려줍니다.
 boolean BaseRowSet. getEscapeProcessing ()
          이 RowSet 객체로 이스케이프 처리가 유효하게 되어 있는지 어떤지를 확인합니다.
 int BaseRowSet. getFetchDirection ()
          이 RowSet 객체의 현재의 페치 방향의 설정을 가져옵니다.
 int BaseRowSet. getFetchSize ()
          이 RowSet 객체의 페치 사이즈를 돌려줍니다.
 int JoinRowSet. getJoinType ()
          이 JoinRowSet 인스턴스를 관리하는 SQL JOIN 형을 기술하는 int 를 돌려줍니다.
 int[] CachedRowSet. getKeyColumns ()
          이 CachedRowSet 객체의 행을 일의에 식별하는 키를 구성하는 열을 나타내는 1개이상의 열번호를 포함하는 배열을 돌려줍니다.
 int[] Joinable. getMatchColumnIndexes ()
          setMatchColumn(int[] columnIdxes) 메소드를 사용해, 이 RowSet 객체로 설정된 일치열의 인덱스를 가져옵니다.
 String [] Joinable. getMatchColumnNames ()
          setMatchColumn(String [] columnNames) 메소드를 사용해, 이 RowSet 객체로 설정된 일치열의 이름을 가져옵니다.
 int BaseRowSet. getMaxFieldSize ()
          이 RowSet 객체내의 열의 값으로 해서 사용 가능한 최대 바이트수를 가져옵니다.
 int BaseRowSet. getMaxRows ()
          이 RowSet 객체에 포함할 수 있는 최대행수를 가져옵니다.
 ResultSet CachedRowSet. getOriginal ()
          이 CachedRowSet 객체의 원의 값을 포함하는 ResultSet 객체를 돌려줍니다.
 ResultSet CachedRowSet. getOriginalRow ()
          이 CachedRowSet 객체의 현재의 행만의 원의 값을 포함하는 ResultSet 객체를 돌려줍니다.
 Object [] BaseRowSet. getParams ()
          이 RowSet 객체의 커멘드로 설정된 파라미터치 (객체와 프리미티브(primitive))를 포함한 배열을 취득해, 모든 파라미터가 설정되어 있지 않은 경우는 SQLException 객체를 throw 합니다.
 int RowSetMetaDataImpl. getPrecision (int columnIndex)
          지정된 렬내에 포함된 값의 합계 자리수를 가져옵니다.
 int BaseRowSet. getQueryTimeout ()
          드라이버가 쿼리의 실행을 기다리는 최대초수를 가져옵니다.
 String [] JoinRowSet. getRowSetNames ()
          이 JoinRowSet 객체에 추가된 RowSet 객체의 이름을 포함한 String 배열을 돌려줍니다.
 Collection <? > JoinRowSet. getRowSets ()
          이 JoinRowSet 객체에 추가된 RowSet 객체를 포함한 Collection 객체를 돌려줍니다.
 RowSetWarning JdbcRowSet. getRowSetWarnings ()
          이 JdbcRowSet 객체상의 호출에 의해 보고된 최초의 경고를 가져옵니다.
 RowSetWarning CachedRowSet. getRowSetWarnings ()
          이 RowSet 객체에 관한 호출에 의해 보고되는 최초의 경고를 돌려줍니다.
 int RowSetMetaDataImpl. getScale (int columnIndex)
          지정된 렬내에 포함된 값의 소수점 이하의 자리수를 가져옵니다.
 String RowSetMetaDataImpl. getSchemaName (int columnIndex)
          지정된 열의 값의 파생원인 표의 schema명을 가져옵니다.
 boolean JdbcRowSet. getShowDeleted ()
          삭제 마크를 붙일 수 있었던 행을 현재의 행과 함께 표시할지 어떨지를 나타내는 boolean 를 가져옵니다.
 boolean CachedRowSet. getShowDeleted ()
          삭제 마크를 붙일 수 있었던 행을 현재의 행 세트내에 표시할지 어떨지를 나타내는 boolean 를 가져옵니다.
 boolean BaseRowSet. getShowDeleted ()
          삭제 마크를 붙일 수 있었던 행을 현재의 행과 함께 표시할지 어떨지를 나타내는 boolean 를 가져옵니다.
 SyncProvider CachedRowSet. getSyncProvider ()
          이 CachedRowSet 객체의 SyncProvider 구현을 가져옵니다.
 String CachedRowSet. getTableName ()
          이 CachedRowSet 객체의 작성에 사용된 객체 (테이블)의 식별자를 돌려줍니다.
 String RowSetMetaDataImpl. getTableName (int columnIndex)
          지정된 렬내의 값의 파생원인 표의 이름을 가져옵니다.
 int BaseRowSet. getType ()
          이 RowSet 객체의 형태를 돌려줍니다.
 String BaseRowSet. getUrl ()
          JDBC 테크놀러지를 사용 가능한 드라이버를 사용해, 이 RowSet 객체의 javax.sql.Reader 객체가 RDB와의 접속을 작성하기 위해서 사용하는 JDBC URL 를 가져옵니다.
 String JoinRowSet. getWhereClause ()
          JoinRowSet 객체로 사용되는, SQL 에 자주(잘) 닮은 WHERE 절의 기술을 돌려줍니다.
 boolean RowSetMetaDataImpl. isAutoIncrement (int columnIndex)
          지정된 열에 포함된 값에 자동적으로 번호를 붙일 수 있을지 어떨지, 즉 이 값이 읽어내 전용일지 어떨지를 확인합니다.
 boolean RowSetMetaDataImpl. isCaseSensitive (int columnIndex)
          지정된 열의 이름의 대문자와 소문자가 구별될지 어떨지를 나타냅니다.
 boolean RowSetMetaDataImpl. isCurrency (int columnIndex)
          지정된 열에 포함된 값이 캐쉬치인가 어떤가를 나타냅니다.
 boolean RowSetMetaDataImpl. isDefinitelyWritable (int columnIndex)
          지정된 열에 대한 기입 조작이 반드시 성공할지 어떨지를 나타냅니다.
 int RowSetMetaDataImpl. isNullable (int columnIndex)
          지정된 열에 NULL 치를 포함할 수 있을지 어떨지를 나타내는 정수를 가져옵니다.
 boolean RowSetMetaDataImpl. isReadOnly (int columnIndex)
          지정된 열이 절대적으로 기입해 가능하지 않은지 어떤지 (읽기 전용일지 어떨지)를 나타냅니다.
 boolean RowSetMetaDataImpl. isSearchable (int columnIndex)
          지정된 열에 포함된 값을 WHERE 절로 사용할 수 있을지 어떨지를 나타냅니다.
 boolean RowSetMetaDataImpl. isSigned (int columnIndex)
          지정된 열에 포함된 값이 부호 첨부의 수인가 어떤가를 나타냅니다.
 boolean RowSetMetaDataImpl. isWrapperFor (Class <? > interfaces)
          이것이, 지정된 인터페이스를 구현하고 있는 경우나, 그러한 객체의 직접적 또는 간접적인 래퍼인 경우는, true 를 돌려줍니다.
 boolean RowSetMetaDataImpl. isWritable (int columnIndex)
          지정된 열에 대한 기입 조작이 성공할 가능성이 있을지 어떨지를 나타냅니다.
 boolean CachedRowSet. nextPage ()
          CachedRowSet 의 현재의 페이지를 증분 합니다.
protected  void BaseRowSet. notifyCursorMoved ()
          이 RowSet 객체에 등록되어 모든 청취자에게, 커서가 이동한 것을 통지합니다.
protected  void BaseRowSet. notifyRowChanged ()
          이 RowSet 객체에 등록되어 모든 청취자에게, 행이 변경된 것을 통지합니다.
protected  void BaseRowSet. notifyRowSetChanged ()
          이 RowSet 객체에 등록되어 모든 청취자에게, 컨텐츠 전체가 변경된 것을 통지합니다.
 void CachedRowSet. populate (ResultSet  data)
          이 CachedRowSet 객체로 지정된 ResultSet객체의 데이터를 읽어들입니다.
 void CachedRowSet. populate (ResultSet  rs, int startRow)
          이 CachedRowSet 객체로 지정된 ResultSet객체의 데이터를 읽어들입니다.
 boolean CachedRowSet. previousPage ()
          CachedRowSet 의 현재의 페이지를 감 분 합니다.
 void WebRowSet. readXml (InputStream  iStream)
          스트림 베이스의 XML 입력을 읽어들여,WebRowSet 객체를 생성합니다.
 void WebRowSet. readXml (Reader  reader)
          지정된 Reader 객체로부터, XML 형식에서 WebRowSet 객체를 읽어냅니다.
 void CachedRowSet. release ()
          이 CachedRowSet 객체의 현재의 컨텐츠를 해제해, 등록을 마친 모든 청취자에게 rowSetChanged 이벤트를 송신합니다.
 void CachedRowSet. restoreOriginal ()
          이 CachedRowSet 객체를 원의 값 (전회의 변경 세트의 전의 값)에 되돌립니다.
 void JdbcRowSet. rollback ()
          JdbcRowSet 에는, 원의 ResultSetConnection 객체인가, 거기에 건네받는 JDBC 프로퍼티이 포함됩니다.
 void CachedRowSet. rollback ()
          CachedRowSet 객체의 SyncProvider 에는, 원의 ResultSetConnection 객체인가, 거기에 건네받는 JDBC 프로퍼티이 포함됩니다.
 void JdbcRowSet. rollback (Savepoint  s)
          JdbcRowSet 에는, 원의 ResultSetConnection 객체인가, 거기에 건네받는 JDBC 프로퍼티이 포함됩니다.
 void CachedRowSet. rollback (Savepoint  s)
          CachedRowSet 객체의 SyncProvider 에는, 원의 ResultSetConnection 객체인가, 거기에 건네받는 JDBC 프로퍼티이 포함됩니다.
 void CachedRowSet. rowSetPopulated (RowSetEvent  event, int numRows)
          등록이 끝난 청취자에게, 지정된 RowSetEvent 객체내의 RowSet 객체가 다수의 추가행을 읽어들인 것을 통지합니다.
 void BaseRowSet. setArray (int parameterIndex, Array  array)
          지정된 파라미터를 Java 프로그램 언어의 Array 객체로 설정합니다.
 void BaseRowSet. setAsciiStream (int parameterIndex, InputStream  x)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void BaseRowSet. setAsciiStream (int parameterIndex, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 java.io.InputStream 객체로 설정합니다.
 void BaseRowSet. setAsciiStream (String  parameterName, InputStream  x)
          지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void BaseRowSet. setAsciiStream (String  parameterName, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void JdbcRowSet. setAutoCommit (boolean autoCommit)
          JdbcRowSet 에는, 원의 ResultSetConnection 객체인가, 거기에 건네받는 JDBC 프로퍼티이 포함됩니다.
 void RowSetMetaDataImpl. setAutoIncrement (int columnIndex, boolean property)
          지정된 열이 자동적으로 번호 붙이고 되어 읽기 전용으로서 다루어질지 어떨지를, 지정된 boolean 치로 설정합니다.
 void BaseRowSet. setBigDecimal (int parameterIndex, BigDecimal  x)
          지정된 파라미터를, 지정된 java.lang.BigDecimal 치로 설정합니다.
 void BaseRowSet. setBigDecimal (String  parameterName, BigDecimal  x)
          지정된 파라미터가 지정된 java.math.BigDecimal 치로 설정합니다.
 void BaseRowSet. setBinaryStream (int parameterIndex, InputStream  x)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void BaseRowSet. setBinaryStream (int parameterIndex, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 java.io.InputStream 객체로 설정합니다.
 void BaseRowSet. setBinaryStream (String  parameterName, InputStream  x)
          지정된 파라미터를, 지정된 입력 스트림로 설정합니다.
 void BaseRowSet. setBinaryStream (String  parameterName, InputStream  x, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 지정된 입력 스트림로 설정합니다.
 void BaseRowSet. setBlob (int parameterIndex, Blob  x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 Blob 객체로 설정합니다.
 void BaseRowSet. setBlob (int parameterIndex, InputStream  inputStream)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void BaseRowSet. setBlob (int parameterIndex, InputStream  inputStream, long length)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void BaseRowSet. setBlob (String  parameterName, Blob  x)
          지정된 파라미터를, 지정된 java.sql.Blob 객체로 설정합니다.
 void BaseRowSet. setBlob (String  parameterName, InputStream  inputStream)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void BaseRowSet. setBlob (String  parameterName, InputStream  inputStream, long length)
          지정된 파라미터를 InputStream 객체로 설정합니다.
 void BaseRowSet. setBoolean (int parameterIndex, boolean x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 boolean 로 설정합니다.
 void BaseRowSet. setBoolean (String  parameterName, boolean x)
          지정된 파라미터가 지정된 Java 의 boolean 치로 설정합니다.
 void BaseRowSet. setByte (int parameterIndex, byte x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 byte 치로 설정합니다.
 void BaseRowSet. setByte (String  parameterName, byte x)
          지정된 파라미터가 지정된 Java 의 byte 치로 설정합니다.
 void BaseRowSet. setBytes (int parameterIndex, byte[] x)
          지정된 파라미터를, 지정된 바이트 배열로 설정합니다.
 void BaseRowSet. setBytes (String  parameterName, byte[] x)
          지정된 파라미터가 지정된 Java 의 바이트 배열로 설정합니다.
 void RowSetMetaDataImpl. setCaseSensitive (int columnIndex, boolean property)
          지정된 열의 이름으로, 대문자와 소문자를 구별할지 어떨지를, 지정된 boolean 로 설정합니다.
 void RowSetMetaDataImpl. setCatalogName (int columnIndex, String  catalogName)
          지정된 열의 파생원인 표의 카탈로그명을 catalogName 로 설정합니다.
 void BaseRowSet. setCharacterStream (int parameterIndex, Reader  reader)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를, 지정된 Reader 객체로 설정합니다.
 void BaseRowSet. setCharacterStream (int parameterIndex, Reader  reader, int length)
          지정된 파라미터를, 지정된 바이트수를 가지는 java.io.Reader 객체로 설정합니다.
 void BaseRowSet. setCharacterStream (String  parameterName, Reader  reader)
          지정된 파라미터를, 지정된 Reader 객체로 설정합니다.
 void BaseRowSet. setCharacterStream (String  parameterName, Reader  reader, int length)
          지정된 파라미터를, 지정된 문자수인 지정된 Reader 객체로 설정합니다.
 void BaseRowSet. setClob (int parameterIndex, Clob  x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 Clob 객체로 설정합니다.
 void BaseRowSet. setClob (int parameterIndex, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setClob (int parameterIndex, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setClob (String  parameterName, Clob  x)
          지정된 파라미터를, 지정된 java.sql.Clob 객체로 설정합니다.
 void BaseRowSet. setClob (String  parameterName, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setClob (String  parameterName, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void RowSetMetaDataImpl. setColumnCount (int columnCount)
          이 RowSetMetaDataImpl 객체를 작성한 RowSet 객체내의 렬수를 설정합니다.
 void RowSetMetaDataImpl. setColumnDisplaySize (int columnIndex, int size)
          지정된 렬내의 표준의 최대 문자수를, 지정된 수치로 설정합니다.
 void RowSetMetaDataImpl. setColumnLabel (int columnIndex, String  label)
          인쇄와 표시에 사용하는 추천열라벨을 label 로 설정합니다 (존재하는 경우).
 void RowSetMetaDataImpl. setColumnName (int columnIndex, String  columnName)
          지정한 열의 이름으로 지정된 이름을 설정합니다.
 void RowSetMetaDataImpl. setColumnType (int columnIndex, int SQLType)
          지정된 렬내에 포함된 값의 SQL 형 코드를,java.sql.Types 클래스의 지정의 형태 코드로 설정합니다.
 void RowSetMetaDataImpl. setColumnTypeName (int columnIndex, String  typeName)
          지정된 렬내에 포함된 값의 데이터 소스에 의해 사용되는 형명을 설정합니다.
 void BaseRowSet. setCommand (String  cmd)
          이 RowSet 객체의 command 프로퍼티으로서 지정의 String 객체를 설정해, 파라미터가 있는 경우는, 이전의 커멘드용으로 설정된 것이므로 소거합니다.
 void BaseRowSet. setConcurrency (int concurrency)
          이 RowSet 객체의 병행성이 지정된 병행성으로 설정합니다.
 void RowSetMetaDataImpl. setCurrency (int columnIndex, boolean property)
          지정된 열에 포함된 값이 캐쉬치일지 어떨지를, 지정된 boolean 로 설정합니다.
 void BaseRowSet. setDataSourceName (String  name)
          이 RowSet 객체의 DataSource name 프로퍼티으로서 지정의 논리명을 설정해, 이 RowSet 객체의 Url 프로퍼티을 null 로 설정합니다.
 void BaseRowSet. setDate (int parameterIndex, Date  x)
          지정된 파라미터를, 지정된 java.sql.Date 치로 설정합니다.
 void BaseRowSet. setDate (int parameterIndex, Date  x, Calendar  cal)
          지정된 파라미터를, 지정된 java.sql.Date 객체로 설정합니다.
 void BaseRowSet. setDate (String  parameterName, Date  x)
          어플리케이션을 실행하고 있는 가상 머신의 디폴트의 타임 존을 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void BaseRowSet. setDate (String  parameterName, Date  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Date 치로 설정합니다.
 void BaseRowSet. setDouble (int parameterIndex, double x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 double 치로 설정합니다.
 void BaseRowSet. setDouble (String  parameterName, double x)
          지정된 파라미터가 지정된 Java 의 double 치로 설정합니다.
 void BaseRowSet. setEscapeProcessing (boolean enable)
          데이타베이스에 SQL 문을 송신하기 전에, 드라이버가 이스케이프 구문을 스캔 해 이스케이프 치환을 실시할지 어떨지를 나타내는 지정의 boolean 로 설정합니다.
 void BaseRowSet. setFetchDirection (int direction)
          이 RowSet 객체내의 행이 처리될 방향에 대해, 드라이버에 퍼포먼스 힌트를 줍니다.
 void BaseRowSet. setFetchSize (int rows)
          이 RowSet 객체의 페치 사이즈로서 지정의 행수를 설정합니다.
 void FilteredRowSet. setFilter (Predicate  p)
          이 FilteredRowSet 객체에, 지정된 프레디케이트객체를 적용합니다.
 void BaseRowSet. setFloat (int parameterIndex, float x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 float 치로 설정합니다.
 void BaseRowSet. setFloat (String  parameterName, float x)
          지정된 파라미터가 지정된 Java 의 float 치로 설정합니다.
 void BaseRowSet. setInt (int parameterIndex, int x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 int 치로 설정합니다.
 void BaseRowSet. setInt (String  parameterName, int x)
          지정된 파라미터가 지정된 Java 의 int 치로 설정합니다.
 void JoinRowSet. setJoinType (int joinType)
          어플리케이션에, JoinRowSet 객체 인스턴스내의 겉(표)에 적용되는 JOIN 의 형태의 조정을 허가합니다.
 void CachedRowSet. setKeyColumns (int[] keys)
          이 CachedRowSet 객체의 keyCols 필드에, 지정된 열번호의 배열 (이 CachedRowSet 객체내의 행을 일의에 식별하는 키를 구성한다)을 설정합니다.
 void BaseRowSet. setLong (int parameterIndex, long x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 long 치로 설정합니다.
 void BaseRowSet. setLong (String  parameterName, long x)
          지정된 파라미터가 지정된 Java 의 long 치로 설정합니다.
 void Joinable. setMatchColumn (int columnIdx)
          지정된 열을 이 RowSet 객체의 일치열로서 설정합니다.
 void Joinable. setMatchColumn (int[] columnIdxes)
          지정된 열을 이 RowSet 객체의 일치열로서 설정합니다.
 void Joinable. setMatchColumn (String  columnName)
          지정된 열을 이 RowSet 객체의 일치열로서 설정합니다.
 void Joinable. setMatchColumn (String [] columnNames)
          지정된 열을 이 RowSet 객체의 일치열로서 설정합니다.
 void BaseRowSet. setMaxFieldSize (int max)
          이 RowSet 객체내의 열의 값으로 해서 사용 가능한 최대 바이트수를 설정합니다.
 void BaseRowSet. setMaxRows (int max)
          이 RowSet 객체에 포함할 수 있는 최대의 행수를, 지정한 값으로 설정합니다.
 void CachedRowSet. setMetaData (RowSetMetaData  md)
          지정된 RowSetMetaData객체를 사용해,CachedRowSet 객체의 메타데이타를 설정합니다.
 void BaseRowSet. setNCharacterStream (int parameterIndex, Reader  value)
          이 RowSet 객체의 커멘드내의 지정된 파라미터를,Reader 객체로 설정합니다.
 void BaseRowSet. setNCharacterStream (int parameterIndex, Reader  value, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setNCharacterStream (String  parameterName, Reader  value)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setNCharacterStream (String  parameterName, Reader  value, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setNClob (int parameterIndex, NClob  value)
          지정된 파라미터를 java.sql.NClob 객체로 설정합니다.
 void BaseRowSet. setNClob (int parameterIndex, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setNClob (int parameterIndex, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setNClob (String  parameterName, NClob  value)
          지정된 파라미터를 java.sql.NClob 객체로 설정합니다.
 void BaseRowSet. setNClob (String  parameterName, Reader  reader)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setNClob (String  parameterName, Reader  reader, long length)
          지정된 파라미터를 Reader 객체로 설정합니다.
 void BaseRowSet. setNString (int parameterIndex, String  value)
          지정된 파라미터를, 지정된 Java 의 String 객체로 설정합니다.
 void BaseRowSet. setNString (String  parameterName, String  value)
          지정된 파라미터를, 지정된 Java 의 String 객체로 설정합니다.
 void BaseRowSet. setNull (int parameterIndex, int sqlType)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void BaseRowSet. setNull (int parameterIndex, int sqlType, String  typeName)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void BaseRowSet. setNull (String  parameterName, int sqlType)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void BaseRowSet. setNull (String  parameterName, int sqlType, String  typeName)
          지정된 파라미터를 SQL NULL 로 설정합니다.
 void RowSetMetaDataImpl. setNullable (int columnIndex, int property)
          지정된 열에 포함된 값을 NULL 로 설정할 수 있을지 어떨지를,ResultSetMetaData 인터페이스의 지정된 정수로 설정합니다.
 void BaseRowSet. setObject (int parameterIndex, Object  x)
          지정된 파라미터를 Java 프로그램 언어의 Object 로 설정합니다.
 void BaseRowSet. setObject (int parameterIndex, Object  x, int targetSqlType)
          지정된 파라미터의 값을, 지정된 Object 치로 설정합니다.
 void BaseRowSet. setObject (int parameterIndex, Object  x, int targetSqlType, int scale)
          지정된 파라미터를 Java 프로그램 언어의 Object 로 설정합니다.
 void BaseRowSet. setObject (String  parameterName, Object  x)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void BaseRowSet. setObject (String  parameterName, Object  x, int targetSqlType)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void BaseRowSet. setObject (String  parameterName, Object  x, int targetSqlType, int scale)
          지정된 파라미터의 값을, 지정된 객체로 설정합니다.
 void CachedRowSet. setOriginalRow ()
          이 CachedRowSet 객체의 현재의 행을 원의 행으로서 설정합니다.
 void CachedRowSet. setPageSize (int size)
          CachedRowSet 객체의 페이지 사이즈를 설정합니다.
 void RowSetMetaDataImpl. setPrecision (int columnIndex, int precision)
          지정된 열에 포함된 값의 10 진수의 합계수를 설정합니다.
 void BaseRowSet. setQueryTimeout (int seconds)
          드라이버가 쿼리의 실행을 기다리는 최대초수를 설정합니다.
 void BaseRowSet. setRef (int parameterIndex, Ref  ref)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 Ref 객체로 설정합니다.
 void BaseRowSet. setRowId (int parameterIndex, RowId  x)
          지정된 파라미터를, 지정된 java.sql.RowId 객체로 설정합니다.
 void BaseRowSet. setRowId (String  parameterName, RowId  x)
          지정된 파라미터를, 지정된 java.sql.RowId 객체로 설정합니다.
 void RowSetMetaDataImpl. setScale (int columnIndex, int scale)
          지정된 열에 포함된 값의 소수점 이하의 자리수를 설정합니다.
 void RowSetMetaDataImpl. setSchemaName (int columnIndex, String  schemaName)
          지정된 열의 겉(표)의 schema명을 schemaName 로 설정합니다 (존재하는 경우).
 void RowSetMetaDataImpl. setSearchable (int columnIndex, boolean property)
          지정된 렬내에 포함된 값을 WHERE 절내에서 사용할 수 있을지 어떨지를, 지정된 boolean 치로 설정합니다.
 void BaseRowSet. setShort (int parameterIndex, short x)
          지정된 파라미터를, 지정된 Java 프로그램 언어의 short 치로 설정합니다.
 void BaseRowSet. setShort (String  parameterName, short x)
          지정된 파라미터가 지정된 Java 의 short 치로 설정합니다.
 void JdbcRowSet. setShowDeleted (boolean b)
          showDeleted 프로퍼티에, 지정된 boolean 치를 설정합니다.
 void CachedRowSet. setShowDeleted (boolean b)
          showDeleted 프로퍼티으로서 삭제 마크 첨부의 행을 현재의 행 세트내에 표시할지 어떨지를 지정하는 boolean 를 설정합니다.
 void BaseRowSet. setShowDeleted (boolean value)
          showDeleted 프로퍼티으로서 삭제 마크 첨부의 행을 현재의 행과 함께 표시할지 어떨지를 지정하는 boolean 를 설정합니다.
 void RowSetMetaDataImpl. setSigned (int columnIndex, boolean property)
          지정된 열에 포함된 값이 부호 첨부의 수일지 어떨지를, 지정된 boolean 로 설정합니다.
 void BaseRowSet. setSQLXML (int parameterIndex, SQLXML  xmlObject)
          지정된 파라미터를, 지정된 java.sql.SQLXML 객체로 설정합니다.
 void BaseRowSet. setSQLXML (String  parameterName, SQLXML  xmlObject)
          지정된 파라미터를, 지정된 java.sql.SQLXML 객체로 설정합니다.
 void BaseRowSet. setString (int parameterIndex, String  x)
          지정된 파라미터를, 지정된 Java 의 String 치로 설정합니다.
 void BaseRowSet. setString (String  parameterName, String  x)
          지정된 파라미터가 지정된 Java 의 String 치로 설정합니다.
 void CachedRowSet. setSyncProvider (String  provider)
          이 CachedRowSet 객체의 SyncProvider 객체로 지정한 객체를 설정합니다.
 void RowSetMetaDataImpl. setTableName (int columnIndex, String  tableName)
          지정된 열의 파생원인 표의 이름을 설정합니다.
 void CachedRowSet. setTableName (String  tabName)
          이 CachedRowSet 객체의 파생원의 테이블의 식별자를, 지정의 테이블명으로 설정합니다.
 void BaseRowSet. setTime (int parameterIndex, Time  x)
          지정된 파라미터를, 지정된 java.sql.Time 치로 설정합니다.
 void BaseRowSet. setTime (int parameterIndex, Time  x, Calendar  cal)
          지정된 파라미터를, 지정된 java.sql.Time 객체로 설정합니다.
 void BaseRowSet. setTime (String  parameterName, Time  x)
          지정된 파라미터를, 지정된 java.sql.Time 치로 설정합니다.
 void BaseRowSet. setTime (String  parameterName, Time  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Time 치로 설정합니다.
 void BaseRowSet. setTimestamp (int parameterIndex, Timestamp  x)
          지정된 파라미터를, 지정된 java.sql.Timestamp 치로 설정합니다.
 void BaseRowSet. setTimestamp (int parameterIndex, Timestamp  x, Calendar  cal)
          지정된 파라미터를, 지정된 java.sql.Timestamp 객체로 설정합니다.
 void BaseRowSet. setTimestamp (String  parameterName, Timestamp  x)
          지정된 파라미터를, 지정된 java.sql.Timestamp 치로 설정합니다.
 void BaseRowSet. setTimestamp (String  parameterName, Timestamp  x, Calendar  cal)
          지정된 Calendar 객체를 사용해, 지정된 파라미터가 지정된 java.sql.Timestamp 치로 설정합니다.
 void BaseRowSet. setTransactionIsolation (int level)
          이 JDBC RowSet 객체의 트랜잭션(transaction) 차단 프로퍼티으로서 지정의 정수를 설정합니다.
 void BaseRowSet. setType (int type)
          이 RowSet 객체에 특정의 형태를 설정합니다.
 void BaseRowSet. setUnicodeStream (int parameterIndex, InputStream  x, int length)
          추천 되고 있지 않습니다.  대신에 getCharacterStream 를 사용해 주세요.
 void BaseRowSet. setURL (int parameterIndex, URL  x)
          지정된 파라미터가 지정된 java.net.URL 치로 설정합니다.
 void BaseRowSet. setUrl (String  url)
          이 RowSet 객체의 Url 프로퍼티으로서 지정의 String 객체를 설정해, dataSource name 프로퍼티을 null 로 설정합니다.
 CachedRowSet JoinRowSet. toCachedRowSet ()
          이 JoinRowSet 객체내의 데이터를 포함한 새로운 CachedRowSet 객체를 작성합니다.
 Collection <? > CachedRowSet. toCollection ()
          이 CachedRowSet 객체를, 이 CachedRowSet 객체의 모든 데이터를 포함하는 Collection 객체로 변환합니다.
 Collection <? > CachedRowSet. toCollection (int column)
          이 CachedRowSet 객체내의 지정된 열을 Collection 객체로 변환합니다.
 Collection <? > CachedRowSet. toCollection (String  column)
          이 CachedRowSet 객체내의 지정된 열을 Collection객체로 변환합니다.
 void CachedRowSet. undoDelete ()
          현재의 행의 삭제를 취소해, 청취자로 행이 변경된 것을 통지합니다.
 void CachedRowSet. undoInsert ()
          만약 행이 삽입된 상태이면,CachedRowSet 객체로부터 현재의 행을 즉시 삭제해, 청취자로 행이 변경된 것을 통지합니다.
 void CachedRowSet. undoUpdate ()
          만약 행이 변경되고 있으면, 전회의 갱신 조작을 즉시 바탕으로 되돌립니다.
 void Joinable. unsetMatchColumn (int columnIdx)
          이 RowSet 객체의 일치열로서 지정된 열의 설정을 해제합니다.
 void Joinable. unsetMatchColumn (int[] columnIdxes)
          이 RowSet 객체의 일치열로서 지정된 열의 설정을 해제합니다.
 void Joinable. unsetMatchColumn (String  columnName)
          이 RowSet 객체의 일치열로서 지정된 열의 설정을 해제합니다.
 void Joinable. unsetMatchColumn (String [] columnName)
          이 RowSet 객체의 일치열로서 지정된 열의 설정을 해제합니다.
<T> T
RowSetMetaDataImpl. unwrap (Class <T> iface)
          표준 이외의 메소드, 또는 프록시에 의해 공개되지 않는 표준 메소드에 액세스 할 수 있도록(듯이) 하기 위해서, 지정된 인터페이스를 구현하고 있는 객체를 돌려줍니다.
 void WebRowSet. writeXml (OutputStream  oStream)
          이 WebRowSet 객체의 데이터, 프로퍼티, 메타데이타가 지정된 OutputStream 객체에 XML 형식에서 기입합니다.
 void WebRowSet. writeXml (ResultSet  rs, OutputStream  oStream)
          지정된 ResultSet 객체의 컨텐츠로부터 이 WebRowSet 객체를 생성해, 그 데이터, 프로퍼티, 및 메타데이타가 지정된 OutputStream 객체에 XML 형식에서 기입합니다.
 void WebRowSet. writeXml (ResultSet  rs, Writer  writer)
          지정된 ResultSet 객체의 컨텐츠로부터 이 WebRowSet 객체를 생성해, 그 데이터, 프로퍼티, 및 메타데이타가 지정된 Writer 객체에 XML 형식에서 기입합니다.
 void WebRowSet. writeXml (Writer  writer)
          이 WebRowSet 객체의 데이터, 프로퍼티, 메타데이타가 지정된 Writer 객체에 XML 형식에서 기입합니다.
 

javax.sql.rowset.serial 에서의 SQLException 의 사용
 

javax.sql.rowset.serial 에서의 SQLException 의 서브 클래스
 class SerialException
          DATALINK 나 JAVAOBJECT 에 가세해,BLOB, CLOB, STRUCT, ARRAY 등의 SQL 형의 직렬화 또는 직렬화 복원시의 에러를 나타냅니다.
 

SQLException 를 throw 하는 javax.sql.rowset.serial 의 메소드
 void SerialClob. free ()
           
 void SerialBlob. free ()
          이 메소드는,Blob 객체를 해제해, 보관 유지되고 있는 자원을 해제합니다.
 void SerialArray. free ()
          이 메소드는,Array 객체를 해제해, 보관 유지되고 있는 자원을 해제합니다.
 InputStream SerialClob. getAsciiStream ()
          이 SerialClob 객체에 의해 지정된 CLOB 치를 ASCII 스트림로서 가져옵니다.
 InputStream SerialBlob. getBinaryStream (long pos, long length)
          Blob 치의 일부 (바이트 위치 pos 로부터 길이 length 바이트분 )를 포함한 InputStream 객체를 돌려줍니다.
 Reader SerialClob. getCharacterStream (long pos, long length)
           
 long SerialBlob. position (Blob  pattern, long start)
          이 SerialBlob 객체내에서, 지정의 Blob 객체가 개시되는 위치를 돌려줍니다.
 long SerialBlob. position (byte[] pattern, long start)
          이 SerialBlob 객체내에서, 지정된 바이트 패턴이 개시되는 위치를 돌려줍니다.
 long SerialClob. position (Clob  searchStr, long start)
          이 SerialClob 객체내에서, 지정의 Clob 시그니챠가 개시되는 위치를 돌려줍니다.
 long SerialClob. position (String  searchStr, long start)
          이 SerialClob 객체내에서, 지정의 String 객체가 개시되는 위치를 돌려줍니다.
 Array SQLInputImpl. readArray ()
          스트림로부터 SQL ARRAY 치를 읽어들여, 그 값을 Java 프로그램 언어의 Array 객체로서 돌려줍니다.
 InputStream SQLInputImpl. readAsciiStream ()
          이 SQLInputImpl 객체내의 다음의 속성을 ASCII 문자 스트림로서 가져옵니다.
 BigDecimal SQLInputImpl. readBigDecimal ()
          이 SQLInputImpl 객체내의 다음의 속성을 java.math.BigDecimal 로서 가져옵니다.
 InputStream SQLInputImpl. readBinaryStream ()
          이 SQLInputImpl 객체내의 다음의 속성을 미해석의 바이트 스트림로서 가져옵니다.
 Blob SQLInputImpl. readBlob ()
          이 SQLInputImpl 객체의 선두의 BLOB 치를 Java 프로그램 언어의 Blob 객체로서 가져옵니다.
 boolean SQLInputImpl. readBoolean ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 boolean 로서 가져옵니다.
 byte SQLInputImpl. readByte ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 byte 로서 가져옵니다.
 byte[] SQLInputImpl. readBytes ()
          이 SQLInputImpl 객체내의 다음의 속성을 바이트 배열로서 가져옵니다.
 Reader SQLInputImpl. readCharacterStream ()
          이 SQLInputImpl 객체내의 다음의 속성을 Unicode 문자 스트림로서 가져옵니다.
 Clob SQLInputImpl. readClob ()
          이 SQLInputImpl 객체의 선두의 CLOB 치를 Java 프로그램 언어의 Clob 객체로서 가져옵니다.
 Date SQLInputImpl. readDate ()
          이 SQLInputImpl 내의 다음의 속성을 java.sql.Date 객체로서 가져옵니다.
 double SQLInputImpl. readDouble ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 double 로서 가져옵니다.
 float SQLInputImpl. readFloat ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 float 로서 가져옵니다.
 int SQLInputImpl. readInt ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 int 로서 가져옵니다.
 long SQLInputImpl. readLong ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 long 로서 가져옵니다.
 NClob SQLInputImpl. readNClob ()
          스트림로부터 SQL NCLOB 치를 읽어들여, 그 값을 Java 프로그램 언어의 Clob 객체로서 돌려줍니다.
 String SQLInputImpl. readNString ()
          스트림내의 다음의 속성을 읽어들여, 그것을 Java 프로그램 언어의 String 로서 돌려줍니다.
 Object SQLInputImpl. readObject ()
          이 SQLInputImpl 객체의 선두의 값을 Java 프로그램 언어의 Object 로서 가져옵니다.
 Ref SQLInputImpl. readRef ()
          이 SQLInputImpl 객체의 선두의 값을 Java 프로그램 언어의 Ref 객체로서 가져옵니다.
 RowId SQLInputImpl. readRowId ()
          스트림로부터 SQL ROWID 치를 읽어들여, 그 값을 Java 프로그램 언어의 RowId 객체로서 돌려줍니다.
 short SQLInputImpl. readShort ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 short 로서 가져옵니다.
 SQLXML SQLInputImpl. readSQLXML ()
          스트림로부터 SQL XML 치를 읽어들여, 그 값을 Java 프로그램 언어의 SQLXML 객체로서 돌려줍니다.
 String SQLInputImpl. readString ()
          이 SQLInputImpl 객체내의 다음의 속성을 Java 프로그램 언어의 String 로서 가져옵니다.
 Time SQLInputImpl. readTime ()
          이 SQLInputImpl 객체내의 다음의 속성을 java.sql.Time 객체로서 가져옵니다.
 Timestamp SQLInputImpl. readTimestamp ()
          이 SQLInputImpl 객체내의 다음의 속성을 java.sql.Timestamp 객체로서 가져옵니다.
 URL SQLInputImpl. readURL ()
          스트림로부터 SQL DATALINK 치를 읽어들여, 그 값을 Java 프로그램 언어의 URL 객체로서 돌려줍니다.
 OutputStream SerialClob. setAsciiStream (long pos)
          이 SerialClob 객체가 나타내는 CLOB 치에 ASCII 문자의 기입해에 사용하는 스트림을 가져옵니다.
 OutputStream SerialBlob. setBinaryStream (long pos)
          이 BLOB 객체가 나타내는 Blob 치에의 기입해에 사용하는 스트림을 가져옵니다.
 int SerialBlob. setBytes (long pos, byte[] bytes)
          이 Blob 객체가 나타내는 BLOB 치에 지정된 바이트 배열을 pos 의 위치로부터 기입해, 기입해진 바이트수를 돌려줍니다.
 int SerialBlob. setBytes (long pos, byte[] bytes, int offset, int length)
          이 Blob 객체가 나타내는 BLOB 치에 지정된 byte 배열의 전부 또는 일부를 기입해, 기입해진 바이트수를 돌려줍니다.
 Writer SerialClob. setCharacterStream (long pos)
          이 SerialClob 객체가 나타내는 CLOB 치에의 Unicode 스트림의 기입해에 사용하는,pos 의 위치의 스트림을 가져옵니다.
 boolean SQLInputImpl. wasNull ()
          이 SQLInputImpl 객체로부터 마지막에 읽힌 값이 SQL NULL 화도인지를 확인합니다.
 void SQLOutputImpl. writeArray (Array  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 Array 객체를 기입합니다.
 void SQLOutputImpl. writeAsciiStream (InputStream  x)
          이 SQLOutputImpl 객체에 ASCII 문자 스트림을 기입합니다.
 void SQLOutputImpl. writeBigDecimal (BigDecimal  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 java.math.BigDecimal 객체를 기입합니다.
 void SQLOutputImpl. writeBinaryStream (InputStream  x)
          이 SQLOutputImpl 객체에 미해석의 바이트 스트림을 기입합니다.
 void SQLOutputImpl. writeBlob (Blob  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 Blob 객체를 기입합니다.
 void SQLOutputImpl. writeBoolean (boolean x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 boolean 를 기입합니다.
 void SQLOutputImpl. writeByte (byte x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 byte 를 기입합니다.
 void SQLOutputImpl. writeBytes (byte[] x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 bytes 의 배열을 기입합니다.
 void SQLOutputImpl. writeCharacterStream (Reader  x)
          이 SQLOutputImpl 객체에 Unicode 문자 스트림을 기입합니다.
 void SQLOutputImpl. writeClob (Clob  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 Clob 객체를 기입합니다.
 void SQLOutputImpl. writeDate (Date  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 java.sql.Date 객체를 기입합니다.
 void SQLOutputImpl. writeDouble (double x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 double 를 기입합니다.
 void SQLOutputImpl. writeFloat (float x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 float 를 기입합니다.
 void SQLOutputImpl. writeInt (int x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 int 를 기입합니다.
 void SQLOutputImpl. writeLong (long x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 long 를 기입합니다.
 void SQLOutputImpl. writeNClob (NClob  x)
          SQL NCLOB 치를 스트림에 기입합니다.
 void SQLOutputImpl. writeNString (String  x)
          다음의 속성을 Java 프로그램 언어의 String 로서 스트림에 기입합니다.
 void SQLOutputImpl. writeObject (SQLData  x)
          지정된 SQLData 객체에 포함된 데이터를, 스트림에 기입합니다.
 void SQLOutputImpl. writeRef (Ref  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 Ref 객체를 기입합니다.
 void SQLOutputImpl. writeRowId (RowId  x)
          SQL ROWID 치를 스트림에 기입합니다.
 void SQLOutputImpl. writeShort (short x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 short 를 기입합니다.
 void SQLOutputImpl. writeSQLXML (SQLXML  x)
          SQL XML 치를 스트림에 기입합니다.
 void SQLOutputImpl. writeString (String  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 String 를 기입합니다.
 void SQLOutputImpl. writeStruct (Struct  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 Struct 객체를 기입합니다.
 void SQLOutputImpl. writeTime (Time  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 java.sql.Time 객체를 기입합니다.
 void SQLOutputImpl. writeTimestamp (Timestamp  x)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 java.sql.Timestamp 객체를 기입합니다.
 void SQLOutputImpl. writeURL (URL  url)
          이 SQLOutputImpl 객체에 Java 프로그램 언어의 java.sql.Type.DATALINK 객체를 기입합니다.
 

SQLException 를 throw 하는 javax.sql.rowset.serial 의 생성자
SerialArray (Array  array)
          지정된 Array 객체로부터 새로운 SerialArray 객체를 구축합니다.
SerialArray (Array  array, Map <String ,Class <? >> map)
          요소가 SQL UDT 일 때, 각 요소의 커스텀 매핑에 사용되는 지정의 형태 맵을 사용해, 지정된 Array 객체로부터 새로운 SerialArray 객체를 구축합니다.
SerialBlob (Blob  blob)
          지정된 Blob 객체의 직렬화 된 버젼인 SerialBlob 객체를 구축합니다.
SerialBlob (byte[] b)
          지정된 byte 배열의 직렬화 된 버젼인 SerialBlob 객체를 구축합니다.
SerialClob (char[] ch)
          지정된 char 배열의 직렬화 된 버젼인 SerialClob 객체를 구축합니다.
SerialClob (Clob  clob)
          지정된 Clob 객체의 직렬화 된 버젼인 SerialClob 객체를 구축합니다.
SerialRef (Ref  ref)
          지정된 Ref 객체로부터 SerialRef 객체를 구축합니다.
SQLInputImpl (Object [] attributes, Map <String ,Class <? >> map)
          지정된 속성의 배열과 형태 맵으로 초기화된 SQLInputImpl 객체를 작성합니다.
SQLOutputImpl (Vector <? > attributes, Map <String ,? > map)
          지정의 속성 및 형태 맵의 벡터로 초기화된 새로운 SQLOutputImpl 객체를 작성합니다.
 

javax.sql.rowset.spi 에서의 SQLException 의 사용
 

javax.sql.rowset.spi 에서의 SQLException 의 서브 클래스
 class SyncFactoryException
          SyncFactory 기구의 에러를 나타냅니다.
 class SyncProviderException
          SyncProvider 기구로 발생한 에러를 나타냅니다.
 

SQLException 를 throw 하는 javax.sql.rowset.spi 의 메소드
 void TransactionalWriter. commit ()
          전회의 commit 또는 rollback 메소드의 호출로부터,acceptChanges 메소드에 의해 행해진 모든 변경을 영속적인 것으로 합니다.
 Object SyncResolver. getConflictValue (int index)
          이 SyncResolver 객체의 현재의 행에 있는 지정된 열의 값을 가져옵니다.
 Object SyncResolver. getConflictValue (String  columnName)
          이 SyncResolver 객체의 현재의 행에 있는 지정된 열의 값을 가져옵니다.
 boolean SyncResolver. nextConflict ()
          커서를 현재의 위치로부터, 경합 하는 값을 포함한 다음의 행으로 이동합니다.
 boolean SyncResolver. previousConflict ()
          커서를 현재의 위치로부터, 이 SyncResolver객체내의 앞의 경합 하는 행으로 이동합니다.
 void XmlReader. readXML (WebRowSet  caller, Reader  reader)
          지정된 WebRowSet 객체가 지정된 XML 형식의 입력 스트림로부터 읽어내, 해석합니다.
 void TransactionalWriter. rollback ()
          현재의 트랜잭션(transaction)에서의 모든 변경을 취소합니다.
 void TransactionalWriter. rollback (Savepoint  s)
          지정된 Savepoint 객체의 전에 행해진, 현재의 트랜잭션(transaction)의 모든 변경을 취소합니다.
 void SyncResolver. setResolvedValue (int index, Object  obj)
          obj를, 동기 하는 RowSet 객체의 현재의 행의 열 index 내의 값으로 해서 설정합니다.
 void SyncResolver. setResolvedValue (String  columnName, Object  obj)
          obj를, 동기 하는 RowSet 객체의 현재의 행의 열 columnName 내의 값으로 해서 설정합니다.
 void XmlWriter. writeXML (WebRowSet  caller, Writer  writer)
          지정된 WebRowSet 객체를, XML 문서로서 java.io.Writer 출력 스트림에 기입합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.