public class ODBMSDataTypeHandler extends Object implements ODriverDataTypeHandler
Modifier and Type | Field and Description |
---|---|
protected Map<String,com.orientechnologies.orient.core.metadata.schema.OType> |
dbmsType2OrientType |
boolean |
geospatialImplemented |
boolean |
jsonImplemented |
Constructor and Description |
---|
ODBMSDataTypeHandler() |
Modifier and Type | Method and Description |
---|---|
String |
buildGeospatialQuery(OEntity entity,
OTeleporterContext context) |
com.orientechnologies.orient.core.record.impl.ODocument |
convertJSONToDocument(String currentProperty,
String currentAttributeValue) |
boolean |
isGeospatial(String currentOriginalType) |
com.orientechnologies.orient.core.metadata.schema.OType |
resolveType(String type)
The method returns the Orient Type starting from the string name type of the original DBMS.
|
protected Map<String,com.orientechnologies.orient.core.metadata.schema.OType> dbmsType2OrientType
public boolean jsonImplemented
public boolean geospatialImplemented
public com.orientechnologies.orient.core.metadata.schema.OType resolveType(String type)
resolveType
in interface ODriverDataTypeHandler
public com.orientechnologies.orient.core.record.impl.ODocument convertJSONToDocument(String currentProperty, String currentAttributeValue)
public boolean isGeospatial(String currentOriginalType)
currentOriginalType
- public String buildGeospatialQuery(OEntity entity, OTeleporterContext context)
entity
- context
- Copyright © 2015–2022 OrientDB. All rights reserved.