public static final class JDBCDriverTest.TypeDescriptor
extends java.lang.Object
This helper class describes a legal datatype and the version of Derby where the datatype first appears.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_derbyTypeName |
private CompatibilitySuite.Version |
_derbyVersion |
private int |
_jdbcType |
Constructor and Description |
---|
TypeDescriptor(int jdbcType,
java.lang.String derbyTypeName,
CompatibilitySuite.Version derbyVersion) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDerbyTypeName() |
CompatibilitySuite.Version |
getDerbyVersion() |
int |
getJdbcType() |
private int _jdbcType
private java.lang.String _derbyTypeName
private CompatibilitySuite.Version _derbyVersion
public TypeDescriptor(int jdbcType, java.lang.String derbyTypeName, CompatibilitySuite.Version derbyVersion)
public int getJdbcType()
public java.lang.String getDerbyTypeName()
public CompatibilitySuite.Version getDerbyVersion()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.