|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableDatabaseSourceSql
public class TableDatabaseSourceSql
Field Summary | |
---|---|
protected String |
tableDatabaseName
|
protected String |
tableParseSqlStatements
|
protected String |
tableSqlStatement
|
Constructor Summary | |
---|---|
TableDatabaseSourceSql()
|
Method Summary | |
---|---|
String |
getTableDatabaseName()
Gets the value of the tableDatabaseName property. |
String |
getTableParseSqlStatements()
Gets the value of the tableParseSqlStatements property. |
String |
getTableSqlStatement()
Gets the value of the tableSqlStatement property. |
void |
setTableDatabaseName(String value)
Sets the value of the tableDatabaseName property. |
void |
setTableParseSqlStatements(String value)
Sets the value of the tableParseSqlStatements property. |
void |
setTableSqlStatement(String value)
Sets the value of the tableSqlStatement property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableDatabaseName
protected String tableParseSqlStatements
protected String tableSqlStatement
Constructor Detail |
---|
public TableDatabaseSourceSql()
Method Detail |
---|
public String getTableDatabaseName()
String
public String getTableParseSqlStatements()
String
public String getTableSqlStatement()
String
public void setTableDatabaseName(String value)
value
- allowed object is String
public void setTableParseSqlStatements(String value)
value
- allowed object is String
public void setTableSqlStatement(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |