|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.starlink.table.jdbc.JDBCUtils
public class JDBCUtils
Utilties related to JDBC.
| Method Summary | |
|---|---|
static java.sql.Statement |
createStreamingStatement(java.sql.Connection conn,
boolean update)
Returns a statement which tries its best to stream data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.sql.Statement createStreamingStatement(java.sql.Connection conn,
boolean update)
throws java.sql.SQLException
Note that in some cases the supplied connection may have its autocommit mode modified by this call.
conn - connectionupdate - true for an updatable set, false for read-only
java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||