|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TeiidStatement
This interface provides methods in addition to the standard JDBC methods.
| Field Summary |
|---|
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Method Summary | |
|---|---|
java.util.Collection<Annotation> |
getAnnotations()
Get collection of annotations from the query planner from the last command executed on the Statement |
java.lang.String |
getDebugLog()
Obtain the query planner debug log from the last command executed on this Statement, if it was requested with SHOWPLAN DEBUG. |
java.lang.String |
getExecutionProperty(java.lang.String name)
Deprecated. |
PlanNode |
getPlanDescription()
Obtain the query plan object representation from the last command executed on this Statement, if a query plan was requested in the command. |
java.lang.String |
getRequestIdentifier()
Get ID for last execution which can be used for matching up executions on the client side with executions in the server logs. |
void |
setExecutionProperty(java.lang.String name,
java.lang.String value)
Deprecated. use set property value |
void |
setPayload(java.io.Serializable payload)
Set the per-statement security payload. |
| Methods inherited from interface java.sql.Statement |
|---|
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Method Detail |
|---|
java.lang.String getExecutionProperty(java.lang.String name)
name - Execution property name
void setExecutionProperty(java.lang.String name,
java.lang.String value)
name - Execution property namevalue - Execution property valuePlanNode getPlanDescription()
java.lang.String getDebugLog()
java.util.Collection<Annotation> getAnnotations()
Annotations, may return nulljava.lang.String getRequestIdentifier()
void setPayload(java.io.Serializable payload)
To remove an existing payload from a statement, call this method
with a null argument.
payload - The payload that is to accompany requests executed
from this statement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||