abstract static class FactoryJdbc4Plus.AbstractPreparedStatement extends MondrianOlap4jPreparedStatement
cellSetMetaDatacloseOnCompletion, olap4jConnection, openCellSetquery, queryTimeoutCLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFOparameterModeIn, parameterModeInOut, parameterModeOut, parameterModeUnknown, parameterNoNulls, parameterNullable, parameterNullableUnknown| Constructor and Description | 
|---|
AbstractPreparedStatement(MondrianOlap4jConnection olap4jConnection,
                         String mdx)  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
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, unsetaddBatch, 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, unwrapcheckCancelOrTimeout, enableProfiling, end, getCurrentExecution, getId, getProfileHandler, getProperty, getQuery, getQueryTimeoutMillis, getSchema, getSchemaReader, setQuery, setQueryTimeoutMillisclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteLargeUpdate, setObject, setObjectaddListener, executeOlapQuery, executeOlapQuery, getConnectionaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutisWrapperFor, unwrapisWrapperFor, unwrapcheckCancelOrTimeout, enableProfiling, end, getCurrentExecution, getId, getProfileHandler, getProperty, getQuery, getQueryTimeoutMillis, getSchema, getSchemaReader, setQuery, setQueryTimeoutMillispublic AbstractPreparedStatement(MondrianOlap4jConnection olap4jConnection, String mdx) throws OlapException
OlapExceptionpublic CellSetMetaData getMetaData()
getMetaData in interface PreparedStatementgetMetaData in interface PreparedOlapStatementgetMetaData in class MondrianOlap4jPreparedStatementpublic void setRowId(int parameterIndex,
                     RowId x)
              throws SQLException
SQLExceptionpublic void setNString(int parameterIndex,
                       String value)
                throws SQLException
SQLExceptionpublic void setNCharacterStream(int parameterIndex,
                                Reader value,
                                long length)
                         throws SQLException
SQLExceptionpublic void setNClob(int parameterIndex,
                     NClob value)
              throws SQLException
SQLExceptionpublic void setClob(int parameterIndex,
                    Reader reader,
                    long length)
             throws SQLException
SQLExceptionpublic void setBlob(int parameterIndex,
                    InputStream inputStream,
                    long length)
             throws SQLException
SQLExceptionpublic void setNClob(int parameterIndex,
                     Reader reader,
                     long length)
              throws SQLException
SQLExceptionpublic void setSQLXML(int parameterIndex,
                      SQLXML xmlObject)
               throws SQLException
SQLExceptionpublic void setAsciiStream(int parameterIndex,
                           InputStream x,
                           long length)
                    throws SQLException
SQLExceptionpublic void setBinaryStream(int parameterIndex,
                            InputStream x,
                            long length)
                     throws SQLException
SQLExceptionpublic void setCharacterStream(int parameterIndex,
                               Reader reader,
                               long length)
                        throws SQLException
SQLExceptionpublic void setAsciiStream(int parameterIndex,
                           InputStream x)
                    throws SQLException
SQLExceptionpublic void setBinaryStream(int parameterIndex,
                            InputStream x)
                     throws SQLException
SQLExceptionpublic void setCharacterStream(int parameterIndex,
                               Reader reader)
                        throws SQLException
SQLExceptionpublic void setNCharacterStream(int parameterIndex,
                                Reader value)
                         throws SQLException
SQLExceptionpublic void setClob(int parameterIndex,
                    Reader reader)
             throws SQLException
SQLExceptionpublic void setBlob(int parameterIndex,
                    InputStream inputStream)
             throws SQLException
SQLExceptionpublic void setNClob(int parameterIndex,
                     Reader reader)
              throws SQLException
SQLException