|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elogico.xbound.jdbc.impl.StatementSourceHandler
public class StatementSourceHandler
Handler for StatementSource.
Constructor Summary | |
---|---|
StatementSourceHandler()
|
Method Summary | |
---|---|
java.sql.PreparedStatement |
prepareStatement(java.sql.Connection conn,
Source stm)
Obtain an instance of java.sql.PreparedStatement from
a com.elogico.xbound.jdbc.Source . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatementSourceHandler()
Method Detail |
---|
public java.sql.PreparedStatement prepareStatement(java.sql.Connection conn, Source stm) throws java.sql.SQLException, XBoundException
SourceHandler
java.sql.PreparedStatement
from
a com.elogico.xbound.jdbc.Source
.
prepareStatement
in interface SourceHandler
conn
- the connection to usestm
- a com.elogico.xbound.jdbc.Source
to be prepared
PreparedStatement
java.sql.SQLException
XBoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |