mondrian.olap4j
Class FactoryJdbc4Plus.AbstractPreparedStatement
java.lang.Object
mondrian.server.StatementImpl
mondrian.olap4j.MondrianOlap4jStatement
mondrian.olap4j.MondrianOlap4jPreparedStatement
mondrian.olap4j.FactoryJdbc4Plus.AbstractPreparedStatement
- All Implemented Interfaces:
- ParameterMetaData, PreparedStatement, Wrapper, Statement, OlapParameterMetaData, OlapStatement, OlapWrapper, PreparedOlapStatement
- Enclosing class:
- FactoryJdbc4Plus
abstract static class FactoryJdbc4Plus.AbstractPreparedStatement
- extends MondrianOlap4jPreparedStatement
|
Method Summary |
CellSetMetaData |
getMetaData()
|
void |
setAsciiStream(int parameterIndex,
InputStream x)
|
void |
setAsciiStream(int parameterIndex,
InputStream x,
long length)
|
void |
setBinaryStream(int parameterIndex,
InputStream x)
|
void |
setBinaryStream(int parameterIndex,
InputStream x,
long length)
|
void |
setBlob(int parameterIndex,
InputStream inputStream)
|
void |
setBlob(int parameterIndex,
InputStream inputStream,
long length)
|
void |
setCharacterStream(int parameterIndex,
Reader reader)
|
void |
setCharacterStream(int parameterIndex,
Reader reader,
long length)
|
void |
setClob(int parameterIndex,
Reader reader)
|
void |
setClob(int parameterIndex,
Reader reader,
long length)
|
void |
setNCharacterStream(int parameterIndex,
Reader value)
|
void |
setNCharacterStream(int parameterIndex,
Reader value,
long length)
|
void |
setNClob(int parameterIndex,
NClob value)
|
void |
setNClob(int parameterIndex,
Reader reader)
|
void |
setNClob(int parameterIndex,
Reader reader,
long length)
|
void |
setNString(int parameterIndex,
String value)
|
void |
setRowId(int parameterIndex,
RowId x)
|
void |
setSQLXML(int parameterIndex,
SQLXML xmlObject)
|
| Methods inherited from class mondrian.olap4j.MondrianOlap4jPreparedStatement |
addBatch, clearParameters, execute, executeQuery, executeUpdate, foo, getCube, getParameterClassName, getParameterCount, getParameterMetaData, getParameterMode, getParameterName, getParameterOlapType, getParameterType, getParameterTypeName, getPrecision, getScale, isNullable, isSet, isSigned, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL, unset |
| Methods inherited from class mondrian.olap4j.MondrianOlap4jStatement |
addBatch, addListener, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeOlapQuery, executeOlapQuery, executeOlapQueryInternal, executeQuery, executeQuery2, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMondrianConnection, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, isWrapperFor, onResultSetClose, parseQuery, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, start, unwrap |
| Methods inherited from class mondrian.server.StatementImpl |
checkCancelOrTimeout, enableProfiling, end, getCurrentExecution, getId, getProfileHandler, getProperty, getQuery, getQueryTimeoutMillis, getSchema, getSchemaReader, setQuery, setQueryTimeoutMillis |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.Statement |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout |
| Methods inherited from interface mondrian.server.Statement |
checkCancelOrTimeout, enableProfiling, end, getCurrentExecution, getId, getProfileHandler, getProperty, getQuery, getQueryTimeoutMillis, getSchema, getSchemaReader, setQuery, setQueryTimeoutMillis |
FactoryJdbc4Plus.AbstractPreparedStatement
public FactoryJdbc4Plus.AbstractPreparedStatement(MondrianOlap4jConnection olap4jConnection,
String mdx)
throws OlapException
- Throws:
OlapException
getMetaData
public CellSetMetaData getMetaData()
- Specified by:
getMetaData in interface PreparedStatement- Specified by:
getMetaData in interface PreparedOlapStatement- Overrides:
getMetaData in class MondrianOlap4jPreparedStatement
setRowId
public void setRowId(int parameterIndex,
RowId x)
throws SQLException
- Throws:
SQLException
setNString
public void setNString(int parameterIndex,
String value)
throws SQLException
- Throws:
SQLException
setNCharacterStream
public void setNCharacterStream(int parameterIndex,
Reader value,
long length)
throws SQLException
- Throws:
SQLException
setNClob
public void setNClob(int parameterIndex,
NClob value)
throws SQLException
- Throws:
SQLException
setClob
public void setClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
- Throws:
SQLException
setBlob
public void setBlob(int parameterIndex,
InputStream inputStream,
long length)
throws SQLException
- Throws:
SQLException
setNClob
public void setNClob(int parameterIndex,
Reader reader,
long length)
throws SQLException
- Throws:
SQLException
setSQLXML
public void setSQLXML(int parameterIndex,
SQLXML xmlObject)
throws SQLException
- Throws:
SQLException
setAsciiStream
public void setAsciiStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
- Throws:
SQLException
setBinaryStream
public void setBinaryStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
- Throws:
SQLException
setCharacterStream
public void setCharacterStream(int parameterIndex,
Reader reader,
long length)
throws SQLException
- Throws:
SQLException
setAsciiStream
public void setAsciiStream(int parameterIndex,
InputStream x)
throws SQLException
- Throws:
SQLException
setBinaryStream
public void setBinaryStream(int parameterIndex,
InputStream x)
throws SQLException
- Throws:
SQLException
setCharacterStream
public void setCharacterStream(int parameterIndex,
Reader reader)
throws SQLException
- Throws:
SQLException
setNCharacterStream
public void setNCharacterStream(int parameterIndex,
Reader value)
throws SQLException
- Throws:
SQLException
setClob
public void setClob(int parameterIndex,
Reader reader)
throws SQLException
- Throws:
SQLException
setBlob
public void setBlob(int parameterIndex,
InputStream inputStream)
throws SQLException
- Throws:
SQLException
setNClob
public void setNClob(int parameterIndex,
Reader reader)
throws SQLException
- Throws:
SQLException