Class OracleCreateTableStatement.Organization

java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.dialect.oracle.ast.OracleSegmentAttributesImpl
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleCreateTableStatement.Organization
All Implemented Interfaces:
SQLObject, OracleSegmentAttributes, OracleSQLObject
Enclosing class:
OracleCreateTableStatement

public static class OracleCreateTableStatement.Organization extends OracleSegmentAttributesImpl implements OracleSegmentAttributes, OracleSQLObject
  • Field Details

  • Constructor Details

    • Organization

      public Organization()
  • Method Details

    • accept0

      protected void accept0(SQLASTVisitor visitor)
      Specified by:
      accept0 in class SQLObjectImpl
    • accept0

      public void accept0(OracleASTVisitor visitor)
      Specified by:
      accept0 in interface OracleSQLObject
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getExternalType

      public SQLName getExternalType()
    • setExternalType

      public void setExternalType(SQLName externalType)
    • getExternalDirectory

      public SQLExpr getExternalDirectory()
    • setExternalDirectory

      public void setExternalDirectory(SQLExpr externalDirectory)
    • getExternalDirectoryRecordFormat

      public SQLExternalRecordFormat getExternalDirectoryRecordFormat()
    • setExternalDirectoryRecordFormat

      public void setExternalDirectoryRecordFormat(SQLExternalRecordFormat recordFormat)
    • getExternalRejectLimit

      public SQLExpr getExternalRejectLimit()
    • setExternalRejectLimit

      public void setExternalRejectLimit(SQLExpr externalRejectLimit)
    • getExternalDirectoryLocation

      public List<SQLExpr> getExternalDirectoryLocation()