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