protected static class SimpleFlatMapper.ResultSetMetaDataHandler extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
allColumnUid |
protected Set<String> |
allTableName |
protected String[] |
ids |
protected ResultSetMetaData |
meta |
protected Class |
returnType |
| Constructor and Description |
|---|
ResultSetMetaDataHandler(ResultSetMetaData meta,
Class returnType,
String[] ids) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
equalsIgnoreCase(String s,
String... m) |
protected String[] |
getAllColumnUid() |
protected Set<String> |
getAllTableName() |
protected String |
getColumnLabel(int columnIndex) |
protected String |
getTableIdColumn(String tableName) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected boolean |
isTable(String name) |
protected ResultSetMetaData meta
protected Class returnType
protected String[] ids
protected String[] allColumnUid
public ResultSetMetaDataHandler(ResultSetMetaData meta, Class returnType, String[] ids)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected String[] getAllColumnUid() throws SQLException
SQLExceptionprotected String getColumnLabel(int columnIndex) throws SQLException
SQLExceptionprotected String getTableIdColumn(String tableName) throws SQLException
SQLExceptionprotected boolean isTable(String name) throws SQLException
SQLExceptionprotected Set<String> getAllTableName() throws SQLException
SQLExceptionCopyright © 2017–2019 CodeLutin. All rights reserved.