Uses of Class
org.apache.iotdb.db.mpp.plan.statement.component.ResultSetFormat
-
Packages that use ResultSetFormat Package Description org.apache.iotdb.db.mpp.plan.statement.component org.apache.iotdb.db.mpp.plan.statement.crud -
-
Uses of ResultSetFormat in org.apache.iotdb.db.mpp.plan.statement.component
Methods in org.apache.iotdb.db.mpp.plan.statement.component that return ResultSetFormat Modifier and Type Method Description static ResultSetFormatResultSetFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResultSetFormat[]ResultSetFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResultSetFormat in org.apache.iotdb.db.mpp.plan.statement.crud
Fields in org.apache.iotdb.db.mpp.plan.statement.crud declared as ResultSetFormat Modifier and Type Field Description protected ResultSetFormatQueryStatement. resultSetFormatMethods in org.apache.iotdb.db.mpp.plan.statement.crud that return ResultSetFormat Modifier and Type Method Description ResultSetFormatQueryStatement. getResultSetFormat()Methods in org.apache.iotdb.db.mpp.plan.statement.crud with parameters of type ResultSetFormat Modifier and Type Method Description voidQueryStatement. setResultSetFormat(ResultSetFormat resultSetFormat)
-