|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectoracle.spatial.util.JDBCUtil
public class JDBCUtil
| Constructor Summary | |
|---|---|
JDBCUtil()
|
|
| Method Summary | |
|---|---|
static oracle.sql.STRUCT |
getOracleSTRUCT(java.lang.Object o)
Returns oracle.sql.STRUCT while running within WLS or any J2EE container such as OC4J, JBoss etc. |
static oracle.sql.STRUCT |
getOracleSTRUCT(java.sql.ResultSet rs,
int columnIndex)
Returns oracle.sql.STRUCT while running within WLS or any J2EE container such as OC4J, JBoss etc. |
static oracle.sql.ARRAY |
safeCastARRAY(java.lang.Object o)
Returns oracle.sql.ARRAY while running within WLS or any J2EE container such as OC4J, JBoss etc. |
static oracle.sql.ARRAY |
safeCastARRAY(java.sql.ResultSet rs,
int columnIndex)
Returns oracle.sql.ARRAY while running within WLS or any J2EE container such as OC4J, JBoss etc. |
static oracle.sql.BLOB |
safeCastBLOB(java.sql.Blob blob)
Returns oracle.sql.BLOB while running within WLS or any J2EE container such as OC4J, JBoss etc. |
static oracle.sql.BLOB |
safeCastBLOB(java.sql.ResultSet rs,
int columnIndex)
Returns oracle.sql.BLOB while running within WLS or any J2EE container such as OC4J, JBoss etc. |
static oracle.sql.CLOB |
safeCastCLOB(java.sql.Clob clob)
Returns oracle.sql.CLOB while running within WLS or any J2EE container such as OC4J, JBoss etc. |
static oracle.sql.CLOB |
safeCastCLOB(java.sql.ResultSet rs,
int columnIndex)
Returns oracle.sql.CLOB while running within WLS or any J2EE container such as OC4J, JBoss etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCUtil()
| Method Detail |
|---|
public static oracle.sql.STRUCT getOracleSTRUCT(java.sql.ResultSet rs,
int columnIndex)
throws java.lang.Exception
rs - ResultSetcolumnIndex - Index of the column
java.lang.Exception
public static oracle.sql.STRUCT getOracleSTRUCT(java.lang.Object o)
throws java.lang.Exception
o - object in a result set
java.lang.Exception
public static oracle.sql.CLOB safeCastCLOB(java.sql.ResultSet rs,
int columnIndex)
throws java.lang.Exception
rs - columnIndex -
java.lang.Exception
public static oracle.sql.CLOB safeCastCLOB(java.sql.Clob clob)
throws java.lang.Exception
clob - clob in a result set
java.lang.Exception
public static oracle.sql.BLOB safeCastBLOB(java.sql.ResultSet rs,
int columnIndex)
throws java.lang.Exception
rs - columnIndex -
java.lang.Exception
public static oracle.sql.BLOB safeCastBLOB(java.sql.Blob blob)
throws java.lang.Exception
blob - blob in a result set
java.lang.Exception
public static oracle.sql.ARRAY safeCastARRAY(java.sql.ResultSet rs,
int columnIndex)
throws java.lang.Exception
rs - columnIndex -
java.lang.Exception
public static oracle.sql.ARRAY safeCastARRAY(java.lang.Object o)
throws java.lang.Exception
o - oracle.sql.ARRAY object in a result set
java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||