Interface ParameterConverter<D extends AbstractConnection<IConnectionProperties,​?>,​S extends AbstractConnection<IServiceProperties,​?>>

    • Method Detail

      • toDatabaseParameterBuffer

        DatabaseParameterBuffer toDatabaseParameterBuffer​(D connection)
                                                   throws java.sql.SQLException
        Builds a DatabaseParameterBuffer from the supplied {code IConnectionProperties}.
        Parameters:
        connection - Database connection
        Returns:
        Database parameter buffer populated based on the connection properties
        Throws:
        java.sql.SQLException - For errors
      • toServiceParameterBuffer

        ServiceParameterBuffer toServiceParameterBuffer​(S connection)
                                                 throws java.sql.SQLException
        Builds a ServiceParameterBuffer from the supplied {code IServiceProperties}.
        Parameters:
        connection - Service connection
        Returns:
        Service parameter buffer populated based on the service properties
        Throws:
        java.sql.SQLException - For errors