| java.lang.Object org.pentaho.data.connection.xquery.XQConnection
XQConnection | public class XQConnection implements IPentahoConnection(Code) | | author: wseyler author: TODO To change the template for this generated type comment go to Window - author: Preferences - Java - Code Style - Code Templates |
config | protected Configuration config(Code) | | |
resultSet | IPentahoResultSet resultSet(Code) | | |
sqc | protected StaticQueryContext sqc(Code) | | |
clearWarnings | public void clearWarnings()(Code) | | |
close | public void close()(Code) | | |
executeQuery | public IPentahoResultSet executeQuery(String query) throws XPathException(Code) | | |
executeQuery | public IPentahoResultSet executeQuery(String query, String columnTypes) throws XPathException(Code) | | |
getDatasourceType | public int getDatasourceType()(Code) | | return datasource type MDX
datasource type |
getResultSet | public IPentahoResultSet getResultSet()(Code) | | |
initialized | public boolean initialized()(Code) | | |
isClosed | public boolean isClosed()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
preparedQueriesSupported | public boolean preparedQueriesSupported()(Code) | | |
setFetchSize | public void setFetchSize(int fetchSize)(Code) | | |
setMaxRows | public void setMaxRows(int maxRows)(Code) | | |
|
|