public final class JdbcWritableBridge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
MAX_BLOB_LENGTH |
static long |
MAX_CLOB_LENGTH |
Modifier and Type | Method and Description |
---|---|
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 © 2019 The Apache Software Foundation