public class V11ParameterConverter extends V10ParameterConverter
ParameterConverter for the version 11 protocol.
 
 Adds support for including the process name and process id from the system properties
 org.firebirdsql.jdbc.processName and org.firebirdsql.jdbc.pid
 
| Constructor and Description | 
|---|
| V11ParameterConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addProcessId(DatabaseParameterBuffer dpb)Adds the processId (pid) to the dpb, if available. | 
| protected void | addProcessName(DatabaseParameterBuffer dpb)Adds the processName to the dpb, if available. | 
| protected void | populateDefaultProperties(WireDatabaseConnection connection,
                         DatabaseParameterBuffer dpb)Populates the database parameter buffer with the standard Firebird properties explicitly supported through
  IConnectionProperties. | 
populateAuthenticationPropertiescreateDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateNonStandardProperties, toDatabaseParameterBuffer, toServiceParameterBufferprotected void populateDefaultProperties(WireDatabaseConnection connection, DatabaseParameterBuffer dpb) throws java.sql.SQLException
AbstractParameterConverterIConnectionProperties.populateDefaultProperties in class AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>connection - Database connectiondpb - Database parameter buffer to populatejava.sql.SQLException - For errors generating authentication informationprotected final void addProcessName(DatabaseParameterBuffer dpb)
dpb - Database parameter bufferprotected final void addProcessId(DatabaseParameterBuffer dpb)
dpb - Database Database parameter bufferCopyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.