public interface RowInserter
Modifier and Type | Method and Description |
---|---|
void |
clearParameter(int col) |
void |
close() |
void |
flush() |
java.nio.charset.Charset |
getCharset(int col) |
boolean |
isClosed() |
void |
reject() |
boolean |
rowIsNotFiltered()
Indicate whether row is filtered.
|
void |
setAscii(int col,
byte[] s,
int offset,
int len) |
void |
setBoolean(int col,
boolean b) |
void |
setByte(int col,
byte b) |
void |
setBytes(int col,
byte[] b) |
void |
setBytes(int col,
byte[] s,
int offset,
int len) |
void |
setChars(int col,
char[] s,
int offset,
int len) |
void |
setDate(int col,
java.sql.Date d) |
void |
setDecimal(int col,
long val,
int scale) |
void |
setDouble(int col,
double d) |
void |
setFloat(int col,
float f) |
void |
setInt(int col,
int i) |
void |
setLatin1(int col,
byte[] s,
int offset,
int len) |
void |
setLong(int col,
long l) |
void |
setNull(int col,
int type) |
void |
setRowtimeBound(java.sql.Timestamp t) |
boolean |
setRowtimeBoundIfNoActivity(long millisInactive,
long millisInFuture) |
void |
setShort(int col,
short s) |
void |
setString(int col,
java.lang.CharSequence s) |
void |
setTime(int col,
java.sql.Time t) |
void |
setTimestamp(int col,
long t) |
boolean |
setUtf8(int col,
byte[] s,
int offset,
int len)
Returns true if the data was truncated into to fit a datum
|
void |
submit() |
void setBoolean(int col, boolean b) throws java.sql.SQLException
java.sql.SQLException
void setByte(int col, byte b) throws java.sql.SQLException
java.sql.SQLException
void setShort(int col, short s) throws java.sql.SQLException
java.sql.SQLException
void setInt(int col, int i) throws java.sql.SQLException
java.sql.SQLException
void setLong(int col, long l) throws java.sql.SQLException
java.sql.SQLException
void setDecimal(int col, long val, int scale) throws java.sql.SQLException
java.sql.SQLException
void setFloat(int col, float f) throws java.sql.SQLException
java.sql.SQLException
void setDouble(int col, double d) throws java.sql.SQLException
java.sql.SQLException
void setString(int col, java.lang.CharSequence s) throws java.sql.SQLException
java.sql.SQLException
void setBytes(int col, byte[] s, int offset, int len) throws java.sql.SQLException
java.sql.SQLException
boolean setUtf8(int col, byte[] s, int offset, int len) throws java.sql.SQLException
java.sql.SQLException
void setLatin1(int col, byte[] s, int offset, int len) throws java.sql.SQLException
java.sql.SQLException
void setAscii(int col, byte[] s, int offset, int len) throws java.sql.SQLException
java.sql.SQLException
void setChars(int col, char[] s, int offset, int len) throws java.sql.SQLException
java.sql.SQLException
void setBytes(int col, byte[] b) throws java.sql.SQLException
java.sql.SQLException
void setDate(int col, java.sql.Date d) throws java.sql.SQLException
java.sql.SQLException
void setTime(int col, java.sql.Time t) throws java.sql.SQLException
java.sql.SQLException
void setTimestamp(int col, long t) throws java.sql.SQLException
java.sql.SQLException
void setNull(int col, int type) throws java.sql.SQLException
java.sql.SQLException
java.nio.charset.Charset getCharset(int col) throws java.sql.SQLException
java.sql.SQLException
boolean isClosed() throws java.sql.SQLException
java.sql.SQLException
boolean rowIsNotFiltered()
void submit() throws java.sql.SQLException
java.sql.SQLException
void reject() throws java.sql.SQLException
java.sql.SQLException
void clearParameter(int col) throws java.sql.SQLException
java.sql.SQLException
void flush() throws java.sql.SQLException
java.sql.SQLException
void setRowtimeBound(java.sql.Timestamp t) throws java.sql.SQLException
java.sql.SQLException
boolean setRowtimeBoundIfNoActivity(long millisInactive, long millisInFuture) throws java.sql.SQLException
java.sql.SQLException
void close() throws java.sql.SQLException
java.sql.SQLException
Copyright (C) 2003-2021 SQLstream, Inc.