| java.lang.Object org.pentaho.data.connection.sql.SQLConnection
SQLConnection | public class SQLConnection implements IPentahoConnection(Code) | | author: wseyler author: TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates |
CONCUR_READONLY | final public static int CONCUR_READONLY(Code) | | |
CONCUR_UPDATABLE | final public static int CONCUR_UPDATABLE(Code) | | |
RESULTSET_FORWARDONLY | final public static int RESULTSET_FORWARDONLY(Code) | | |
RESULTSET_SCROLLABLE | final public static int RESULTSET_SCROLLABLE(Code) | | |
resultSets | ArrayList resultSets(Code) | | keep track of any created result sets for closing at the end
|
sqlResultSet | IPentahoResultSet sqlResultSet(Code) | | |
stmts | ArrayList stmts(Code) | | keep track of any created statements for closing at the end
|
clearWarnings | public void clearWarnings()(Code) | | |
close | public void close()(Code) | | |
getDatasourceType | public int getDatasourceType()(Code) | | return datasource type SQL
datasource type |
getFetchSize | public int getFetchSize()(Code) | | Returns the fetchSize. |
getMaxRows | public int getMaxRows()(Code) | | Returns the maxRows. |
getNativeConnection | public Connection getNativeConnection()(Code) | | Returns the nativeConnection. |
getResultSet | public IPentahoResultSet getResultSet()(Code) | | |
initialized | public boolean initialized()(Code) | | |
isClosed | public boolean isClosed()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
prepareAndExecuteQuery | public IPentahoResultSet prepareAndExecuteQuery(String query, List parameters, int scrollType, int concur) throws SQLException(Code) | | |
preparedQueriesSupported | public boolean preparedQueriesSupported()(Code) | | |
setFetchSize | public void setFetchSize(int fetchSize)(Code) | | Parameters: fetchSize - The fetchSize to set. |
setMaxRows | public void setMaxRows(int maxRows)(Code) | | Parameters: maxRows - The maxRows to set. |
|
|