Package xyz.block.ftl.query.v1
Interface ExecResultOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ExecResultOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract longgetRowsAffected()int64 rows_affected = 1;abstract booleanhasLastInsertId()Only for some databases like MySQLoptional int64 last_insert_id = 2;abstract longgetLastInsertId()Only for some databases like MySQLoptional int64 last_insert_id = 2;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRowsAffected
abstract long getRowsAffected()
int64 rows_affected = 1;- Returns:
The rowsAffected.
-
hasLastInsertId
abstract boolean hasLastInsertId()
Only for some databases like MySQLoptional int64 last_insert_id = 2;- Returns:
Whether the lastInsertId field is set.
-
getLastInsertId
abstract long getLastInsertId()
Only for some databases like MySQLoptional int64 last_insert_id = 2;- Returns:
The lastInsertId.
-
-
-
-