/** Dummy class to allow ConnectionWrapper to implement java.sql.Connection * and still compile under J2SE 1.3 and J2SE 1.4. When compiled * under J2SE 1.3, this class compiles as a placeholder instead of the * missing java.sql.Savepoint (not in J2SE 1.3). When compiled * under J2SE 1.4, this class is ignored and ConnectionWrapper uses the * java.sql.Savepoint that is new in J2SE 1.4. */ public class Savepoint {}