Uses of Class
com.alibaba.druid.sql.ast.statement.SQLExternalRecordFormat
-
-
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.ast.statement
Fields in com.alibaba.druid.sql.ast.statement declared as SQLExternalRecordFormat Modifier and Type Field Description protected SQLExternalRecordFormatSQLCreateIndexStatement. rowFormatprotected SQLExternalRecordFormatSQLCreateTableStatement. rowFormatMethods in com.alibaba.druid.sql.ast.statement that return SQLExternalRecordFormat Modifier and Type Method Description SQLExternalRecordFormatSQLExternalRecordFormat. clone()SQLExternalRecordFormatSQLCreateIndexStatement. getRowFormat()SQLExternalRecordFormatSQLCreateTableStatement. getRowFormat()Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLExternalRecordFormat Modifier and Type Method Description voidSQLCreateIndexStatement. setRowFormat(SQLExternalRecordFormat x)voidSQLCreateTableStatement. setRowFormat(SQLExternalRecordFormat x) -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.dialect.hive.stmt
Methods in com.alibaba.druid.sql.dialect.hive.stmt that return SQLExternalRecordFormat Modifier and Type Method Description SQLExternalRecordFormatHiveLoadDataStatement. getFormat()Methods in com.alibaba.druid.sql.dialect.hive.stmt with parameters of type SQLExternalRecordFormat Modifier and Type Method Description voidHiveLoadDataStatement. setFormat(SQLExternalRecordFormat x) -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.dialect.hive.visitor
Methods in com.alibaba.druid.sql.dialect.hive.visitor with parameters of type SQLExternalRecordFormat Modifier and Type Method Description booleanHiveOutputVisitor. visit(SQLExternalRecordFormat x) -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.dialect.mysql.visitor
Methods in com.alibaba.druid.sql.dialect.mysql.visitor with parameters of type SQLExternalRecordFormat Modifier and Type Method Description booleanMySqlOutputVisitor. visit(SQLExternalRecordFormat x) -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.dialect.odps.ast
Fields in com.alibaba.druid.sql.dialect.odps.ast declared as SQLExternalRecordFormat Modifier and Type Field Description protected SQLExternalRecordFormatOdpsUnloadStatement. rowFormatMethods in com.alibaba.druid.sql.dialect.odps.ast that return SQLExternalRecordFormat Modifier and Type Method Description SQLExternalRecordFormatOdpsTransformExpr. getInputRowFormat()SQLExternalRecordFormatOdpsTransformExpr. getOutputRowFormat()SQLExternalRecordFormatOdpsUnloadStatement. getRowFormat()Methods in com.alibaba.druid.sql.dialect.odps.ast with parameters of type SQLExternalRecordFormat Modifier and Type Method Description voidOdpsTransformExpr. setInputRowFormat(SQLExternalRecordFormat inputRowFormat)voidOdpsTransformExpr. setOutputRowFormat(SQLExternalRecordFormat outputRowFormat)voidOdpsUnloadStatement. setRowFormat(SQLExternalRecordFormat x) -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.dialect.oracle.ast.stmt
Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return SQLExternalRecordFormat Modifier and Type Method Description SQLExternalRecordFormatOracleCreateTableStatement.Organization. getExternalDirectoryRecordFormat()Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type SQLExternalRecordFormat Modifier and Type Method Description voidOracleCreateTableStatement.Organization. setExternalDirectoryRecordFormat(SQLExternalRecordFormat recordFormat) -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.dialect.spark.parser
Methods in com.alibaba.druid.sql.dialect.spark.parser that return SQLExternalRecordFormat Modifier and Type Method Description SQLExternalRecordFormatSparkExprParser. parseRowFormat() -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.parser
Methods in com.alibaba.druid.sql.parser that return SQLExternalRecordFormat Modifier and Type Method Description SQLExternalRecordFormatSQLExprParser. parseRowFormat() -
Uses of SQLExternalRecordFormat in com.alibaba.druid.sql.visitor
Methods in com.alibaba.druid.sql.visitor with parameters of type SQLExternalRecordFormat Modifier and Type Method Description default voidSQLASTVisitor. endVisit(SQLExternalRecordFormat x)protected booleanSQLASTOutputVisitor. hiveVisit(SQLExternalRecordFormat x)booleanSchemaStatVisitor. visit(SQLExternalRecordFormat x)booleanSQLASTOutputVisitor. visit(SQLExternalRecordFormat x)default booleanSQLASTVisitor. visit(SQLExternalRecordFormat x)
-