|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.jchem.db.StructureTableOptions
public class StructureTableOptions
Class for storing options for structure table creation.
| Field Summary | |
|---|---|
boolean |
absoluteStereo
Specifies if structures should be 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). |
boolean |
duplicateFiltering
Specifies the duplicate filtering option. |
java.lang.String |
extraColumnDefinitions
Definitions of additional columns. |
int |
fp_numberOfEdges
The maximum pattern length. |
int |
fp_numberOfInts
The length of the chemical hashed fingerprint in int
size units (bit count / 32). |
int |
fp_numberOfOnes
The number of bits to be set for patterns. |
int |
mysqlTableType
Specifies table engine for MySql. |
java.lang.String |
name
The name of the structure table |
java.lang.String |
standardizerConfig
Custom standardization configuration string (XML or simple action string). |
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 DUPLICATE search, e.g. importing with duplicate checking. |
boolean |
tautomerSwitchOffAllProtections
Specifies if all protections should be switched off in a tautomer duplicate checked table. |
| Constructor Summary | |
|---|---|
StructureTableOptions()
|
|
| Method Summary |
|---|
| 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). The value should be a multiple of 16.
The default value is TableTypeConstants.FP_DEFAULT_LENGTH_IN_INTS
[TableTypeConstants.TABLE_TYPE_DEFAULT].
More info
public int fp_numberOfOnes
TableTypeConstants.FP_DEFAULT_BITS_PER_PATTERN
[TableTypeConstants.TABLE_TYPE_DEFAULT].
More info
public int fp_numberOfEdges
TableTypeConstants.FP_DEFAULT_PATTERN_LENGTH
[TableTypeConstants.TABLE_TYPE_DEFAULT].
More info
public java.lang.String standardizerConfig
null, default standardization is used.
public boolean absoluteStereo
public 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 boolean tautomerSwitchOffAllProtections
false.
public java.lang.String extraColumnDefinitions
columnDefs field
CREATE statement for legal column definitions.
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_MYISAMpublic boolean duplicateFiltering
| Constructor Detail |
|---|
public StructureTableOptions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||