Movatterモバイル変換


[0]ホーム

URL:



          
Java™ Platform
Standard Ed. 6

Uses of Interface
java.sql.ResultSetMetaData

java.sqlProvides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language. 
javax.sqlProvides the API for server side data source access and processing fromthe Java programming language. 
javax.sql.rowsetStandard interfaces and base classes for JDBCRowSetimplementations. 
 

 

Methods injava.sql that returnResultSetMetaData
ResultSet.getMetaData()
          Retrieves the number, types and properties of thisResultSet object's columns.
PreparedStatement.getMetaData()
          Retrieves aResultSetMetaData object that contains information about the columns of theResultSet object that will be returned when thisPreparedStatement object is executed.
 

 

Subinterfaces ofResultSetMetaData injavax.sql
RowSetMetaData
          An object that contains information about the columns in aRowSet object.
 

 

Classes injavax.sql.rowset that implementResultSetMetaData
RowSetMetaDataImpl
          Provides implementations for the methods that set and get metadata information about aRowSet object's columns.
 


          
Java™ Platform
Standard Ed. 6


[8]ページ先頭

©2009-2025 Movatter.jp