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