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