ResultSetMetaData.getSchemaName
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract String getSchemaName( int column ) throws SQLException
Parameters
-  column 
-  the first column is 1, the second is 2, ...
    
Returns
     schema name or "" if not applicable
    Description
 What's a column's table's schema?
  
Exceptions
 SQLException
     if a database-access error occurs.