Class TSQLVariable

    • Field Detail

      • catalogName

        public String catalogName
      • schemaName

        public String schemaName
      • variableName

        public String variableName
      • defaultExpressionSQL

        public String defaultExpressionSQL
      • variableDataType

        public String variableDataType
      • currentValue

        public String currentValue
      • metaDataMap

        public static final Map<TSQLVariable._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • TSQLVariable

        public TSQLVariable()
      • TSQLVariable

        public TSQLVariable​(TSQLVariable other)
        Performs a deep copy on other.
    • Method Detail

      • getCatalogName

        public String getCatalogName()
      • unsetCatalogName

        public void unsetCatalogName()
      • isSetCatalogName

        public boolean isSetCatalogName()
        Returns true if field catalogName is set (has been assigned a value) and false otherwise
      • setCatalogNameIsSet

        public void setCatalogNameIsSet​(boolean value)
      • getSchemaName

        public String getSchemaName()
      • unsetSchemaName

        public void unsetSchemaName()
      • isSetSchemaName

        public boolean isSetSchemaName()
        Returns true if field schemaName is set (has been assigned a value) and false otherwise
      • setSchemaNameIsSet

        public void setSchemaNameIsSet​(boolean value)
      • getVariableName

        public String getVariableName()
      • unsetVariableName

        public void unsetVariableName()
      • isSetVariableName

        public boolean isSetVariableName()
        Returns true if field variableName is set (has been assigned a value) and false otherwise
      • setVariableNameIsSet

        public void setVariableNameIsSet​(boolean value)
      • getDefaultExpressionSQL

        public String getDefaultExpressionSQL()
      • setDefaultExpressionSQL

        public TSQLVariable setDefaultExpressionSQL​(String defaultExpressionSQL)
      • unsetDefaultExpressionSQL

        public void unsetDefaultExpressionSQL()
      • isSetDefaultExpressionSQL

        public boolean isSetDefaultExpressionSQL()
        Returns true if field defaultExpressionSQL is set (has been assigned a value) and false otherwise
      • setDefaultExpressionSQLIsSet

        public void setDefaultExpressionSQLIsSet​(boolean value)
      • getVariableDataType

        public String getVariableDataType()
      • setVariableDataType

        public TSQLVariable setVariableDataType​(String variableDataType)
      • unsetVariableDataType

        public void unsetVariableDataType()
      • isSetVariableDataType

        public boolean isSetVariableDataType()
        Returns true if field variableDataType is set (has been assigned a value) and false otherwise
      • setVariableDataTypeIsSet

        public void setVariableDataTypeIsSet​(boolean value)
      • getCurrentValue

        public String getCurrentValue()
      • unsetCurrentValue

        public void unsetCurrentValue()
      • isSetCurrentValue

        public boolean isSetCurrentValue()
        Returns true if field currentValue is set (has been assigned a value) and false otherwise
      • setCurrentValueIsSet

        public void setCurrentValueIsSet​(boolean value)
      • isSet

        public boolean isSet​(TSQLVariable._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<TSQLVariable,​TSQLVariable._Fields>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.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:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException