Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetPrimaryKeysReq
-
Packages that use TGetPrimaryKeysReq Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetPrimaryKeysReq in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetPrimaryKeysReq Modifier and Type Field Description TGetPrimaryKeysReqTCLIService.GetPrimaryKeys_args. reqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetPrimaryKeysReq Modifier and Type Method Description TGetPrimaryKeysReqTGetPrimaryKeysReq. deepCopy()TGetPrimaryKeysReqTCLIService.GetPrimaryKeys_args. getReq()TGetPrimaryKeysReqTGetPrimaryKeysReq. setCatalogName(String catalogName)TGetPrimaryKeysReqTGetPrimaryKeysReq. setGetDirectResults(TSparkGetDirectResults getDirectResults)TGetPrimaryKeysReqTGetPrimaryKeysReq. setRunAsync(boolean runAsync)TGetPrimaryKeysReqTGetPrimaryKeysReq. setSchemaName(String schemaName)TGetPrimaryKeysReqTGetPrimaryKeysReq. setSessionHandle(TSessionHandle sessionHandle)TGetPrimaryKeysReqTGetPrimaryKeysReq. setTableName(String tableName)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetPrimaryKeysReq Modifier and Type Method Description intTGetPrimaryKeysReq. compareTo(TGetPrimaryKeysReq other)booleanTGetPrimaryKeysReq. equals(TGetPrimaryKeysReq that)voidTCLIService.AsyncClient. GetPrimaryKeys(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler)voidTCLIService.AsyncIface. GetPrimaryKeys(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler)TGetPrimaryKeysRespTCLIService.Client. GetPrimaryKeys(TGetPrimaryKeysReq req)TGetPrimaryKeysRespTCLIService.Iface. GetPrimaryKeys(TGetPrimaryKeysReq req)voidTCLIService.Client. send_GetPrimaryKeys(TGetPrimaryKeysReq req)TCLIService.GetPrimaryKeys_argsTCLIService.GetPrimaryKeys_args. setReq(TGetPrimaryKeysReq req)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetPrimaryKeysReq Constructor Description GetPrimaryKeys_args(TGetPrimaryKeysReq req)GetPrimaryKeys_call(TGetPrimaryKeysReq req, org.apache.thrift.async.AsyncMethodCallback<TGetPrimaryKeysResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TGetPrimaryKeysReq(TGetPrimaryKeysReq other)Performs a deep copy on other.
-