public class SqlTruncateTableConverter extends Object implements SqlNodeConverter<SqlTruncateTable>
SqlTruncateTable
.SqlNodeConverter.ConvertContext
Constructor and Description |
---|
SqlTruncateTableConverter() |
Modifier and Type | Method and Description |
---|---|
Operation |
convertSqlNode(SqlTruncateTable sqlTruncateTable,
SqlNodeConverter.ConvertContext context)
Convert the given validated
SqlNode into an Operation . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportedSqlKinds
public Operation convertSqlNode(SqlTruncateTable sqlTruncateTable, SqlNodeConverter.ConvertContext context)
SqlNodeConverter
SqlNode
into an Operation
.convertSqlNode
in interface SqlNodeConverter<SqlTruncateTable>
sqlTruncateTable
- a validated SqlNode
.context
- the utilities and context information to convertCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.