submarine.connectors.jdbc
Class JDBCBatch.QueryStatement

java.lang.Object
  |
  +--submarine.connectors.jdbc.JDBCBatch.Statement
        |
        +--submarine.connectors.jdbc.JDBCBatch.QueryStatement
Enclosing class:
JDBCBatch

public static class JDBCBatch.QueryStatement
extends JDBCBatch.Statement


Field Summary
protected  java.lang.String sql
           
 
Fields inherited from class submarine.connectors.jdbc.JDBCBatch.Statement
exception, executed, isError, isResultSet, result
 
Constructor Summary
JDBCBatch.QueryStatement(java.lang.String sql)
           
 
Method Summary
 boolean execute(java.sql.Connection con)
           
 java.lang.String getRepresentation()
           
 java.lang.String getSQL()
           
 
Methods inherited from class submarine.connectors.jdbc.JDBCBatch.Statement
getException, getXMLResult, isError, isExecuted, isResultSet
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

sql

protected java.lang.String sql
Constructor Detail

JDBCBatch.QueryStatement

public JDBCBatch.QueryStatement(java.lang.String sql)
Method Detail

getSQL

public java.lang.String getSQL()

execute

public boolean execute(java.sql.Connection con)
Overrides:
execute in class JDBCBatch.Statement

getRepresentation

public java.lang.String getRepresentation()
Overrides:
getRepresentation in class JDBCBatch.Statement

Submarine project. free distribution of this software must include the opensource licence.
Guénolé de Cadoudal.