|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectchemaxon.jchem.db.StructureTableOptions
Class for storing options for straucture table creation.
| Field Summary | |||||||
boolean |
absoluteStereo
Specifies if structures should eb treated as absolute stereo during database search. |
||||||
boolean |
cartridgeIndexTable
For internal use only. |
||||||
java.util.Map |
chemTermColsConfig
Map having as keys the names of columns which must be assigned a value (during structure import and update). |
||||||
java.lang.String |
extraColumnDefinitions
Definitions of additional columns. |
||||||
int |
fp_numberOfEdges
The |
int |
fp_numberOfInts
The |
int |
fp_numberOfOnes
The |
int |
mysqlTableType
Specifies table engine for MySql. |
java.lang.String |
name
The name of the structure table |
||||||
java.lang.String |
standardizerConfig
Custom standardization configuration. |
||||||
chemaxon.sss.screen.StrucFPConfig |
structuralKeyConfig
A structural key configuration. |
||||||
int |
structureColumnType
Specifies the type of the cd_structure column.
|
||||||
int |
tableType
Specifies the type of the structure table. |
||||||
boolean |
tautomerDuplicateChecking
Specifies if tautomers should be considered during PERFECT search, e.g. importing with duplicate checking. |
||||||
| Constructor Summary | |
StructureTableOptions()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public int fp_numberOfInts
int size units (bit count / 32)
public int fp_numberOfOnes
public int fp_numberOfEdges
public java.lang.String standardizerConfig
null, default standardization is used.
public boolean absoluteStereo
public chemaxon.sss.screen.StrucFPConfig structuralKeyConfig
StrucFPConfigpublic java.util.Map chemTermColsConfig
public int tableType
TableTypeConstants.TABLE_TYPE_MOLECULESTableTypeConstants.TABLE_TYPE_REACTIONSTableTypeConstants.TABLE_TYPE_ANY_STRUCTURESTableTypeConstants.TABLE_TYPE_MARKUSH_LIBRARIESTableTypeConstants.TABLE_TYPE_DEFAULT.
public boolean tautomerDuplicateChecking
true the import / insert of structures requires
some additional CPU time.false.
public java.lang.String extraColumnDefinitions
columnDefs field
CREATE statement for legal column definions
public int structureColumnType
cd_structure column.
The following values are accepted:
Types.BLOBTypes.CLOBTypes.LONGVARBINARY
public boolean cartridgeIndexTable
public int mysqlTableType
TableTypeConstants.MYSQL_DEFAULT_TABLE_TYPE,
TableTypeConstants.MYSQL_FORCE_INNO_DB,
TableTypeConstants.MYSQL_FORCE_MYISAM| Constructor Detail |
public StructureTableOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||