public class SQLExternalRecordFormat extends SQLObjectImpl
| Constructor and Description |
|---|
SQLExternalRecordFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLExpr |
getDelimitedBy() |
SQLExpr |
getTerminatedBy() |
void |
setDelimitedBy(SQLExpr delimitedBy) |
void |
setTerminatedBy(SQLExpr terminatedBy) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic void accept0(SQLASTVisitor visitor)
public SQLExpr getDelimitedBy()
public void setDelimitedBy(SQLExpr delimitedBy)
public SQLExpr getTerminatedBy()
public void setTerminatedBy(SQLExpr terminatedBy)
Copyright © 2013–2018 Alibaba Group. All rights reserved.