public static class UnsupportedTypesResultSet.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static java.sql.Array |
getArray(UnsupportedTypesResultSet $this,
int index) |
static java.sql.Array |
getArray(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.io.InputStream |
getAsciiStream(UnsupportedTypesResultSet $this,
int index) |
static java.io.InputStream |
getAsciiStream(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.io.InputStream |
getBinaryStream(UnsupportedTypesResultSet $this,
int index) |
static java.io.InputStream |
getBinaryStream(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.sql.Blob |
getBlob(UnsupportedTypesResultSet $this,
int index) |
static java.sql.Blob |
getBlob(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.sql.Clob |
getClob(UnsupportedTypesResultSet $this,
int index) |
static java.sql.Clob |
getClob(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.io.Reader |
getNCharacterStream(UnsupportedTypesResultSet $this,
int index) |
static java.io.Reader |
getNCharacterStream(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.sql.NClob |
getNClob(UnsupportedTypesResultSet $this,
int index) |
static java.sql.NClob |
getNClob(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.lang.Object |
getObject(UnsupportedTypesResultSet $this,
int index,
java.util.Map<java.lang.String,java.lang.Class> map) |
static java.lang.Object |
getObject(UnsupportedTypesResultSet $this,
java.lang.String label,
java.util.Map<java.lang.String,java.lang.Class> map) |
static <T> T |
getObject(UnsupportedTypesResultSet $this,
int index,
java.lang.Class<T> type) |
static <T> T |
getObject(UnsupportedTypesResultSet $this,
java.lang.String label,
java.lang.Class<T> type) |
static java.sql.Ref |
getRef(UnsupportedTypesResultSet $this,
int index) |
static java.sql.Ref |
getRef(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.sql.RowId |
getRowId(UnsupportedTypesResultSet $this,
int index) |
static java.sql.RowId |
getRowId(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.sql.SQLXML |
getSQLXML(UnsupportedTypesResultSet $this,
int index) |
static java.sql.SQLXML |
getSQLXML(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.net.URL |
getURL(UnsupportedTypesResultSet $this,
int index) |
static java.net.URL |
getURL(UnsupportedTypesResultSet $this,
java.lang.String label) |
static java.io.InputStream |
getUnicodeStream(UnsupportedTypesResultSet $this,
int index) |
static java.io.InputStream |
getUnicodeStream(UnsupportedTypesResultSet $this,
java.lang.String label) |
public static java.sql.NClob getNClob(UnsupportedTypesResultSet $this, int index)
public static java.sql.NClob getNClob(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.io.InputStream getBinaryStream(UnsupportedTypesResultSet $this, int index)
public static java.io.InputStream getBinaryStream(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.sql.Blob getBlob(UnsupportedTypesResultSet $this, int index)
public static java.sql.Blob getBlob(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.io.InputStream getUnicodeStream(UnsupportedTypesResultSet $this, int index)
public static java.io.InputStream getUnicodeStream(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.io.Reader getNCharacterStream(UnsupportedTypesResultSet $this, int index)
public static java.io.Reader getNCharacterStream(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.io.InputStream getAsciiStream(UnsupportedTypesResultSet $this, int index)
public static java.io.InputStream getAsciiStream(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.sql.SQLXML getSQLXML(UnsupportedTypesResultSet $this, int index)
public static java.sql.SQLXML getSQLXML(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.net.URL getURL(UnsupportedTypesResultSet $this, int index)
public static java.net.URL getURL(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.lang.Object getObject(UnsupportedTypesResultSet $this, int index, java.util.Map<java.lang.String,java.lang.Class> map)
public static java.lang.Object getObject(UnsupportedTypesResultSet $this, java.lang.String label, java.util.Map<java.lang.String,java.lang.Class> map)
public static <T> T getObject(UnsupportedTypesResultSet $this, int index, java.lang.Class<T> type)
public static <T> T getObject(UnsupportedTypesResultSet $this, java.lang.String label, java.lang.Class<T> type)
public static java.sql.Clob getClob(UnsupportedTypesResultSet $this, int index)
public static java.sql.Clob getClob(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.sql.Array getArray(UnsupportedTypesResultSet $this, int index)
public static java.sql.Array getArray(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.sql.Ref getRef(UnsupportedTypesResultSet $this, int index)
public static java.sql.Ref getRef(UnsupportedTypesResultSet $this, java.lang.String label)
public static java.sql.RowId getRowId(UnsupportedTypesResultSet $this, int index)
public static java.sql.RowId getRowId(UnsupportedTypesResultSet $this, java.lang.String label)