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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public SQLExpr getDelimitedBy()
public void setDelimitedBy(SQLExpr delimitedBy)
public SQLExpr getTerminatedBy()
public void setTerminatedBy(SQLExpr terminatedBy)
Copyright © 2013–2017 Alibaba Group. All rights reserved.