| java.lang.Object org.pentaho.data.connection.hql.HQLConnection
HQLConnection | public class HQLConnection implements IPentahoConnection(Code) | | author: mdamour author: TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates |
hibernateConfig | Configuration hibernateConfig(Code) | | |
hibernateConfigFile | File hibernateConfigFile(Code) | | |
resultSet | IPentahoResultSet resultSet(Code) | | |
clearWarnings | public void clearWarnings()(Code) | | |
close | public void close()(Code) | | |
executeQuery | public IPentahoResultSet executeQuery(String query)(Code) | | |
generateResultSet | public IPentahoResultSet generateResultSet(List list, String[] columnHeaders, Type[] columnTypes)(Code) | | |
getDatasourceType | public int getDatasourceType()(Code) | | return datasource type HQL
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) | | |
|
|