public interface ParameterConverter<D extends AbstractConnection<IConnectionProperties,?>,S extends AbstractConnection<IServiceProperties,?>>
IConnectionProperties
to a
DatabaseParameterBuffer
).Modifier and Type | Method and Description |
---|---|
DatabaseParameterBuffer |
toDatabaseParameterBuffer(D connection)
Builds a
DatabaseParameterBuffer from the supplied {code IConnectionProperties}. |
ServiceParameterBuffer |
toServiceParameterBuffer(S connection)
Builds a
ServiceParameterBuffer from the supplied {code IServiceProperties}. |
DatabaseParameterBuffer toDatabaseParameterBuffer(D connection) throws java.sql.SQLException
DatabaseParameterBuffer
from the supplied {code IConnectionProperties}.connection
- Database connectionjava.sql.SQLException
- For errorsServiceParameterBuffer toServiceParameterBuffer(S connection) throws java.sql.SQLException
ServiceParameterBuffer
from the supplied {code IServiceProperties}.connection
- Service connectionjava.sql.SQLException
- For errorsCopyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.