1. Deprecated("Internal Use Only")
SqlTransaction internalCreateSqlTransaction()

Source

@Deprecated("Internal Use Only")
static SqlTransaction internalCreateSqlTransaction() {
  return new SqlTransaction._internalWrap();
}