public class FndOracleStatementForOracle extends FndOracleStatement
This is a framework internal class! Backward compatibility is not guaranteed.
c, callable, DEFAULT_BUFFER_SIZE, log, parameters, result, stmt, utcCalendar
Constructor and Description |
---|
FndOracleStatementForOracle(FndConnection fndConnection)
Creates a new instance of FndOracleStatementForOracle.
|
Modifier and Type | Method and Description |
---|---|
protected java.sql.Blob |
getBlob(int colNr)
Get Blob locator.
|
protected java.sql.Clob |
getClob(int colNr)
Get Clob locator.
|
protected oracle.jdbc.OracleStatement |
getWrappedStatement()
Gets the wrapped instance of OracleStatement in a container-specific way.
|
protected void |
setTimestamp(int colNr,
java.sql.Timestamp value)
Bind Timestamp parameter as Oracle DATE type.
|
toJavaSqlType, updateBlob, updateBlob, updateClob
checkError, reportSqlError, spoolPlSqlTrace
abort, bindArguments, checkResult, clearFetchedSize, clearParameters, clearParameters, close, closeRefCursorStatement, debugNull, defineInOutParameter, defineInParameter, defineInParameter, defineOutParameter, defineParameter, defineRefCursorVariable, execute, execute, executeQuery, executeQuery, executeUpdate, formatSize, getBigDecimal, getBinary, getBinary, getBoolean, getBufferSize, getBufferSize, getCursor, getDate, getDouble, getFetchedSize, getFndConnection, getFndCursor, getFndResult, getInt, getLong, getLongRaw, getLongText, getLongTextImpl, getMessage, getOutBigDecimal, getOutBoolean, getOutDate, getOutDouble, getOutInt, getOutLong, getOutLongRaw, getOutString, getOutTime, getOutTimestamp, getRefCursor, getResult, getSqlText, getString, getText, getTime, getTimestamp, isShortClobParameter, nativeSql, nativeSql, parameterWasNull, prepare, prepare, prepare, prepare, prepareCall, prepareCall, prepareStatement, prepareStatement, recreateLogger, registerOutParameter, resultWasNull, setDouble, setFetchSize, setMaxRows, setRecursive, setSpoolPlsqlTrace, supportsDefineColumnType
public FndOracleStatementForOracle(FndConnection fndConnection)
fndConnection
- protected oracle.jdbc.OracleStatement getWrappedStatement()
protected java.sql.Blob getBlob(int colNr) throws IfsException
getBlob
in class FndStatement
colNr
- Column number in statementIfsException
protected java.sql.Clob getClob(int colNr) throws IfsException
getClob
in class FndStatement
colNr
- Column number in statement.IfsException
protected void setTimestamp(int colNr, java.sql.Timestamp value) throws IfsException
setTimestamp
in class FndStatement
colNr
- column number.value
- parameter value.IfsException