public class Ddl extends Object
| Constructor and Description |
|---|
Ddl() |
Ddl(String statement,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatement()
DDL
|
String |
getTableName()
Table name used in the DDL
|
boolean |
isUseGlobalConnection() |
void |
setStatement(String statement) |
void |
setTableName(String tableName) |
void |
setUseGlobalConnection(boolean useGlobalConnection) |
String |
toString() |
public String getStatement()
public void setStatement(String statement)
public String getTableName()
public void setTableName(String tableName)
public boolean isUseGlobalConnection()
public void setUseGlobalConnection(boolean useGlobalConnection)
Copyright © 2023 Apache Software Foundation. All rights reserved.