public final class ExtTypeInfoRow extends ExtTypeInfo
ADD_PLAN_INFORMATION, DEFAULT_SQL_FLAGS, NO_CASTS, QUOTE_ONLY_WHEN_REQUIRED, REPLACE_LOBS_FOR_TRACE, TRACE_SQL_FLAGS| 构造器和说明 |
|---|
ExtTypeInfoRow(LinkedHashMap<String,TypeInfo> fields)
Creates new instance of extended parameters of ROW data type.
|
ExtTypeInfoRow(Typed[] fields)
Creates new instance of extended parameters of ROW data type.
|
ExtTypeInfoRow(Typed[] fields,
int degree)
Creates new instance of extended parameters of ROW data type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Set<Map.Entry<String,TypeInfo>> |
getFields()
Returns fields.
|
StringBuilder |
getSQL(StringBuilder builder,
int sqlFlags)
Appends the SQL statement of this object to the specified builder.
|
int |
hashCode() |
toStringgetSQL, getTraceSQLpublic ExtTypeInfoRow(Typed[] fields)
fields - fieldspublic ExtTypeInfoRow(Typed[] fields, int degree)
fields - fieldsdegree - number of fields to usepublic ExtTypeInfoRow(LinkedHashMap<String,TypeInfo> fields)
fields - fieldspublic StringBuilder getSQL(StringBuilder builder, int sqlFlags)
HasSQLbuilder - string buildersqlFlags - formatting flagsCopyright © 2022. All rights reserved.