| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.sqlbuilder.views.source.ConnectionContext
public class ConnectionContext
| Constructor Summary | |
|---|---|
| ConnectionContext()ConnectionContext constructor comment. | |
| Method Summary | |
|---|---|
|  boolean | canConnect()Insert the method's description here. | 
|  void | connect()Insert the method's description here. | 
|  void | executeStatement(java.lang.String statement)Insert the method's description here. | 
|  void | executeStatements(java.lang.String[] statements)Insert the method's description here. | 
|  java.lang.String | getDatabaseName()Insert the method's description here. | 
|  SQLBuilderDBProposalsService | getDBProposalsService()Gets the DB proposals service associated with the connection. | 
|  SQLDomainModel | getDomainModel()Gets the domain model for the current SQL statement. | 
|  java.lang.String[] | getQualifiedColumnNames()Insert the method's description here. | 
|  java.lang.String[] | getQualifiedTableNames()Insert the method's description here. | 
|  java.lang.String[] | getSchemaTableNames(java.lang.String tableName)Insert the method's description here. | 
|  java.lang.String[] | getSchemataNames()Insert the method's description here. | 
|  java.lang.String[] | getTableColumnNames(java.lang.String tableName)Insert the method's description here. | 
|  boolean | isConnected()Insert the method's description here. | 
|  void | setDBProposalsService(SQLBuilderDBProposalsService dbProposalsService)Sets the DB proposals service associated with the connection to the given object. | 
|  void | setDomainModel(SQLDomainModel domainModel)Sets the domain model for the current SQL statement. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConnectionContext()
| Method Detail | 
|---|
public boolean canConnect()
canConnect in interface IDBContextpublic void connect()
connect in interface IDBContextpublic void executeStatement(java.lang.String statement)
executeStatement in interface IDBContextstatement - java.lang.Stringpublic void executeStatements(java.lang.String[] statements)
executeStatements in interface IDBContextstatements - java.lang.String[]public java.lang.String getDatabaseName()
getDatabaseName in interface IDBContextpublic java.lang.String[] getQualifiedColumnNames()
getQualifiedColumnNames in interface IDBContextpublic java.lang.String[] getQualifiedTableNames()
getQualifiedTableNames in interface IDBContextpublic java.lang.String[] getSchemaTableNames(java.lang.String tableName)
getSchemaTableNames in interface IDBContextpublic java.lang.String[] getSchemataNames()
getSchemataNames in interface IDBContextpublic java.lang.String[] getTableColumnNames(java.lang.String tableName)
getTableColumnNames in interface IDBContexttableName - java.lang.String
public boolean isConnected()
isConnected in interface IDBContextpublic SQLBuilderDBProposalsService getDBProposalsService()
getDBProposalsService in interface IDBContextpublic void setDBProposalsService(SQLBuilderDBProposalsService dbProposalsService)
dbProposalsService - the SQLDBProposalsService object to usepublic SQLDomainModel getDomainModel()
getDomainModel in interface IDBContextpublic void setDomainModel(SQLDomainModel domainModel)
domainModel - the statement domain model| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||