Package com.adbs.syntax
Class MySQLSelectIntoOutfile
java.lang.Object
com.adbs.ast.AstNodeBase
com.adbs.ast.AstExtender
com.adbs.ast.AstNode
com.adbs.syntax.MySQLSelectIntoFile
com.adbs.syntax.MySQLSelectIntoOutfile
- All Implemented Interfaces:
- Disposable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanFields inherited from class com.adbs.syntax.MySQLSelectIntoFilefileNameFields inherited from class com.adbs.ast.AstNodeBasedata, sqlContext, usedDatabaseObjectColumns, usedDatabaseObjects
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidbuildSQLDirect(SQLBuilder builder, SQLBuilderSelectFormat format) protected voidMethods inherited from class com.adbs.ast.AstNodebuildSQL, clone, dispose, editProps, editPropsInternal, getExtender, getSimpleSQL, setExtender, updateExtenderMethods inherited from class com.adbs.ast.AstExtenderbuildSQLForNode, editPropsForNodeMethods inherited from class com.adbs.ast.AstNodeBaseassertIsAlive, buildASTField, buildASTField, calcStatistics, calcStatisticsRecursive, cloneInternal, findFirstChildIndexForClass, getAstFieldList, getMyChildren, getMyChildrenRecursive, getReferencedColumns, getReferencedColumnsRecursive, getReferencedDatasources, getReferencedDatasourcesRecursive, getSQLContext, getUsedDatabaseObjectColumns, getUsedDatabaseObjects, isAlive, moveSubQueryInProxy, moveSubQueryInProxyRecursive, prepareAndFixupRecursive, prepareAndFixupRecursive, prepareCalcStatistics, prepareCalcStatisticsRecursive, removeReferencesToDatasource, removeReferencesToDatasourceInternal, replaceReferencesToDatasource, replaceReferencesToDatasourceRecursive, restoreColumnPrefix, restoreColumnPrefixRecursive, simplifyTree, simplifyTreeRecursive, traverseASTTreeDepthFirst, traverseASTTreeSiblingFirst
- 
Field Details- 
fieldsTerminatedBy
- 
fieldsEnclosedByOptionallypublic boolean fieldsEnclosedByOptionally
- 
fieldsEnclosedBy
- 
fieldsEscapedBy
- 
linesStartingBy
- 
linesTerminatedBy
 
- 
- 
Constructor Details- 
MySQLSelectIntoOutfile
 
- 
- 
Method Details- 
assign- Overrides:
- assignin class- AstNodeBase
 
- 
getASTFields- Overrides:
- getASTFieldsin class- MySQLSelectIntoFile
 
- 
buildSQLDirect- Overrides:
- buildSQLDirectin class- AstNode
 
 
-