public final class JdbcWritableBridge
extends java.lang.Object
JdbcWritableBridge
修飾子とタイプ | フィールドと説明 |
---|---|
static long |
MAX_BLOB_LENGTH
非推奨です。
|
static long |
MAX_CLOB_LENGTH
非推奨です。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static java.math.BigDecimal |
readBigDecimal(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static BlobRef |
readBlobRef(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.lang.Boolean |
readBoolean(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static org.apache.hadoop.io.BytesWritable |
readBytesWritable(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static ClobRef |
readClobRef(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.sql.Date |
readDate(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.lang.Double |
readDouble(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.lang.Float |
readFloat(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.lang.Integer |
readInteger(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.lang.Long |
readLong(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.lang.String |
readString(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.sql.Time |
readTime(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static java.sql.Timestamp |
readTimestamp(int colNum,
java.sql.ResultSet r)
非推奨です。
|
static void |
writeBigDecimal(java.math.BigDecimal val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeBlobRef(BlobRef val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeBoolean(java.lang.Boolean val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeBytesWritable(org.apache.hadoop.io.BytesWritable val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeClobRef(ClobRef val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeDate(java.sql.Date val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeDouble(java.lang.Double val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeFloat(java.lang.Float val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeInteger(java.lang.Integer val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeLong(java.lang.Long val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeString(java.lang.String val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeTime(java.sql.Time val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
static void |
writeTimestamp(java.sql.Timestamp val,
int paramIdx,
int sqlType,
java.sql.PreparedStatement s)
非推奨です。
|
public static final long MAX_BLOB_LENGTH
public static final long MAX_CLOB_LENGTH
public static java.lang.Integer readInteger(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.lang.Long readLong(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.lang.String readString(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.lang.Float readFloat(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.lang.Double readDouble(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.lang.Boolean readBoolean(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.sql.Time readTime(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.sql.Timestamp readTimestamp(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.sql.Date readDate(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static org.apache.hadoop.io.BytesWritable readBytesWritable(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static java.math.BigDecimal readBigDecimal(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static BlobRef readBlobRef(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static ClobRef readClobRef(int colNum, java.sql.ResultSet r) throws java.sql.SQLException
java.sql.SQLException
public static void writeInteger(java.lang.Integer val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeLong(java.lang.Long val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeDouble(java.lang.Double val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeBoolean(java.lang.Boolean val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeFloat(java.lang.Float val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeString(java.lang.String val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeTimestamp(java.sql.Timestamp val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeTime(java.sql.Time val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeDate(java.sql.Date val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeBytesWritable(org.apache.hadoop.io.BytesWritable val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeBigDecimal(java.math.BigDecimal val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeBlobRef(BlobRef val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
public static void writeClobRef(ClobRef val, int paramIdx, int sqlType, java.sql.PreparedStatement s) throws java.sql.SQLException
java.sql.SQLException
Copyright © 2015 The Apache Software Foundation