Uses of Class
gudusoft.gsqlparser.nodes.TNameValuePair
Packages that use TNameValuePair
Package
Description
Provides the classes represents various SQL query parse tree node.
-
Uses of TNameValuePair in gudusoft.gsqlparser.nodes
Methods in gudusoft.gsqlparser.nodes that return types with arguments of type TNameValuePairModifier and TypeMethodDescriptionTCreateTableOption.getFileFormatProperties()Get file format properties list (e.g., TYPE=CSV, FIELD_DELIMITER='|', SKIP_HEADER=1) Used in Snowflake external table file_format optionTCreateTableOption.parseFileFormatProperties(String fileFormatString) Parse file format string and create name-value pair listMethods in gudusoft.gsqlparser.nodes with parameters of type TNameValuePairModifier and TypeMethodDescriptionvoidTParseTreeVisitor.postVisit(TNameValuePair node) voidTParseTreeVisitor.preVisit(TNameValuePair node) Method parameters in gudusoft.gsqlparser.nodes with type arguments of type TNameValuePairModifier and TypeMethodDescriptionvoidTCreateTableOption.setFileFormatProperties(ArrayList<TNameValuePair> fileFormatProperties) Set file format properties list -
Uses of TNameValuePair in gudusoft.gsqlparser.nodes.snowflake
Methods in gudusoft.gsqlparser.nodes.snowflake that return types with arguments of type TNameValuePairModifier and TypeMethodDescriptionTTaskOption.getSessionParameters()TStageReference.getStageParams()Method parameters in gudusoft.gsqlparser.nodes.snowflake with type arguments of type TNameValuePairModifier and TypeMethodDescriptionvoidTStageReference.setStageParams(ArrayList<TNameValuePair> stageParams) -
Uses of TNameValuePair in gudusoft.gsqlparser.nodes.vertica
Methods in gudusoft.gsqlparser.nodes.vertica that return types with arguments of type TNameValuePair -
Uses of TNameValuePair in gudusoft.gsqlparser.stmt.vertica
Methods in gudusoft.gsqlparser.stmt.vertica that return types with arguments of type TNameValuePair