class TExecuteStatementReq extends TBase[TExecuteStatementReq, _Fields] with Serializable with Cloneable with Comparable[TExecuteStatementReq]
Autogenerated by Thrift Compiler (0.9.3)
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- Alphabetic
- By Inheritance
- TExecuteStatementReq
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
TExecuteStatementReq(other: TExecuteStatementReq)
Performs a deep copy on other.
- new TExecuteStatementReq(sessionHandle: TSessionHandle, statement: String)
- new TExecuteStatementReq()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- TExecuteStatementReq → TBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: TExecuteStatementReq): Int
- Definition Classes
- TExecuteStatementReq → Comparable
-
def
deepCopy(): TExecuteStatementReq
- Definition Classes
- TExecuteStatementReq → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: TExecuteStatementReq): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- TExecuteStatementReq → AnyRef → Any
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- TExecuteStatementReq → TBase
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConfOverlay(): Map[String, String]
- def getConfOverlaySize(): Int
-
def
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- TExecuteStatementReq → TBase
- def getQueryTimeout(): Long
- def getSessionHandle(): TSessionHandle
- def getStatement(): String
-
def
hashCode(): Int
- Definition Classes
- TExecuteStatementReq → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isRunAsync(): Boolean
-
def
isSet(field: _Fields): Boolean
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- Definition Classes
- TExecuteStatementReq → TBase
-
def
isSetConfOverlay(): Boolean
Returns true if field confOverlay is set (has been assigned a value) and false otherwise
-
def
isSetQueryTimeout(): Boolean
Returns true if field queryTimeout is set (has been assigned a value) and false otherwise
-
def
isSetRunAsync(): Boolean
Returns true if field runAsync is set (has been assigned a value) and false otherwise
-
def
isSetSessionHandle(): Boolean
Returns true if field sessionHandle is set (has been assigned a value) and false otherwise
-
def
isSetStatement(): Boolean
Returns true if field statement is set (has been assigned a value) and false otherwise
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def putToConfOverlay(key: String, val: String): Unit
-
def
read(iprot: TProtocol): Unit
- Definition Classes
- TExecuteStatementReq → TSerializable
- def setConfOverlay(confOverlay: Map[String, String]): Unit
- def setConfOverlayIsSet(value: Boolean): Unit
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- TExecuteStatementReq → TBase
- def setQueryTimeout(queryTimeout: Long): Unit
- def setQueryTimeoutIsSet(value: Boolean): Unit
- def setRunAsync(runAsync: Boolean): Unit
- def setRunAsyncIsSet(value: Boolean): Unit
- def setSessionHandle(sessionHandle: TSessionHandle): Unit
- def setSessionHandleIsSet(value: Boolean): Unit
- def setStatement(statement: String): Unit
- def setStatementIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TExecuteStatementReq → AnyRef → Any
- def unsetConfOverlay(): Unit
- def unsetQueryTimeout(): Unit
- def unsetRunAsync(): Unit
- def unsetSessionHandle(): Unit
- def unsetStatement(): Unit
- def validate(): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(oprot: TProtocol): Unit
- Definition Classes
- TExecuteStatementReq → TSerializable