Class ResultTable

Description

A ResultTable is tabular data returned by a query. You access the returned data by calling the method getRows() which returns a RowIterator.

OSID Version: 2.0

Licensed under the org.osid.SidImplementationLicenseMIT.

Located in /harmoni/oki2/osid/sql/ResultTable.php (line 18)


	
			
Method Summary
Methods
getColumnCount (line 36)

return the number of columns in this ResultTable.

  • access: public
  • throws: object SqlException An exception with one of the following messages defined in org.osid.sql.SqlException may be thrown: OPERATION_FAILED, PERMISSION_DENIED, CONFIGURATION_ERROR, UNIMPLEMENTED
int getColumnCount ()
getResultMetaData (line 57)

return the columnar metadata of this ResultTable.

  • access: public
  • throws: object SqlException An exception with one of the following messages defined in org.osid.sql.SqlException may be thrown: DATA_RETRIEVAL_ERROR, OPERATION_FAILED, PERMISSION_DENIED, CONFIGURATION_ERROR, UNIMPLEMENTED
object ResultMetaDataIterator getResultMetaData ()
getRows (line 78)

return the rows of this ResultTable.

  • access: public
  • throws: object SqlException An exception with one of the following messages defined in org.osid.sql.SqlException may be thrown: DATA_RETRIEVAL_ERROR, OPERATION_FAILED, PERMISSION_DENIED, CONFIGURATION_ERROR, UNIMPLEMENTED
object RowIterator getRows ()

Documentation generated on Wed, 19 Sep 2007 10:26:05 -0400 by phpDocumentor 1.3.0RC3