public class V10ParameterConverter extends AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>
ParameterConverter for the version 10 protocol.| Constructor and Description | 
|---|
| V10ParameterConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | populateAuthenticationProperties(AbstractConnection<?,?> connection,
                                ConnectionParameterBuffer pb)Populates the authentication properties of the parameter buffer. | 
createDatabaseParameterBuffer, createServiceParameterBuffer, populateDefaultProperties, populateDefaultProperties, toDatabaseParameterBuffer, toServiceParameterBufferprotected void populateAuthenticationProperties(AbstractConnection<?,?> connection, ConnectionParameterBuffer pb) throws java.sql.SQLException
AbstractParameterConverterpopulateAuthenticationProperties in class AbstractParameterConverter<WireDatabaseConnection,WireServiceConnection>connection - Database connectionpb - Parameter buffer to populatejava.sql.SQLException - For errors generating authentication informationCopyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.