Package org.firebirdsql.jdbc.metadata
Class GetAttributes
- java.lang.Object
- 
- org.firebirdsql.jdbc.metadata.GetAttributes
 
- 
 public final class GetAttributes extends java.lang.ObjectProvides the implementation ofDatabaseMetaData.getAttributes(String, String, String, String).- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAttributescreate(DbMetadataMediator mediator)java.sql.ResultSetgetAttributes()
 
- 
- 
- 
Method Detail- 
getAttributespublic java.sql.ResultSet getAttributes() throws java.sql.SQLException- Throws:
- java.sql.SQLException
 
 - 
createpublic static GetAttributes create(DbMetadataMediator mediator) 
 
- 
 
-