| Package | Description |
|---|---|
| gudusoft.gsqlparser.nodes |
Provides the classes represents various SQL query parse tree node.
|
| gudusoft.gsqlparser.nodes.snowflake | |
| gudusoft.gsqlparser.nodes.vertica | |
| gudusoft.gsqlparser.stmt.vertica |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TNameValuePair> |
TCreateTableOption.getFileFormatProperties()
Get file format properties list (e.g., TYPE=CSV, FIELD_DELIMITER='|', SKIP_HEADER=1)
Used in Snowflake external table file_format option
|
ArrayList<TNameValuePair> |
TCreateTableOption.parseFileFormatProperties(String fileFormatString)
Parse file format string and create name-value pair list
|
| Modifier and Type | Method and Description |
|---|---|
void |
TParseTreeVisitor.postVisit(TNameValuePair node) |
void |
TParseTreeVisitor.preVisit(TNameValuePair node) |
| Modifier and Type | Method and Description |
|---|---|
void |
TCreateTableOption.setFileFormatProperties(ArrayList<TNameValuePair> fileFormatProperties)
Set file format properties list
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TNameValuePair> |
TTaskOption.getSessionParameters() |
ArrayList<TNameValuePair> |
TStageReference.getStageParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
TStageReference.setStageParams(ArrayList<TNameValuePair> stageParams) |
| Modifier and Type | Method and Description |
|---|---|
TPTNodeList<TNameValuePair> |
TAlterAuthenticationSqlNode.getSetParams() |
| Modifier and Type | Method and Description |
|---|---|
TPTNodeList<TNameValuePair> |
TAlterAuthentication.getSetParams() |