public final class JavaSqlTypes extends Object implements Iterable<JavaSqlType>
| Constructor and Description |
|---|
JavaSqlTypes() |
| Modifier and Type | Method and Description |
|---|---|
JavaSqlType |
getFromJavaSqlTypeName(String typeName)
Lookup java.sql.Types type, and return more detailed information, including the mapped Java
class.
|
Iterator<JavaSqlType> |
iterator() |
int |
size() |
String |
toString() |
JavaSqlType |
valueOf(int key) |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic JavaSqlType getFromJavaSqlTypeName(String typeName)
typeName - java.sql.Types type namepublic Iterator<JavaSqlType> iterator()
iterator in interface Iterable<JavaSqlType>public int size()
public JavaSqlType valueOf(int key)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.