|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.solarmetric.rd.kodo.impl.jdbc.schema.DBDictionary
|
+--com.solarmetric.rd.kodo.impl.jdbc.schema.dict.SybaseDictionary
Dictionary for Sybase.
| Field Summary |
| Fields inherited from class com.solarmetric.rd.kodo.impl.jdbc.schema.DBDictionary |
CENTI, DECI, MICRO, MILLI, NANO, SEC |
| Constructor Summary | |
SybaseDictionary()
|
|
| Method Summary | |
protected java.lang.String |
getDeclareColumnSQL(com.solarmetric.rd.kodo.impl.jdbc.schema.Column col,
boolean alter)
Return the declaration SQL for the given column. |
java.lang.String[] |
getDropIndexSQL(com.solarmetric.rd.kodo.impl.jdbc.schema.Index idx)
Return a series of SQL statements to drop the given index. |
java.lang.String |
getPlatform()
Return the database platform for this dictionary. |
boolean |
supportsSelectForUpdate()
Whether locking on queries is supported; returns the metadata's reported value by default. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SybaseDictionary()
| Method Detail |
public java.lang.String getPlatform()
DBDictionary
getPlatform in class DBDictionarypublic boolean supportsSelectForUpdate()
DBDictionary
supportsSelectForUpdate in class DBDictionarypublic java.lang.String[] getDropIndexSQL(com.solarmetric.rd.kodo.impl.jdbc.schema.Index idx)
DBDictionaryDROP INDEX <index name> by default.
getDropIndexSQL in class DBDictionary
protected java.lang.String getDeclareColumnSQL(com.solarmetric.rd.kodo.impl.jdbc.schema.Column col,
boolean alter)
DBDictionaryDBDictionary.getCreateTableSQL(com.solarmetric.rd.kodo.impl.jdbc.schema.Table) and
DBDictionary.getAddColumnSQL(com.solarmetric.rd.kodo.impl.jdbc.schema.Column).
getDeclareColumnSQL in class DBDictionary
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||