类 DefaultColumnHandler
java.lang.Object
com.codingapi.springboot.authorization.handler.DefaultColumnHandler
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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) 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) 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) getObject(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, Object value) shortgetShort(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, short 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)
-
构造器详细资料
-
DefaultColumnHandler
public DefaultColumnHandler()
-
-
方法详细资料
-
getString
public String getString(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, String value) - 指定者:
getString在接口中ColumnHandler
-
getBoolean
public boolean getBoolean(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, boolean value) - 指定者:
getBoolean在接口中ColumnHandler
-
getByte
public byte getByte(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, byte value) - 指定者:
getByte在接口中ColumnHandler
-
getShort
public short getShort(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, short value) - 指定者:
getShort在接口中ColumnHandler
-
getInt
public int getInt(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, int value) - 指定者:
getInt在接口中ColumnHandler
-
getLong
public long getLong(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, long value) - 指定者:
getLong在接口中ColumnHandler
-
getFloat
public float getFloat(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, float value) - 指定者:
getFloat在接口中ColumnHandler
-
getDouble
public double getDouble(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, double value) - 指定者:
getDouble在接口中ColumnHandler
-
getBigDecimal
public BigDecimal getBigDecimal(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, BigDecimal value) - 指定者:
getBigDecimal在接口中ColumnHandler
-
getBytes
public byte[] getBytes(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, byte[] value) - 指定者:
getBytes在接口中ColumnHandler
-
getDate
public Date getDate(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, Date value) - 指定者:
getDate在接口中ColumnHandler
-
getTime
public Time getTime(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, Time value) - 指定者:
getTime在接口中ColumnHandler
-
getTimestamp
public Timestamp getTimestamp(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, Timestamp value) - 指定者:
getTimestamp在接口中ColumnHandler
-
getAsciiStream
public InputStream getAsciiStream(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, InputStream value) - 指定者:
getAsciiStream在接口中ColumnHandler
-
getUnicodeStream
public InputStream getUnicodeStream(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, InputStream value) - 指定者:
getUnicodeStream在接口中ColumnHandler
-
getBinaryStream
public InputStream getBinaryStream(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, InputStream value) - 指定者:
getBinaryStream在接口中ColumnHandler
-
getObject
public Object getObject(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, Object value) - 指定者:
getObject在接口中ColumnHandler
-
getCharacterStream
public Reader getCharacterStream(SQLInterceptState interceptState, int columnIndex, String tableName, String columnName, Reader value) - 指定者:
getCharacterStream在接口中ColumnHandler
-