public class MaskingPreparedStatement.MaskingParamMetaData
extends java.lang.Object
implements net.sf.farrago.type.ExtendedParameterMetaData
Constructor and Description |
---|
MaskingParamMetaData(net.sf.farrago.type.ExtendedParameterMetaData wrappedPMD,
int[] visibleColumns) |
Modifier and Type | Method and Description |
---|---|
java.nio.charset.Charset |
getCharset(int param) |
java.lang.String |
getFieldName(int param) |
java.lang.String |
getParameterClassName(int param) |
int |
getParameterCount() |
int |
getParameterMode(int param) |
int |
getParameterType(int param) |
java.lang.String |
getParameterTypeName(int param) |
int |
getPrecision(int param) |
int |
getScale(int param) |
int |
isNullable(int param) |
boolean |
isSigned(int param) |
boolean |
isWrapperFor(java.lang.Class<?> iface) |
<T> T |
unwrap(java.lang.Class<T> iface) |
public MaskingParamMetaData(net.sf.farrago.type.ExtendedParameterMetaData wrappedPMD, int[] visibleColumns)
public java.lang.String getParameterTypeName(int param) throws java.sql.SQLException
getParameterTypeName
in interface java.sql.ParameterMetaData
getParameterTypeName
in interface net.sf.farrago.type.ExtendedParameterMetaData
java.sql.SQLException
public java.lang.String getFieldName(int param) throws java.sql.SQLException
getFieldName
in interface net.sf.farrago.type.ExtendedParameterMetaData
java.sql.SQLException
public java.nio.charset.Charset getCharset(int param) throws java.sql.SQLException
getCharset
in interface net.sf.farrago.type.ExtendedParameterMetaData
java.sql.SQLException
public int getParameterCount() throws java.sql.SQLException
getParameterCount
in interface java.sql.ParameterMetaData
java.sql.SQLException
public int isNullable(int param) throws java.sql.SQLException
isNullable
in interface java.sql.ParameterMetaData
java.sql.SQLException
public boolean isSigned(int param) throws java.sql.SQLException
isSigned
in interface java.sql.ParameterMetaData
java.sql.SQLException
public int getPrecision(int param) throws java.sql.SQLException
getPrecision
in interface java.sql.ParameterMetaData
java.sql.SQLException
public int getScale(int param) throws java.sql.SQLException
getScale
in interface java.sql.ParameterMetaData
java.sql.SQLException
public int getParameterType(int param) throws java.sql.SQLException
getParameterType
in interface java.sql.ParameterMetaData
java.sql.SQLException
public java.lang.String getParameterClassName(int param) throws java.sql.SQLException
getParameterClassName
in interface java.sql.ParameterMetaData
java.sql.SQLException
public int getParameterMode(int param) throws java.sql.SQLException
getParameterMode
in interface java.sql.ParameterMetaData
java.sql.SQLException
public <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException
unwrap
in interface java.sql.Wrapper
java.sql.SQLException
public boolean isWrapperFor(java.lang.Class<?> iface) throws java.sql.SQLException
isWrapperFor
in interface java.sql.Wrapper
java.sql.SQLException
Copyright (C) 2003-2021 SQLstream, Inc.