Class BigQueryCreateModelStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.dialect.bigquery.ast.BigQueryCreateModelStatement
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLStatement,BigQueryObject
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHintsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(BigQueryVisitor visitor) voidgetName()booleanbooleanvoidvoidsetIfNotExists(boolean ifNotExists) voidvoidsetReplace(boolean replace) voidMethods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
clone, cloneTo, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLineMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Constructor Details
-
BigQueryCreateModelStatement
public BigQueryCreateModelStatement()
-
-
Method Details
-
getName
-
setName
-
getOptions
-
isIfNotExists
public boolean isIfNotExists() -
setIfNotExists
public void setIfNotExists(boolean ifNotExists) -
isReplace
public boolean isReplace() -
setReplace
public void setReplace(boolean replace) -
getTrainingData
-
setTrainingData
-
getCustomHoliday
-
setCustomHoliday
-
accept0
- Specified by:
accept0in interfaceBigQueryObject- Overrides:
accept0in classSQLStatementImpl
-
accept0
- Specified by:
accept0in interfaceBigQueryObject
-