SQLInsertStatement

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

cloneTo
alias cloneTo = SQLInsertInto.cloneTo
Undocumented in source.

Functions

accept0
void accept0(SQLASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLInsertStatement clone()
Undocumented in source. Be warned that the author may not have intended to support it.
cloneTo
void cloneTo(SQLInsertStatement x)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildren
List!SQLObject getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
getDbType
string getDbType()
Undocumented in source. Be warned that the author may not have intended to support it.
getWith
SQLWithSubqueryClause getWith()
Undocumented in source. Be warned that the author may not have intended to support it.
isAfterSemi
bool isAfterSemi()
Undocumented in source. Be warned that the author may not have intended to support it.
isUpsert
bool isUpsert()
Undocumented in source. Be warned that the author may not have intended to support it.
setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source. Be warned that the author may not have intended to support it.
setDbType
void setDbType(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpsert
void setUpsert(bool upsert)
Undocumented in source. Be warned that the author may not have intended to support it.
setWith
void setWith(SQLWithSubqueryClause _with)
Undocumented in source. Be warned that the author may not have intended to support it.
toLowerCaseString
string toLowerCaseString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_with
SQLWithSubqueryClause _with;
Undocumented in source.
dbType
string dbType;
Undocumented in source.
upsert
bool upsert;
Undocumented in source.

Inherited Members

From SQLInsertInto

tableSource
SQLExprTableSource tableSource;
Undocumented in source.
columns
List!SQLExpr columns;
Undocumented in source.
columnsString
string columnsString;
Undocumented in source.
columnsStringHash
long columnsStringHash;
Undocumented in source.
query
SQLSelect query;
Undocumented in source.
valuesList
List!(ValuesClause) valuesList;
Undocumented in source.
cloneTo
void cloneTo(SQLInsertInto x)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
SQLInsertInto clone()
Undocumented in source.
getAlias
string getAlias()
Undocumented in source. Be warned that the author may not have intended to support it.
setAlias
void setAlias(string alias_p)
Undocumented in source. Be warned that the author may not have intended to support it.
getTableSource
SQLExprTableSource getTableSource()
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLExprTableSource tableSource)
Undocumented in source. Be warned that the author may not have intended to support it.
getTableName
SQLName getTableName()
Undocumented in source. Be warned that the author may not have intended to support it.
setTableName
void setTableName(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
setTableSource
void setTableSource(SQLName tableName)
Undocumented in source. Be warned that the author may not have intended to support it.
getQuery
SQLSelect getQuery()
Undocumented in source. Be warned that the author may not have intended to support it.
setQuery
void setQuery(SQLSelectQuery query)
Undocumented in source. Be warned that the author may not have intended to support it.
setQuery
void setQuery(SQLSelect query)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumns
List!SQLExpr getColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
addColumn
void addColumn(SQLExpr column)
Undocumented in source. Be warned that the author may not have intended to support it.
getValues
ValuesClause getValues()
Undocumented in source. Be warned that the author may not have intended to support it.
setValues
void setValues(ValuesClause values)
Undocumented in source. Be warned that the author may not have intended to support it.
getValuesList
List!ValuesClause getValuesList()
Undocumented in source. Be warned that the author may not have intended to support it.
addValueCause
void addValueCause(ValuesClause valueClause)
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnsString
string getColumnsString()
Undocumented in source. Be warned that the author may not have intended to support it.
getColumnsStringHash
long getColumnsStringHash()
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnsString
void setColumnsString(string columnsString, long columnsStringHash)
Undocumented in source. Be warned that the author may not have intended to support it.

From SQLStatement

getDbType
string getDbType()
Undocumented in source.
isAfterSemi
bool isAfterSemi()
Undocumented in source.
setAfterSemi
void setAfterSemi(bool afterSemi)
Undocumented in source.
clone
SQLStatement clone()
Undocumented in source.
getChildren
List!SQLObject getChildren()
Undocumented in source.
toLowerCaseString
string toLowerCaseString()
Undocumented in source.

Meta