public static class OracleCreateTableStatement.OracleExternalRecordFormat extends OracleSQLObjectImpl
| Constructor and Description |
|---|
OracleExternalRecordFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getDelimitedBy() |
SQLExpr |
getTerminatedBy() |
void |
setDelimitedBy(SQLExpr delimitedBy) |
void |
setTerminatedBy(SQLExpr terminatedBy) |
clone, computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic SQLExpr getDelimitedBy()
public void setDelimitedBy(SQLExpr delimitedBy)
public SQLExpr getTerminatedBy()
public void setTerminatedBy(SQLExpr terminatedBy)
Copyright © 2013–2017 Alibaba Group. All rights reserved.