|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectschemacrawler.schemacrawler.InformationSchemaViews
public final class InformationSchemaViews
The database specific views to get additional database metadata in a standard format.
| Constructor Summary | |
|---|---|
InformationSchemaViews()
Creates empty information schema views. |
|
| Method Summary | |
|---|---|
String |
getCheckConstraints()
Gets the table check constraints SQL from the additional configuration. |
String |
getIndexInfo()
Gets the index info SQL from the additional configuration. |
String |
getRoutines()
Gets the procedure definitions SQL from the additional configuration. |
String |
getTableConstraints()
Gets the table constraints SQL from the additional configuration. |
String |
getTriggers()
Gets the trigger definitions SQL from the additional configuration. |
String |
getViews()
Gets the view definitions SQL from the additional configuration. |
boolean |
hasCheckConstraintsSql()
|
boolean |
hasIndexInfoSql()
|
boolean |
hasRoutinesSql()
|
boolean |
hasTableConstraintsSql()
|
boolean |
hasTriggerSql()
|
boolean |
hasViewsSql()
|
void |
setCheckConstraintsSql(String sql)
Sets the table check constraints SQL from the additional configuration. |
void |
setIndexInfoSql(String sql)
Sets the index info SQL from the additional configuration. |
void |
setRoutinesSql(String sql)
Sets the procedure definitions SQL from the additional configuration. |
void |
setTableConstraintsSql(String sql)
Sets the table constraints SQL from the additional configuration. |
void |
setTriggersSql(String sql)
Sets the trigger definitions SQL from the additional configuration. |
void |
setViewsSql(String sql)
Sets the view definitions SQL from the additional configuration. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InformationSchemaViews()
| Method Detail |
|---|
public String getCheckConstraints()
public String getIndexInfo()
public String getRoutines()
public String getTableConstraints()
public String getTriggers()
public String getViews()
public boolean hasCheckConstraintsSql()
public boolean hasIndexInfoSql()
public boolean hasRoutinesSql()
public boolean hasTableConstraintsSql()
public boolean hasTriggerSql()
public boolean hasViewsSql()
public void setCheckConstraintsSql(String sql)
sql - Table check constraints SQL.public void setIndexInfoSql(String sql)
sql - Index info constraints SQL.public void setRoutinesSql(String sql)
sql - Procedure defnitions SQL.public void setTableConstraintsSql(String sql)
sql - Table constraints SQL.public void setTriggersSql(String sql)
sql - Trigger defnitions SQL.public void setViewsSql(String sql)
sql - View defnitions SQL.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||