| 限定符和类型 | 字段和说明 |
|---|---|
protected com.xugu.cloudjdbc.ArrayDecoding.DBArrayList |
arrayList |
protected @Nullable Connection |
connection |
protected @Nullable byte[] |
fieldBytes |
protected @Nullable String |
fieldString |
| 构造器和说明 |
|---|
Array(Connection connection,
int typeId,
@Nullable byte[] fieldBytes) |
Array(Connection connection,
int typeId,
@Nullable String fieldString) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
escapeArrayElement(StringBuilder b,
String s) |
void |
free() |
Object |
getArray() |
Object |
getArray(long index,
int count) |
Object |
getArray(long index,
int count,
@Nullable Map<String,Class<?>> map) |
Object |
getArray(Map<String,Class<?>> map) |
@Nullable Object |
getArrayImpl(long index,
int count,
@Nullable Map<String,Class<?>> map) |
Object |
getArrayImpl(Map<String,Class<?>> map) |
int |
getBaseType() |
String |
getBaseTypeName() |
ResultSet |
getResultSet() |
ResultSet |
getResultSet(long index,
int count) |
ResultSet |
getResultSet(long index,
int count,
@Nullable Map<String,Class<?>> map) |
ResultSet |
getResultSet(@Nullable Map<String,Class<?>> map) |
ResultSet |
getResultSetImpl(long index,
int count,
@Nullable Map<String,Class<?>> map) |
ResultSet |
getResultSetImpl(@Nullable Map<String,Class<?>> map) |
boolean |
isBinary() |
@Nullable byte[] |
toBytes() |
@Nullable String |
toString() |
protected @Nullable Connection connection
protected @Nullable String fieldString
protected com.xugu.cloudjdbc.ArrayDecoding.DBArrayList arrayList
protected @Nullable byte[] fieldBytes
public Array(Connection connection, int typeId, @Nullable String fieldString) throws SQLException
SQLExceptionpublic Array(Connection connection, int typeId, @Nullable byte[] fieldBytes) throws SQLException
SQLExceptionpublic Object getArray() throws SQLException
getArray 在接口中 ArraySQLExceptionpublic Object getArray(long index, int count) throws SQLException
getArray 在接口中 ArraySQLExceptionpublic Object getArrayImpl(Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic Object getArray(Map<String,Class<?>> map) throws SQLException
getArray 在接口中 ArraySQLExceptionpublic Object getArray(long index, int count, @Nullable Map<String,Class<?>> map) throws SQLException
getArray 在接口中 ArraySQLExceptionpublic @Nullable Object getArrayImpl(long index, int count, @Nullable Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic int getBaseType()
throws SQLException
getBaseType 在接口中 ArraySQLExceptionpublic String getBaseTypeName() throws SQLException
getBaseTypeName 在接口中 ArraySQLExceptionpublic ResultSet getResultSet() throws SQLException
getResultSet 在接口中 ArraySQLExceptionpublic ResultSet getResultSet(long index, int count) throws SQLException
getResultSet 在接口中 ArraySQLExceptionpublic ResultSet getResultSet(@Nullable Map<String,Class<?>> map) throws SQLException
getResultSet 在接口中 ArraySQLExceptionpublic ResultSet getResultSet(long index, int count, @Nullable Map<String,Class<?>> map) throws SQLException
getResultSet 在接口中 ArraySQLExceptionpublic ResultSet getResultSetImpl(@Nullable Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic ResultSet getResultSetImpl(long index, int count, @Nullable Map<String,Class<?>> map) throws SQLException
SQLExceptionpublic static void escapeArrayElement(StringBuilder b, String s)
public boolean isBinary()
public @Nullable byte[] toBytes()
public void free()
throws SQLException
free 在接口中 ArraySQLExceptionCopyright © 2025. All rights reserved.