public class RemoteEndpointStatement extends JenaStatement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
Constructor and Description |
---|
RemoteEndpointStatement(RemoteEndpointConnection connection)
Creates a new statement
|
RemoteEndpointStatement(RemoteEndpointConnection connection,
org.apache.http.client.HttpClient client,
int type,
int fetchDir,
int fetchSize,
int holdability)
Creates a new statement
|
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getJdbcCompatibilityLevel, getJenaConnection, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setJdbcCompatibilityLevel, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRows
public RemoteEndpointStatement(RemoteEndpointConnection connection) throws SQLException
connection
- ConnectionSQLException
- Thrown if there is an error with the statement parameterspublic RemoteEndpointStatement(RemoteEndpointConnection connection, org.apache.http.client.HttpClient client, int type, int fetchDir, int fetchSize, int holdability) throws SQLException
connection
- Connectiontype
- Result Set type for result sets produced by this statementclient
- HTTP clientfetchDir
- Fetch DirectionfetchSize
- Fetch Sizeholdability
- Result Set holdabilitySQLException
- Thrown if there is an error with the statement parametersLicensed under the Apache License, Version 2.0