public class MySQLSpatialTypeInfo
extends org.datanucleus.store.rdbms.schema.SQLTypeInfo
| Modifier and Type | Field and Description |
|---|---|
static MySQLSpatialTypeInfo |
TYPEINFO_PROTOTYPE |
allowsPrecisionSpec, autoIncrement, caseSensitive, createParams, dataType, fixedPrecScale, literalPrefix, literalSuffix, localTypeName, maximumScale, minimumScale, nullable, numPrecRadix, precision, searchable, typeName, unsignedAttribute| Constructor and Description |
|---|
MySQLSpatialTypeInfo(ResultSet rs) |
MySQLSpatialTypeInfo(String typeName,
short dataType,
int precision,
String literalPrefix,
String literalSuffix,
String createParams,
int nullable,
boolean caseSensitive,
short searchable,
boolean unsignedAttribute,
boolean fixedPrecScale,
boolean autoIncrement,
String localTypeName,
short minimumScale,
short maximumScale,
int numPrecRadix) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
addProperty, equals, getCreateParams, getDataType, getLiteralPrefix, getLiteralSuffix, getLocalTypeName, getMaximumScale, getMinimumScale, getNullable, getNumPrecRadix, getPrecision, getProperty, getSearchable, getTypeName, hashCode, isAllowsPrecisionSpec, isAutoIncrement, isCaseSensitive, isCompatibleWith, isFixedPrecScale, isUnsignedAttribute, setAllowsPrecisionSpec, setLocalTypeName, setTypeName, toStringpublic static final MySQLSpatialTypeInfo TYPEINFO_PROTOTYPE
public MySQLSpatialTypeInfo(ResultSet rs)
rs - ResultSet (from DatabaseMetaData.getTypeInfo() for example).public MySQLSpatialTypeInfo(String typeName, short dataType, int precision, String literalPrefix, String literalSuffix, String createParams, int nullable, boolean caseSensitive, short searchable, boolean unsignedAttribute, boolean fixedPrecScale, boolean autoIncrement, String localTypeName, short minimumScale, short maximumScale, int numPrecRadix)
Copyright © 2015. All rights reserved.