Revision 887 trunk/libraries/libGDBMS/src/com/hardcode/gdbms/engine/Strategy.java

View differences:

Strategy.java
28 28
     * @throws DriverException Excepci?n que indica error del driver accediendo
29 29
     *         a  los datos
30 30
     * @throws SemanticException Si se produce alg?n error sem?ntico
31
     * @throws IOException Si se produce un erro accediendo a los datos
31
     * @throws IOException Si se produce un erro accediendo a las estructuras de datos internas
32 32
     */
33 33
    DataSource select(SelectAdapter instr)
34 34
        throws DriverException, SemanticException, IOException;

Also available in: Unified diff