Modifier and Type | Class and Description |
---|---|
class |
SQLBinaryExpr |
class |
SQLBooleanExpr |
class |
SQLCharExpr |
class |
SQLDateExpr |
class |
SQLDefaultExpr |
class |
SQLHexExpr |
class |
SQLIntegerExpr |
class |
SQLNCharExpr |
class |
SQLNullExpr |
class |
SQLNumberExpr |
class |
SQLNumericLiteralExpr |
class |
SQLTextLiteralExpr |
Modifier and Type | Method and Description |
---|---|
SQLLiteralExpr |
SQLLiteralExpr.clone() |
Modifier and Type | Method and Description |
---|---|
SQLLiteralExpr |
SQLCreateViewStatement.getComment() |
SQLLiteralExpr |
SQLAlterViewStatement.getComment() |
Modifier and Type | Method and Description |
---|---|
void |
SQLCreateViewStatement.setComment(SQLLiteralExpr comment) |
void |
SQLAlterViewStatement.setComment(SQLLiteralExpr comment) |
Modifier and Type | Class and Description |
---|---|
class |
MySqlCharExpr |
Modifier and Type | Method and Description |
---|---|
SQLLiteralExpr |
MySqlOutFileExpr.getColumnsEnclosedBy() |
SQLLiteralExpr |
MySqlOutFileExpr.getColumnsEscaped() |
SQLLiteralExpr |
MySqlOutFileExpr.getLinesStartingBy() |
SQLLiteralExpr |
MySqlOutFileExpr.getLinesTerminatedBy() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlOutFileExpr.setColumnsEnclosedBy(SQLLiteralExpr columnsEnclosedBy) |
void |
MySqlOutFileExpr.setColumnsEscaped(SQLLiteralExpr columnsEscaped) |
void |
MySqlOutFileExpr.setLinesStartingBy(SQLLiteralExpr linesStartingBy) |
void |
MySqlOutFileExpr.setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy) |
Modifier and Type | Method and Description |
---|---|
SQLLiteralExpr |
MySqlLoadDataInFileStatement.getColumnsEnclosedBy() |
SQLLiteralExpr |
MySqlLoadDataInFileStatement.getColumnsEscaped() |
SQLLiteralExpr |
MySqlLoadDataInFileStatement.getColumnsTerminatedBy() |
SQLLiteralExpr |
MySqlLoadXmlStatement.getFileName() |
SQLLiteralExpr |
MySqlLoadDataInFileStatement.getFileName() |
SQLLiteralExpr |
MySqlLoadDataInFileStatement.getLinesStartingBy() |
SQLLiteralExpr |
MySqlLoadDataInFileStatement.getLinesTerminatedBy() |
Modifier and Type | Method and Description |
---|---|
void |
MySqlLoadDataInFileStatement.setColumnsEnclosedBy(SQLLiteralExpr columnsEnclosedBy) |
void |
MySqlLoadDataInFileStatement.setColumnsEscaped(SQLLiteralExpr columnsEscaped) |
void |
MySqlLoadDataInFileStatement.setColumnsTerminatedBy(SQLLiteralExpr columnsTerminatedBy) |
void |
MySqlLoadXmlStatement.setFileName(SQLLiteralExpr fileName) |
void |
MySqlLoadDataInFileStatement.setFileName(SQLLiteralExpr fileName) |
void |
MySqlLoadDataInFileStatement.setLinesStartingBy(SQLLiteralExpr linesStartingBy) |
void |
MySqlLoadDataInFileStatement.setLinesTerminatedBy(SQLLiteralExpr linesTerminatedBy) |
Modifier and Type | Class and Description |
---|---|
class |
OracleBinaryDoubleExpr |
class |
OracleBinaryFloatExpr |
class |
OracleIntervalExpr |
Copyright © 2013–2017 Alibaba Group. All rights reserved.