FileDocCategorySizeDatePackage
AppendCallCustomParameter.javaAPI DocGlassfish v2 API2617Tue May 22 16:54:20 BST 2007oracle.toplink.essentials.internal.databaseaccess

AppendCallCustomParameter

public interface AppendCallCustomParameter
INTERNAL:

Purpose: To provide an interface for customary parameters' types used by DatabasePlatform to append parameter to DatabaseCall: descendants of DatabasePlatform may create instances of implementers of this class of this interface in customModifyInDatabaseCall method.

Responsibilities:

Fields Summary
Constructors Summary
Methods Summary
public abstract voidappend(java.io.Writer writer)
INTERNAL: Called only by DatabasePlatform.appendParameter()