Class SqlJetAlterTableDef
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetAlterTableDef
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.antlr.runtime.ParserRuleReturnScope
-
Constructor Details
-
SqlJetAlterTableDef
public SqlJetAlterTableDef(org.antlr.runtime.ParserRuleReturnScope parsedSql) throws SqlJetException - Parameters:
ast
-- Throws:
SqlJetException
-
-
Method Details
-
getTableName
- Returns:
-
getNewTableName
- Returns:
-
getTableQuotedName
-
getNewTableQuotedName
-
getNewColumnDef
- Returns:
-
getParsedSql
public org.antlr.runtime.ParserRuleReturnScope getParsedSql()- Returns:
- the parsedSql
-