|
com.im.commons.db 5.9.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.im.commons.db.ddl.tablesets.TableSetInfo
com.im.commons.db.ddl.tablesets.AbstractJChemTableSetInfo
public abstract class AbstractJChemTableSetInfo
Abstract base class of a TableSetInfo for a JChem table (cartridge of JChemBase)
| Field Summary | |
|---|---|
protected boolean |
absoluteStereo
|
protected int |
numberOfEdges
|
protected int |
numberOfInts
|
protected int |
numberOfOnes
|
protected SchemaQualifiedName |
propertyTable
|
protected String |
standardizerConfig
|
protected String |
structureColumnName
|
protected int |
tableType
|
protected int |
tableVersion
|
protected boolean |
tautomerDuplicateChecking
|
| Fields inherited from class com.im.commons.db.ddl.tablesets.TableSetInfo |
|---|
tableInfos |
| Constructor Summary | |
|---|---|
protected |
AbstractJChemTableSetInfo()
|
| Method Summary | |
|---|---|
protected void |
buildToString(StringBuilder builder)
|
String |
getChemicalTermsDefinitionForColumn(String columnName)
|
Map<String,String> |
getChemicalTermsDefinitions()
A Map of the chemical terms columns definitions. |
abstract int |
getJChemTableIndex()
|
DBTableInfo |
getJChemTableInfo()
Get the tableInfo for the JChemBase table. |
DBTableInfo |
getJChemTableInfoFull()
|
int |
getNumberOfEdges()
|
int |
getNumberOfInts()
|
int |
getNumberOfOnes()
|
abstract String |
getPropertyNamePrefixForJChemBaseTableInPropertyTable()
Get the prefix that identifies this JChem table's properties in the JChem property table. |
SchemaQualifiedName |
getPropertyTable()
|
String |
getStandardizerConfig()
|
String |
getStructureColumnName()
The name of the structure column which is used by this index |
int |
getTableType()
The contents of the table as defined by one of the (@link chemaxon.jchem.db.TableTypeConstants) TABLE_TYPE_* constants |
int |
getTableVersion()
|
boolean |
isAbsoluteStereo()
|
boolean |
isTautomerDuplicateChecking()
|
void |
setAbsoluteStereo(boolean absoluteStereo)
|
void |
setTautomerDuplicateChecking(boolean tautomerDuplicateChecking)
|
String |
toString()
|
| Methods inherited from class com.im.commons.db.ddl.tablesets.TableSetInfo |
|---|
addToModel, clone, getJoins, getTableInfos, getTableNames, getType, removeFromModel, schemaPlusTable, updateLazyTableInfos, updateTableInfos, updateTableInfosRemoveProxies |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String structureColumnName
protected SchemaQualifiedName propertyTable
protected int numberOfOnes
protected int numberOfInts
protected int numberOfEdges
protected int tableType
protected int tableVersion
protected boolean absoluteStereo
protected boolean tautomerDuplicateChecking
protected String standardizerConfig
| Constructor Detail |
|---|
protected AbstractJChemTableSetInfo()
| Method Detail |
|---|
public SchemaQualifiedName getPropertyTable()
public String getStructureColumnName()
public int getNumberOfOnes()
public int getNumberOfInts()
public int getNumberOfEdges()
public String getStandardizerConfig()
public boolean isAbsoluteStereo()
public void setAbsoluteStereo(boolean absoluteStereo)
public boolean isTautomerDuplicateChecking()
public void setTautomerDuplicateChecking(boolean tautomerDuplicateChecking)
public int getTableVersion()
public int getTableType()
public Map<String,String> getChemicalTermsDefinitions()
public String getChemicalTermsDefinitionForColumn(String columnName)
public abstract int getJChemTableIndex()
public DBTableInfo getJChemTableInfo()
public DBTableInfo getJChemTableInfoFull()
public String toString()
toString in class Objectpublic abstract String getPropertyNamePrefixForJChemBaseTableInPropertyTable()
protected void buildToString(StringBuilder builder)
|
com.im.commons.db 5.9.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||