类 ColumnHandlerContext
java.lang.Object
com.codingapi.springboot.authorization.handler.ColumnHandlerContext
ResultSet 拦截器
-
方法概要
修饰符和类型方法说明getArray(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Array value) getAsciiStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, InputStream value) getBigDecimal(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, BigDecimal value) getBinaryStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, InputStream value) getBlob(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Blob value) booleangetBoolean(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, boolean value) bytegetByte(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, byte value) byte[]getBytes(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, byte[] value) getCharacterStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Reader value) getClob(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Clob value) getDate(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Date value) doublegetDouble(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, double value) floatgetFloat(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, float value) intgetInt(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, int value) longgetLong(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, long value) getNCharacterStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Reader value) getNClob(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, NClob value) getNString(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, String value) getObject(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Object value) <T> TgetObject(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, T value, Class<T> type) getRef(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Ref value) getRowId(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, RowId value) shortgetShort(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, short value) getSQLXML(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, SQLXML value) getString(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, String value) getTime(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Time value) getTimestamp(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Timestamp value) getUnicodeStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, InputStream value) getURL(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, URL value)
-
方法详细资料
-
getString
public String getString(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, String value) -
getShort
public short getShort(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, short value) -
getBoolean
public boolean getBoolean(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, boolean value) -
getByte
public byte getByte(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, byte value) -
getInt
public int getInt(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, int value) -
getLong
public long getLong(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, long value) -
getFloat
public float getFloat(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, float value) -
getDouble
public double getDouble(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, double value) -
getBigDecimal
public BigDecimal getBigDecimal(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, BigDecimal value) -
getBytes
public byte[] getBytes(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, byte[] value) -
getTimestamp
public Timestamp getTimestamp(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Timestamp value) -
getTime
public Time getTime(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Time value) -
getDate
public Date getDate(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Date value) -
getAsciiStream
public InputStream getAsciiStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, InputStream value) -
getUnicodeStream
public InputStream getUnicodeStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, InputStream value) -
getBinaryStream
public InputStream getBinaryStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, InputStream value) -
getObject
public Object getObject(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Object value) -
getCharacterStream
public Reader getCharacterStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Reader value) -
getRef
public Ref getRef(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Ref value) -
getBlob
public Blob getBlob(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Blob value) -
getClob
public Clob getClob(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Clob value) -
getArray
public Array getArray(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Array value) -
getURL
public URL getURL(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, URL value) -
getNClob
public NClob getNClob(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, NClob value) -
getSQLXML
public SQLXML getSQLXML(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, SQLXML value) -
getNString
public String getNString(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, String value) -
getNCharacterStream
public Reader getNCharacterStream(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, Reader value) -
getRowId
public RowId getRowId(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, RowId value) -
getObject
public <T> T getObject(SQLExecuteState interceptState, int columnIndex, String tableName, String columnName, T value, Class<T> type)
-