| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<SqlType.Method,EnumSet<SqlType>> |
SqlType.GET_LIST |
| Modifier and Type | Method and Description |
|---|---|
static SqlType.Method |
SqlType.Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlType.Method[] |
SqlType.Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SqlType.canGet(SqlType.Method aClass,
SqlType sqlType)
Returns whether
ResultSet.getInt(int) and similar methods
can convert a value to a particular SQL type. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.