1 29 30 package com.caucho.amber.entity; 31 32 import com.caucho.amber.manager.AmberConnection; 33 34 import java.sql.ResultSet ; 35 import java.sql.SQLException ; 36 37 40 public interface Embeddable { 41 42 47 public int __caucho_load(AmberConnection aConn, 48 ResultSet rs, 49 int index) 50 throws SQLException ; 51 52 55 public Object __caucho_get_field(int index); 56 } 57 | Popular Tags |