public class SQLTypeWrapper
extends java.lang.Object
implements java.sql.SQLType
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPluginManager |
pluginManager |
protected java.sql.SQLType |
sqlType |
| Constructor and Description |
|---|
SQLTypeWrapper(@NonNull java.sql.SQLType sqlType,
@NonNull ConnectionPluginManager pluginManager) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.lang.String |
getVendor() |
java.lang.Integer |
getVendorTypeNumber() |
java.lang.String |
toString() |
protected java.sql.SQLType sqlType
protected ConnectionPluginManager pluginManager
public SQLTypeWrapper(@NonNull java.sql.SQLType sqlType,
@NonNull ConnectionPluginManager pluginManager)
public java.lang.String getName()
getName in interface java.sql.SQLTypepublic java.lang.String getVendor()
getVendor in interface java.sql.SQLTypepublic java.lang.Integer getVendorTypeNumber()
getVendorTypeNumber in interface java.sql.SQLTypepublic java.lang.String toString()
toString in class java.lang.Object