|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.jdbc.JDBCPlatform
com.metamatrix.common.jdbc.db.OraclePlatform
com.metamatrix.common.jdbc.db.MMOracleSecurePlatform
public class MMOracleSecurePlatform
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.metamatrix.common.jdbc.JDBCPlatform |
---|
JDBCPlatform.TableTypes |
Field Summary |
---|
Fields inherited from class com.metamatrix.common.jdbc.JDBCPlatform |
---|
AND, classTypes, COMMA, DELETE_FROM, DISTINCT, EQUAL, fieldTypes, FROM, GROUP_BY, IN, INSERT_INTO, INTO, isSecure, LENGTH, maximumValues, minimumValues, ON, ORDER_BY, PARAM, PERIOD, platformOperators, SELECT, SET, SPACE, tableTypes, UPDATE, usesStreamsForBlobBinding, usesStreamsForClobBinding, VALUES, WHERE |
Constructor Summary | |
---|---|
MMOracleSecurePlatform()
|
Method Summary | |
---|---|
byte[] |
convertClobToByteArray(java.sql.ResultSet results,
java.lang.String columnName)
|
void |
setBlob(java.sql.PreparedStatement statement,
byte[] data,
int column)
|
void |
setClob(java.lang.Object sqlObject,
java.io.InputStream is,
java.lang.String columnName)
|
Methods inherited from class com.metamatrix.common.jdbc.db.OraclePlatform |
---|
buildFieldTypes, buildPlatformOperators, createInsertStatement, getMaxFieldNameSize, isClosed, isDefault, isOracle, maximumNumericValues, minimumNumericValues, setBlob |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMOracleSecurePlatform()
Method Detail |
---|
public byte[] convertClobToByteArray(java.sql.ResultSet results, java.lang.String columnName) throws TransformationException
convertClobToByteArray
in class JDBCPlatform
TransformationException
public void setBlob(java.sql.PreparedStatement statement, byte[] data, int column) throws java.sql.SQLException, java.io.IOException
setBlob
in class JDBCPlatform
java.sql.SQLException
java.io.IOException
public void setClob(java.lang.Object sqlObject, java.io.InputStream is, java.lang.String columnName) throws java.sql.SQLException, java.io.IOException
java.sql.SQLException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |