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