public class DBDataType extends Object implements org.databene.commons.Named, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static DBDataType |
getInstance(int jdbcType,
String name) |
static DBDataType |
getInstance(String name) |
int |
getJdbcType() |
String |
getName() |
int |
hashCode() |
boolean |
isAlpha() |
boolean |
isDecimal() |
boolean |
isInteger() |
boolean |
isLOB() |
boolean |
isNumber() |
boolean |
isTemporal() |
boolean |
isVarChar() |
static int |
jdbcTypeFor(String name) |
String |
toString() |
public static DBDataType getInstance(String name)
public static DBDataType getInstance(int jdbcType, String name)
public static int jdbcTypeFor(String name)
public String getName()
getName in interface org.databene.commons.Namedpublic int getJdbcType()
public boolean isLOB()
public boolean isVarChar()
public boolean isAlpha()
public boolean isNumber()
public boolean isInteger()
public boolean isDecimal()
public boolean isTemporal()
Copyright © 2006–2014 Volker Bergmann. All rights reserved.