trait Session extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Session
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def cancelOperation(operationHandle: OperationHandle): Unit
- abstract def close(): Unit
- abstract def closeExpiredOperations(): Unit
- abstract def closeOperation(operationHandle: OperationHandle): Unit
- abstract def conf: Map[String, String]
- abstract def createTime: Long
- abstract def executeStatement(statement: String, confOverlay: Map[String, String], runAsync: Boolean, queryTimeout: Long): OperationHandle
- abstract def fetchResults(operationHandle: OperationHandle, orientation: FetchOrientation, maxRows: Int, fetchLog: Boolean): TFetchResultsResp
- abstract def getCatalogs: OperationHandle
- abstract def getColumns(catalogName: String, schemaName: String, tableName: String, columnName: String): OperationHandle
- abstract def getCrossReference(primaryCatalog: String, primarySchema: String, primaryTable: String, foreignCatalog: String, foreignSchema: String, foreignTable: String): OperationHandle
- abstract def getFunctions(catalogName: String, schemaName: String, functionName: String): OperationHandle
- abstract def getInfo(infoType: TGetInfoType): TGetInfoValue
- abstract def getNoOperationTime: Long
- abstract def getPrimaryKeys(catalogName: String, schemaName: String, tableName: String): OperationHandle
- abstract def getQueryId(operationHandle: OperationHandle): String
- abstract def getResultSetMetadata(operationHandle: OperationHandle): TGetResultSetMetadataResp
- abstract def getSchemas(catalogName: String, schemaName: String): OperationHandle
- abstract def getTableTypes: OperationHandle
- abstract def getTables(catalogName: String, schemaName: String, tableName: String, tableTypes: List[String]): OperationHandle
- abstract def getTypeInfo: OperationHandle
- abstract def handle: SessionHandle
- abstract def ipAddress: String
- abstract def lastAccessTime: Long
- abstract def lastIdleTime: Long
- abstract def name: Option[String]
- abstract def open(): Unit
- abstract def password: String
- abstract def protocol: TProtocolVersion
- abstract def sessionIdleTimeoutThreshold: Long
- abstract def sessionManager: SessionManager
- abstract def user: String
Concrete 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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()