Class TStatementConf
java.lang.Object
com.databricks.jdbc.model.client.thrift.generated.TStatementConf
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TStatementConf>,org.apache.thrift.TBase<TStatementConf,,TStatementConf._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2025-05-08")
public class TStatementConf
extends Object
implements org.apache.thrift.TBase<TStatementConf,TStatementConf._Fields>, Serializable, Cloneable, Comparable<TStatementConf>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionlongstatic final Map<TStatementConf._Fields, org.apache.thrift.meta_data.FieldMetaData> boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(TStatementConf other) deepCopy()booleanequals(TStatementConf that) booleanfieldForId(int fieldId) longinthashCode()booleanbooleanisSet(TStatementConf._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field client_protocol is set (has been assigned a value) and false otherwisebooleanReturns true if field client_protocol_i64 is set (has been assigned a value) and false otherwisebooleanReturns true if field initialNamespace is set (has been assigned a value) and false otherwisebooleanReturns true if field sessionless is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setClient_protocol(TProtocolVersion client_protocol) setClient_protocol_i64(long client_protocol_i64) voidsetClient_protocol_i64IsSet(boolean value) voidsetClient_protocolIsSet(boolean value) voidsetFieldValue(TStatementConf._Fields field, Object value) setInitialNamespace(TNamespace initialNamespace) voidsetInitialNamespaceIsSet(boolean value) setSessionless(boolean sessionless) voidsetSessionlessIsSet(boolean value) toString()voidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
sessionless
public boolean sessionless -
initialNamespace
-
client_protocol
- See Also:
-
client_protocol_i64
public long client_protocol_i64 -
metaDataMap
public static final Map<TStatementConf._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
TStatementConf
public TStatementConf() -
TStatementConf
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TStatementConf,TStatementConf._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<TStatementConf,TStatementConf._Fields>
-
isSessionless
public boolean isSessionless() -
setSessionless
-
unsetSessionless
public void unsetSessionless() -
isSetSessionless
public boolean isSetSessionless()Returns true if field sessionless is set (has been assigned a value) and false otherwise -
setSessionlessIsSet
public void setSessionlessIsSet(boolean value) -
getInitialNamespace
-
setInitialNamespace
-
unsetInitialNamespace
public void unsetInitialNamespace() -
isSetInitialNamespace
public boolean isSetInitialNamespace()Returns true if field initialNamespace is set (has been assigned a value) and false otherwise -
setInitialNamespaceIsSet
public void setInitialNamespaceIsSet(boolean value) -
getClient_protocol
- See Also:
-
setClient_protocol
- See Also:
-
unsetClient_protocol
public void unsetClient_protocol() -
isSetClient_protocol
public boolean isSetClient_protocol()Returns true if field client_protocol is set (has been assigned a value) and false otherwise -
setClient_protocolIsSet
public void setClient_protocolIsSet(boolean value) -
getClient_protocol_i64
public long getClient_protocol_i64() -
setClient_protocol_i64
-
unsetClient_protocol_i64
public void unsetClient_protocol_i64() -
isSetClient_protocol_i64
public boolean isSetClient_protocol_i64()Returns true if field client_protocol_i64 is set (has been assigned a value) and false otherwise -
setClient_protocol_i64IsSet
public void setClient_protocol_i64IsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TStatementConf,TStatementConf._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TStatementConf,TStatementConf._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TStatementConf,TStatementConf._Fields>
-
equals
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<TStatementConf>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TStatementConf,TStatementConf._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-